Home
last modified time | relevance | path

Searched refs:SetHelpString (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i98 void SetHelpString(const char *help_string);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointName.h98 void SetHelpString(const char *help_string);
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py282 cl_name.SetHelpString(new_help)
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp502 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() function in SBBreakpointName