Home
last modified time | relevance | path

Searched refs:SetHelpLong (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp227 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
228 this->CommandObject::SetHelpLong(str); in SetHelpLong()
DCommandInterpreter.cpp374 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
375 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
376 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
381 po->SetHelpLong(""); in Initialize()
390 parray_alias->SetHelpLong(""); in Initialize()
398 poarray_alias->SetHelpLong(""); in Initialize()
407 shell_alias->SetHelpLong(""); in Initialize()
DCommandObject.cpp93 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
DCommandObject.h137 virtual void SetHelpLong(llvm::StringRef str);
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp247 SetHelpLong( in CommandObjectCommandsAlias()
479 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
581 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
782 SetHelpLong( in CommandObjectCommandsAddRegex()
1098 SetHelpLong(docstring); in GetHelpLong()
1184 SetHelpLong(docstring); in GetHelpLong()
DCommandObjectWatchpointCommand.cpp69 SetHelpLong( in CommandObjectWatchpointCommandAdd()
DCommandObjectWatchpoint.cpp835 SetHelpLong( in CommandObjectWatchpointSetVariable()
1033 SetHelpLong( in CommandObjectWatchpointSetExpression()
DCommandObjectBreakpointCommand.cpp71 SetHelpLong( in CommandObjectBreakpointCommandAdd()
DCommandObjectExpression.cpp207 SetHelpLong( in CommandObjectExpression()
DCommandObjectPlatform.cpp798 SetHelpLong( in CommandObjectPlatformGetFile()
885 SetHelpLong( in CommandObjectPlatformGetSize()
DCommandObjectType.cpp587 SetHelpLong( in CommandObjectTypeFormatAdd()
1511 SetHelpLong( in CommandObjectTypeSummaryAdd()
2590 SetHelpLong( in CommandObjectTypeFilterAdd()
DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
DCommandObjectFrame.cpp798 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
DCommandObjectProcess.cpp1379 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
DCommandObjectBreakpoint.cpp996 SetHelpLong( in CommandObjectBreakpointDisable()
DCommandObjectTarget.cpp4610 SetHelpLong( in CommandObjectTargetStopHookAdd()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp682 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
683 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help); in SetHelpLong()
686 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
864 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h305 void SetHelpLong(const char *);