| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 227 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias 228 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
| H A D | CommandInterpreter.cpp | 374 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 375 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 376 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 381 po->SetHelpLong(""); in Initialize() 383 AddAlias("parray", cmd_obj_sp, "--element-count %1 --")->SetHelpLong(""); in Initialize() 386 ->SetHelpLong(""); in Initialize()
|
| H A D | CommandObject.cpp | 88 void CommandObject::SetHelpLong(llvm::StringRef str) { m_cmd_help_long = str; } in SetHelpLong() function in CommandObject
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 58 void SetHelpLong(llvm::StringRef str) override;
|
| H A D | CommandObject.h | 136 virtual void SetHelpLong(llvm::StringRef str);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 421 SetHelpLong( in CommandObjectCommandsAlias() 654 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 756 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand() 942 SetHelpLong( in CommandObjectCommandsAddRegex() 1270 SetHelpLong(docstring); in GetHelpLong() 1359 SetHelpLong(docstring); in GetHelpLong()
|
| H A D | CommandObjectWatchpoint.cpp | 797 SetHelpLong( in CommandObjectWatchpointSetVariable() 987 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
| H A D | CommandObjectWatchpointCommand.cpp | 68 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
| H A D | CommandObjectBreakpointCommand.cpp | 73 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
| H A D | CommandObjectExpression.cpp | 229 SetHelpLong( in CommandObjectExpression()
|
| H A D | CommandObjectType.cpp | 632 SetHelpLong( in CommandObjectTypeFormatAdd() 1550 SetHelpLong( in CommandObjectTypeSummaryAdd() 2643 SetHelpLong( in CommandObjectTypeFilterAdd()
|
| H A D | CommandObjectPlatform.cpp | 834 SetHelpLong( in CommandObjectPlatformGetFile() 910 SetHelpLong( in CommandObjectPlatformGetSize()
|
| H A D | CommandObjectFrame.cpp | 831 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
| H A D | CommandObjectSettings.cpp | 65 SetHelpLong( in CommandObjectSettingsSet()
|
| H A D | CommandObjectProcess.cpp | 1409 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
|
| H A D | CommandObjectBreakpoint.cpp | 1154 SetHelpLong( in CommandObjectBreakpointDisable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 288 void SetHelpLong(const char *);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 607 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 609 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
|