Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp226 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias
227 this->CommandObject::SetHelpLong(str); in SetHelpLong()
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()
DCommandObject.cpp90 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
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()
DCommandObjectWatchpoint.cpp818 SetHelpLong( in CommandObjectWatchpointSetVariable()
1011 SetHelpLong( in CommandObjectWatchpointSetExpression()
DCommandObjectWatchpointCommand.cpp71 SetHelpLong( in CommandObjectWatchpointCommandAdd()
DCommandObjectBreakpointCommand.cpp73 SetHelpLong( in CommandObjectBreakpointCommandAdd()
DCommandObjectExpression.cpp207 SetHelpLong( in CommandObjectExpression()
DCommandObjectPlatform.cpp775 SetHelpLong( in CommandObjectPlatformGetFile()
858 SetHelpLong( in CommandObjectPlatformGetSize()
DCommandObjectType.cpp586 SetHelpLong( in CommandObjectTypeFormatAdd()
1482 SetHelpLong( in CommandObjectTypeSummaryAdd()
2543 SetHelpLong( in CommandObjectTypeFilterAdd()
DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
DCommandObjectFrame.cpp791 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
DCommandObjectProcess.cpp1446 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
DCommandObjectBreakpoint.cpp975 SetHelpLong( in CommandObjectBreakpointDisable()
DCommandObjectTarget.cpp4509 SetHelpLong( in CommandObjectTargetStopHookAdd()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
DCommandObject.h137 virtual void SetHelpLong(llvm::StringRef str);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h305 void SetHelpLong(const char *);