Home
last modified time | relevance | path

Searched refs:SetHelp (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h142 SetHelp(help); in m_name()
151 SetHelp(help); in m_name()
181 void SetHelp(const char *description) in SetHelp() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp102 SetHelp(translation_and_help.GetString()); in CommandAlias()
225 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias
226 this->CommandObject::SetHelp(str); in SetHelp()
H A DCommandInterpreter.cpp330 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()
422 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
430 parray_alias->SetHelp in Initialize()
439 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()
450 shell_alias->SetHelp("Run a shell command on the host."); in Initialize()
H A DCommandObject.cpp88 void CommandObject::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandObject
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointName.cpp35 SetHelp(help); in BreakpointName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandAlias.h55 void SetHelp(llvm::StringRef str) override;
H A DCommandObject.h135 virtual void SetHelp(llvm::StringRef str);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp507 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
605 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1087 SetHelp(help); in CommandObjectPythonFunction()
1091 SetHelp(stream.GetString()); in CommandObjectPythonFunction()
1162 SetHelp(stream.GetString()); in CommandObjectScriptingObject()
1183 SetHelp(docstring); in GetHelp()
H A DCommandObjectBreakpoint.cpp1758 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
H A DCommandObjectType.cpp2830 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h307 void SetHelp(const char *);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp619 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand
623 m_opaque_sp->SetHelp(help); in SetHelp()
H A DSBBreakpointName.cpp512 bp_name->SetHelp(help_string); in SetHelpString()