Home
last modified time | relevance | path

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

/freebsd/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.cpp432 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
433 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
438 po->SetHelpLong(""); in Initialize()
444 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize()
452 parray_alias->SetHelpLong(""); in Initialize()
460 poarray_alias->SetHelpLong(""); in Initialize()
469 shell_alias->SetHelpLong(""); in Initialize()
H A DCommandObject.cpp92 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.h137 virtual void SetHelpLong(llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp245 SetHelpLong( in CommandObjectCommandsAlias()
486 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
584 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
750 SetHelpLong( in CommandObjectCommandsAddRegex()
1064 SetHelpLong(docstring); in GetHelpLong()
1181 SetHelpLong(docstring); in GetHelpLong()
1877 SetHelpLong(docstring); in GetHelpLong()
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 DCommandObjectRegister.cpp396 SetHelpLong(R"( in CommandObjectRegisterInfo()
H A DCommandObjectFrame.cpp377 SetHelpLong(R"( in CommandObjectFrameVariable()
782 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
H A DCommandObjectWatchpoint.cpp774 SetHelpLong( in CommandObjectWatchpointSetVariable()
963 SetHelpLong( in CommandObjectWatchpointSetExpression()
H A DCommandObjectWatchpointCommand.cpp41 SetHelpLong( in CommandObjectWatchpointCommandAdd()
H A DCommandObjectBreakpointCommand.cpp44 SetHelpLong( in CommandObjectBreakpointCommandAdd()
H A DCommandObjectType.cpp594 SetHelpLong( in CommandObjectTypeFormatAdd()
789 SetHelpLong(s.GetData()); in CommandObjectTypeFormatterDelete()
1425 SetHelpLong( in CommandObjectTypeSummaryAdd()
2400 SetHelpLong( in CommandObjectTypeFilterAdd()
H A DCommandObjectExpression.cpp264 SetHelpLong( in CommandObjectExpression()
H A DCommandObjectSettings.cpp57 SetHelpLong( in CommandObjectSettingsSet()
H A DCommandObjectBreakpoint.cpp977 SetHelpLong( in CommandObjectBreakpointDisable()
1963 SetHelpLong( in CommandObjectBreakpointName()
H A DCommandObjectProcess.cpp1523 SetHelpLong("\nIf no signals are specified but one or more actions are, " in CommandObjectProcessHandle()
H A DCommandObjectTarget.cpp4864 SetHelpLong( in CommandObjectTargetStopHookAdd()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h378 void SetHelpLong(const char *);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp676 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand
680 m_opaque_sp->SetHelpLong(help); in SetHelpLong()