| /freebsd-13.1/contrib/llvm-project/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 | 389 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 390 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 391 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 396 po->SetHelpLong(""); in Initialize() 405 parray_alias->SetHelpLong(""); in Initialize() 413 poarray_alias->SetHelpLong(""); in Initialize() 422 shell_alias->SetHelpLong(""); in Initialize()
|
| H A D | CommandObject.cpp | 90 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 238 SetHelpLong( in CommandObjectCommandsAlias() 465 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 560 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand() 753 SetHelpLong( in CommandObjectCommandsAddRegex() 1067 SetHelpLong(docstring); in GetHelpLong() 1152 SetHelpLong(docstring); in GetHelpLong()
|
| H A D | CommandObjectWatchpoint.cpp | 818 SetHelpLong( in CommandObjectWatchpointSetVariable() 1011 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 71 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 73 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectExpression.cpp | 207 SetHelpLong( in CommandObjectExpression()
|
| H A D | CommandObjectPlatform.cpp | 775 SetHelpLong( in CommandObjectPlatformGetFile() 858 SetHelpLong( in CommandObjectPlatformGetSize()
|
| H A D | CommandObjectType.cpp | 586 SetHelpLong( in CommandObjectTypeFormatAdd() 1482 SetHelpLong( in CommandObjectTypeSummaryAdd() 2543 SetHelpLong( in CommandObjectTypeFilterAdd()
|
| H A D | CommandObjectSettings.cpp | 57 SetHelpLong( in CommandObjectSettingsSet()
|
| H A D | CommandObjectFrame.cpp | 791 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
| H A D | CommandObjectProcess.cpp | 1446 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
|
| H A D | CommandObjectBreakpoint.cpp | 975 SetHelpLong( in CommandObjectBreakpointDisable()
|
| H A D | CommandObjectTarget.cpp | 4509 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 670 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 671 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help); in SetHelpLong() 674 m_opaque_sp->SetHelpLong(help); in SetHelpLong() 852 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 305 void SetHelpLong(const char *);
|