Home
last modified time | relevance | path

Searched refs:SetHelp (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h142 SetHelp(help); in m_name()
151 SetHelp(help); in m_name()
181 void SetHelp(const char *description) in SetHelp() function
/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp102 SetHelp(translation_and_help.GetString()); in CommandAlias()
222 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias
223 this->CommandObject::SetHelp(str); in SetHelp()
DCommandInterpreter.cpp286 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()
378 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
386 parray_alias->SetHelp in Initialize()
395 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()
406 shell_alias->SetHelp("Run a shell command on the host."); in Initialize()
DCommandObject.cpp89 void CommandObject::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandObject
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointName.cpp35 SetHelp(help); in BreakpointName()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h55 void SetHelp(llvm::StringRef str) override;
DCommandObject.h135 virtual void SetHelp(llvm::StringRef str);
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp477 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
579 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1070 SetHelp(help); in CommandObjectPythonFunction()
1074 SetHelp(stream.GetString()); in CommandObjectPythonFunction()
1146 SetHelp(stream.GetString()); in CommandObjectScriptingObject()
1167 SetHelp(docstring); in GetHelp()
DCommandObjectBreakpoint.cpp1779 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
DCommandObjectType.cpp2915 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp675 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand
676 LLDB_RECORD_METHOD(void, SBCommand, SetHelp, (const char *), help); in SetHelp()
679 m_opaque_sp->SetHelp(help); in SetHelp()
863 LLDB_REGISTER_METHOD(void, SBCommand, SetHelp, (const char *)); in RegisterMethods()
DSBBreakpointName.cpp531 bp_name->SetHelp(help_string); in SetHelpString()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h303 void SetHelp(const char *);