Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandAlias.cpp230 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
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()
DCommandObject.cpp92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
DCommandObject.h137 virtual void SetHelpLong(llvm::StringRef str);
/openbsd/src/gnu/llvm/lldb/source/Commands/
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()
DCommandObjectPlatform.cpp795 SetHelpLong( in CommandObjectPlatformGetFile()
878 SetHelpLong( in CommandObjectPlatformGetSize()
949 SetHelpLong( in CommandObjectPlatformGetPermissions()
1019 SetHelpLong( in CommandObjectPlatformFileExists()
1085 SetHelpLong( in CommandObjectPlatformPutFile()
DCommandObjectFrame.cpp405 SetHelpLong(R"( in CommandObjectFrameVariable()
803 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
DCommandObjectWatchpointCommand.cpp41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
DCommandObjectWatchpoint.cpp814 SetHelpLong( in CommandObjectWatchpointSetVariable()
1006 SetHelpLong( in CommandObjectWatchpointSetExpression()
DCommandObjectBreakpointCommand.cpp44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
DCommandObjectExpression.cpp196 SetHelpLong( in CommandObjectExpression()
DCommandObjectType.cpp590 SetHelpLong( in CommandObjectTypeFormatAdd()
1430 SetHelpLong( in CommandObjectTypeSummaryAdd()
2511 SetHelpLong( in CommandObjectTypeFilterAdd()
DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
DCommandObjectBreakpoint.cpp985 SetHelpLong( in CommandObjectBreakpointDisable()
2026 SetHelpLong( in CommandObjectBreakpointName()
DCommandObjectProcess.cpp1627 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
DCommandObjectTarget.cpp4685 SetHelpLong( in CommandObjectTargetStopHookAdd()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommandInterpreter.h309 void SetHelpLong(const char *);
/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreter.cpp626 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
630 m_opaque_sp->SetHelpLong(help); in SetHelpLong()