Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp231 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
232 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp418 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 DCommandObject.cpp92 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h137 virtual void SetHelpLong(llvm::StringRef str);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp264 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 DCommandObjectPlatform.cpp787 SetHelpLong( in CommandObjectPlatformGetFile()
868 SetHelpLong( in CommandObjectPlatformGetSize()
938 SetHelpLong( in CommandObjectPlatformGetPermissions()
1007 SetHelpLong( in CommandObjectPlatformFileExists()
1072 SetHelpLong( in CommandObjectPlatformPutFile()
H A DCommandObjectFrame.cpp407 SetHelpLong(R"( in CommandObjectFrameVariable()
826 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectRegister.cpp410 SetHelpLong(R"( in CommandObjectRegisterInfo()
H A DCommandObjectWatchpointCommand.cpp41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectWatchpoint.cpp804 SetHelpLong( in CommandObjectWatchpointSetVariable()
1014 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectBreakpointCommand.cpp44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectType.cpp602 SetHelpLong( in CommandObjectTypeFormatAdd()
805 SetHelpLong(s.GetData()); in CommandObjectTypeFormatterDelete()
1458 SetHelpLong( in CommandObjectTypeSummaryAdd()
2521 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectExpression.cpp264 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectBreakpoint.cpp977 SetHelpLong( in CommandObjectBreakpointDisable()
2005 SetHelpLong( in CommandObjectBreakpointName()
H A DCommandObjectProcess.cpp1569 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp4964 SetHelpLong( in CommandObjectTargetStopHookAdd()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h362 void SetHelpLong(const char *);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp646 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
650 m_opaque_sp->SetHelpLong(help); in SetHelpLong()