| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 230 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias 231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
| H A D | CommandInterpreter.cpp | 418 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 D | CommandObject.cpp | 92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 57 void SetHelpLong(llvm::StringRef str) override;
|
| H A D | CommandObject.h | 137 virtual void SetHelpLong(llvm::StringRef str);
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 266 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 D | CommandObjectPlatform.cpp | 795 SetHelpLong( in CommandObjectPlatformGetFile() 878 SetHelpLong( in CommandObjectPlatformGetSize() 949 SetHelpLong( in CommandObjectPlatformGetPermissions() 1019 SetHelpLong( in CommandObjectPlatformFileExists() 1085 SetHelpLong( in CommandObjectPlatformPutFile()
|
| H A D | CommandObjectFrame.cpp | 405 SetHelpLong(R"( in CommandObjectFrameVariable() 803 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
| H A D | CommandObjectWatchpointCommand.cpp | 41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectWatchpoint.cpp | 814 SetHelpLong( in CommandObjectWatchpointSetVariable() 1006 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
| H A D | CommandObjectBreakpointCommand.cpp | 44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectExpression.cpp | 196 SetHelpLong( in CommandObjectExpression()
|
| H A D | CommandObjectType.cpp | 590 SetHelpLong( in CommandObjectTypeFormatAdd() 1430 SetHelpLong( in CommandObjectTypeSummaryAdd() 2511 SetHelpLong( in CommandObjectTypeFilterAdd()
|
| H A D | CommandObjectSettings.cpp | 57 SetHelpLong( in CommandObjectSettingsSet()
|
| H A D | CommandObjectBreakpoint.cpp | 985 SetHelpLong( in CommandObjectBreakpointDisable() 2026 SetHelpLong( in CommandObjectBreakpointName()
|
| H A D | CommandObjectProcess.cpp | 1627 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
|
| H A D | CommandObjectTarget.cpp | 4685 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 309 void SetHelpLong(const char *);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 626 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 630 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
|