Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp226 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
227 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp389 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
390 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
391 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
396 po->SetHelpLong(""); in Initialize()
405 parray_alias->SetHelpLong(""); in Initialize()
413 poarray_alias->SetHelpLong(""); in Initialize()
422 shell_alias->SetHelpLong(""); in Initialize()
H A DCommandObject.cpp90 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp238 SetHelpLong( in CommandObjectCommandsAlias()
465 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
560 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
753 SetHelpLong( in CommandObjectCommandsAddRegex()
1067 SetHelpLong(docstring); in GetHelpLong()
1152 SetHelpLong(docstring); in GetHelpLong()
H A DCommandObjectWatchpoint.cpp818 SetHelpLong( in CommandObjectWatchpointSetVariable()
1011 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectWatchpointCommand.cpp71 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp73 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectExpression.cpp207 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectPlatform.cpp775 SetHelpLong( in CommandObjectPlatformGetFile()
858 SetHelpLong( in CommandObjectPlatformGetSize()
H A DCommandObjectType.cpp586 SetHelpLong( in CommandObjectTypeFormatAdd()
1482 SetHelpLong( in CommandObjectTypeSummaryAdd()
2543 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectFrame.cpp791 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectProcess.cpp1446 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
H A DCommandObjectBreakpoint.cpp975 SetHelpLong( in CommandObjectBreakpointDisable()
H A DCommandObjectTarget.cpp4509 SetHelpLong( in CommandObjectTargetStopHookAdd()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp670 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
671 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help); in SetHelpLong()
674 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
852 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h305 void SetHelpLong(const char *);