Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp143 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion()
145 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
148 help_string.Printf("'"); in GetAliasExpansion()
159 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
161 help_string.Printf(" %s", opt.c_str()); in GetAliasExpansion()
164 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
169 help_string.Printf("'"); in GetAliasExpansion()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h29 void GetAliasExpansion(StreamString &help_string) const;
H A DCommandInterpreter.h443 void GetAliasHelp(const char *alias_name, StreamString &help_string);
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h100 void SetHelpString(const char *help_string);
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp504 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() argument
505 LLDB_INSTRUMENT_VA(this, help_string); in SetHelpString()
514 bp_name->SetHelp(help_string); in SetHelpString()