Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp230 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp418 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
419 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
420 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
425 po->SetHelpLong(""); in Initialize()
434 parray_alias->SetHelpLong(""); in Initialize()
442 poarray_alias->SetHelpLong(""); in Initialize()
451 shell_alias->SetHelpLong(""); in Initialize()
H A DCommandObject.cpp92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h137 virtual void SetHelpLong(llvm::StringRef str);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp266 SetHelpLong( in CommandObjectCommandsAlias()
509 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
607 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
799 SetHelpLong( in CommandObjectCommandsAddRegex()
1115 SetHelpLong(docstring); in GetHelpLong()
1200 SetHelpLong(docstring); in GetHelpLong()
H A DCommandObjectPlatform.cpp795 SetHelpLong( in CommandObjectPlatformGetFile()
878 SetHelpLong( in CommandObjectPlatformGetSize()
949 SetHelpLong( in CommandObjectPlatformGetPermissions()
1019 SetHelpLong( in CommandObjectPlatformFileExists()
1085 SetHelpLong( in CommandObjectPlatformPutFile()
H A DCommandObjectFrame.cpp405 SetHelpLong(R"( in CommandObjectFrameVariable()
803 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.cpp196 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectType.cpp590 SetHelpLong( in CommandObjectTypeFormatAdd()
1430 SetHelpLong( in CommandObjectTypeSummaryAdd()
2511 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectBreakpoint.cpp985 SetHelpLong( in CommandObjectBreakpointDisable()
2026 SetHelpLong( in CommandObjectBreakpointName()
H A DCommandObjectProcess.cpp1627 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp4685 SetHelpLong( in CommandObjectTargetStopHookAdd()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h309 void SetHelpLong(const char *);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp626 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
630 m_opaque_sp->SetHelpLong(help); in SetHelpLong()