Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp227 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
228 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp374 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 DCommandObject.cpp88 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 DCommandAlias.h58 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h136 virtual void SetHelpLong(llvm::StringRef str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp421 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 DCommandObjectWatchpoint.cpp797 SetHelpLong( in CommandObjectWatchpointSetVariable()
987 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectWatchpointCommand.cpp68 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp73 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectExpression.cpp229 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectType.cpp632 SetHelpLong( in CommandObjectTypeFormatAdd()
1550 SetHelpLong( in CommandObjectTypeSummaryAdd()
2643 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectPlatform.cpp834 SetHelpLong( in CommandObjectPlatformGetFile()
910 SetHelpLong( in CommandObjectPlatformGetSize()
H A DCommandObjectFrame.cpp831 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectSettings.cpp65 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectProcess.cpp1409 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
H A DCommandObjectBreakpoint.cpp1154 SetHelpLong( in CommandObjectBreakpointDisable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h288 void SetHelpLong(const char *);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp607 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
609 m_opaque_sp->SetHelpLong(help); in SetHelpLong()