| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 226 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias 227 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
| H A D | CommandInterpreter.cpp | 401 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 D | CommandObject.cpp | 92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 57 void SetHelpLong(llvm::StringRef str) override;
|
| H A D | CommandObject.h | 135 virtual void SetHelpLong(llvm::StringRef str);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 265 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 D | CommandObjectPlatform.cpp | 794 SetHelpLong( in CommandObjectPlatformGetFile() 877 SetHelpLong( in CommandObjectPlatformGetSize() 948 SetHelpLong( in CommandObjectPlatformGetPermissions() 1018 SetHelpLong( in CommandObjectPlatformFileExists() 1084 SetHelpLong( in CommandObjectPlatformPutFile()
|
| H A D | CommandObjectFrame.cpp | 404 SetHelpLong(R"( in CommandObjectFrameVariable() 797 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 | 191 SetHelpLong( in CommandObjectExpression()
|
| H A D | CommandObjectType.cpp | 586 SetHelpLong( in CommandObjectTypeFormatAdd() 1461 SetHelpLong( in CommandObjectTypeSummaryAdd() 2518 SetHelpLong( in CommandObjectTypeFilterAdd()
|
| H A D | CommandObjectSettings.cpp | 57 SetHelpLong( in CommandObjectSettingsSet()
|
| H A D | CommandObjectBreakpoint.cpp | 984 SetHelpLong( in CommandObjectBreakpointDisable() 2025 SetHelpLong( in CommandObjectBreakpointName()
|
| H A D | CommandObjectProcess.cpp | 1625 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
|
| H A D | CommandObjectTarget.cpp | 4670 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 309 void SetHelpLong(const char *);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 625 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 629 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
|