Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp226 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
227 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp401 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
402 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
403 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
408 po->SetHelpLong(""); in Initialize()
417 parray_alias->SetHelpLong(""); in Initialize()
425 poarray_alias->SetHelpLong(""); in Initialize()
434 shell_alias->SetHelpLong(""); in Initialize()
H A DCommandObject.cpp92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h135 virtual void SetHelpLong(llvm::StringRef str);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp265 SetHelpLong( in CommandObjectCommandsAlias()
501 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
604 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
796 SetHelpLong( in CommandObjectCommandsAddRegex()
1112 SetHelpLong(docstring); in GetHelpLong()
1197 SetHelpLong(docstring); in GetHelpLong()
H A DCommandObjectPlatform.cpp794 SetHelpLong( in CommandObjectPlatformGetFile()
877 SetHelpLong( in CommandObjectPlatformGetSize()
948 SetHelpLong( in CommandObjectPlatformGetPermissions()
1018 SetHelpLong( in CommandObjectPlatformFileExists()
1084 SetHelpLong( in CommandObjectPlatformPutFile()
H A DCommandObjectFrame.cpp404 SetHelpLong(R"( in CommandObjectFrameVariable()
797 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectWatchpointCommand.cpp41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectWatchpoint.cpp814 SetHelpLong( in CommandObjectWatchpointSetVariable()
1006 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectBreakpointCommand.cpp44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectExpression.cpp191 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectType.cpp586 SetHelpLong( in CommandObjectTypeFormatAdd()
1461 SetHelpLong( in CommandObjectTypeSummaryAdd()
2518 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectBreakpoint.cpp984 SetHelpLong( in CommandObjectBreakpointDisable()
2025 SetHelpLong( in CommandObjectBreakpointName()
H A DCommandObjectProcess.cpp1625 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp4670 SetHelpLong( in CommandObjectTargetStopHookAdd()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h309 void SetHelpLong(const char *);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp625 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
629 m_opaque_sp->SetHelpLong(help); in SetHelpLong()