Home
last modified time | relevance | path

Searched refs:SetHelpLong (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLanguage.cpp24 SetHelpLong( in CommandObjectLanguage()
H A DCommandObjectPlatform.cpp771 SetHelpLong( in CommandObjectPlatformGetFile()
852 SetHelpLong( in CommandObjectPlatformGetSize()
900 SetHelpLong( in CommandObjectPlatformGetPermissions()
947 SetHelpLong( in CommandObjectPlatformFileExists()
990 SetHelpLong( in CommandObjectPlatformPutFile()
H A DCommandObjectCommands.cpp246 SetHelpLong( in CommandObjectCommandsAlias()
493 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
591 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
757 SetHelpLong( in CommandObjectCommandsAddRegex()
1074 SetHelpLong(docstring); in GetHelpLong()
1191 SetHelpLong(docstring); in GetHelpLong()
2114 SetHelpLong(docstring); in GetHelpLong()
H A DCommandObjectPlugin.cpp160 SetHelpLong(R"( in CommandObjectPluginList()
H A DCommandObjectRegister.cpp396 SetHelpLong(R"( in CommandObjectRegisterInfo()
H A DCommandObjectWatchpointCommand.cpp43 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectWatchpoint.cpp774 SetHelpLong( in CommandObjectWatchpointSetVariable()
961 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectFrame.cpp401 SetHelpLong(R"( in CommandObjectFrameVariable()
813 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectBreakpointCommand.cpp44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectType.cpp605 SetHelpLong( in CommandObjectTypeFormatAdd()
800 SetHelpLong(s.GetData()); in CommandObjectTypeFormatterDelete()
1445 SetHelpLong( in CommandObjectTypeSummaryAdd()
2421 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectExpression.cpp265 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectBreakpoint.cpp1007 SetHelpLong( in CommandObjectBreakpointDisable()
2003 SetHelpLong( in CommandObjectBreakpointName()
H A DCommandObjectProcess.cpp1585 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp4890 SetHelpLong( in CommandObjectTargetStopHookAdd()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp230 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp434 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
435 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
440 po->SetHelpLong(""); in Initialize()
448 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
456 parray_alias->SetHelpLong(""); in Initialize()
465 poarray_alias->SetHelpLong(""); in Initialize()
474 shell_alias->SetHelpLong(""); in Initialize()
H A DCommandObject.cpp91 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h138 virtual void SetHelpLong(llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h380 void SetHelpLong(const char *);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp689 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
693 m_opaque_sp->SetHelpLong(help); in SetHelpLong()