| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 231 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias 232 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() 424 po->SetHelpLong(""); in Initialize() 430 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 438 parray_alias->SetHelpLong(""); in Initialize() 446 poarray_alias->SetHelpLong(""); in Initialize() 455 shell_alias->SetHelpLong(""); in Initialize()
|
| H A D | CommandObject.cpp | 92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 264 SetHelpLong( in CommandObjectCommandsAlias() 505 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 603 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand() 793 SetHelpLong( in CommandObjectCommandsAddRegex() 1108 SetHelpLong(docstring); in GetHelpLong() 1211 SetHelpLong(docstring); in GetHelpLong()
|
| H A D | CommandObjectPlatform.cpp | 787 SetHelpLong( in CommandObjectPlatformGetFile() 868 SetHelpLong( in CommandObjectPlatformGetSize() 938 SetHelpLong( in CommandObjectPlatformGetPermissions() 1007 SetHelpLong( in CommandObjectPlatformFileExists() 1072 SetHelpLong( in CommandObjectPlatformPutFile()
|
| H A D | CommandObjectFrame.cpp | 407 SetHelpLong(R"( in CommandObjectFrameVariable() 826 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
| H A D | CommandObjectRegister.cpp | 410 SetHelpLong(R"( in CommandObjectRegisterInfo()
|
| H A D | CommandObjectWatchpointCommand.cpp | 41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectWatchpoint.cpp | 804 SetHelpLong( in CommandObjectWatchpointSetVariable() 1014 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
| H A D | CommandObjectBreakpointCommand.cpp | 44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectType.cpp | 602 SetHelpLong( in CommandObjectTypeFormatAdd() 805 SetHelpLong(s.GetData()); in CommandObjectTypeFormatterDelete() 1458 SetHelpLong( in CommandObjectTypeSummaryAdd() 2521 SetHelpLong( in CommandObjectTypeFilterAdd()
|
| H A D | CommandObjectExpression.cpp | 264 SetHelpLong( in CommandObjectExpression()
|
| H A D | CommandObjectSettings.cpp | 57 SetHelpLong( in CommandObjectSettingsSet()
|
| H A D | CommandObjectBreakpoint.cpp | 977 SetHelpLong( in CommandObjectBreakpointDisable() 2005 SetHelpLong( in CommandObjectBreakpointName()
|
| H A D | CommandObjectProcess.cpp | 1569 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
|
| H A D | CommandObjectTarget.cpp | 4964 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 362 void SetHelpLong(const char *);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 646 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 650 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
|