Home
last modified time | relevance | path

Searched refs:help_string (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp142 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion()
144 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
147 help_string.Printf("'"); in GetAliasExpansion()
158 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
160 help_string.Printf(" %s", opt.c_str()); in GetAliasExpansion()
163 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
168 help_string.Printf("'"); in GetAliasExpansion()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h29 void GetAliasExpansion(StreamString &help_string) const;
H A DCommandInterpreter.h450 void GetAliasHelp(const char *alias_name, StreamString &help_string);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp505 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() argument
506 LLDB_INSTRUMENT_VA(this, help_string); in SetHelpString()
515 bp_name->SetHelp(help_string); in SetHelpString()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h96 void SetHelpString(const char *help_string);