/freebsd/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 | 432 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 433 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 438 po->SetHelpLong(""); in Initialize() 444 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 452 parray_alias->SetHelpLong(""); in Initialize() 460 poarray_alias->SetHelpLong(""); in Initialize() 469 shell_alias->SetHelpLong(""); in Initialize()
|
H A D | CommandObject.cpp | 92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
/freebsd/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/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 245 SetHelpLong( in CommandObjectCommandsAlias() 486 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 584 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand() 750 SetHelpLong( in CommandObjectCommandsAddRegex() 1064 SetHelpLong(docstring); in GetHelpLong() 1181 SetHelpLong(docstring); in GetHelpLong() 1877 SetHelpLong(docstring); in GetHelpLong()
|
H A D | CommandObjectPlatform.cpp | 771 SetHelpLong( in CommandObjectPlatformGetFile() 852 SetHelpLong( in CommandObjectPlatformGetSize() 900 SetHelpLong( in CommandObjectPlatformGetPermissions() 947 SetHelpLong( in CommandObjectPlatformFileExists() 990 SetHelpLong( in CommandObjectPlatformPutFile()
|
H A D | CommandObjectRegister.cpp | 396 SetHelpLong(R"( in CommandObjectRegisterInfo()
|
H A D | CommandObjectFrame.cpp | 377 SetHelpLong(R"( in CommandObjectFrameVariable() 782 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
H A D | CommandObjectWatchpoint.cpp | 774 SetHelpLong( in CommandObjectWatchpointSetVariable() 963 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
H A D | CommandObjectWatchpointCommand.cpp | 41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
H A D | CommandObjectBreakpointCommand.cpp | 44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
H A D | CommandObjectType.cpp | 594 SetHelpLong( in CommandObjectTypeFormatAdd() 789 SetHelpLong(s.GetData()); in CommandObjectTypeFormatterDelete() 1425 SetHelpLong( in CommandObjectTypeSummaryAdd() 2400 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() 1963 SetHelpLong( in CommandObjectBreakpointName()
|
H A D | CommandObjectProcess.cpp | 1523 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
|
H A D | CommandObjectTarget.cpp | 4864 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommandInterpreter.h | 378 void SetHelpLong(const char *);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 676 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 680 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
|