Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp103 SetHelp(translation_and_help.GetString()); in CommandAlias()
226 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias
227 this->CommandObject::SetHelp(str); in SetHelp()
H A DCommandInterpreter.cpp344 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()
435 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
448 parray_alias->SetHelp in Initialize()
457 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()
468 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
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h142 SetHelp(help); in m_name()
169 void SetHelp(const char *description) in SetHelp() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h55 void SetHelp(llvm::StringRef str) override;
H A DCommandObject.h135 virtual void SetHelp(llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp484 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
582 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1036 SetHelp(help); in CommandObjectPythonFunction()
1040 SetHelp(stream.GetString()); in CommandObjectPythonFunction()
1125 SetHelp(stream.GetString()); in CommandObjectScriptingObjectRaw()
1164 SetHelp(docstring); in GetHelp()
1860 SetHelp(docstring); in GetHelp()
H A DCommandObjectType.cpp786 SetHelp(s.GetData()); in CommandObjectTypeFormatterDelete()
2717 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
H A DCommandObjectBreakpoint.cpp1714 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h376 void SetHelp(const char *);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp669 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand
673 m_opaque_sp->SetHelp(help); in SetHelp()
H A DSBBreakpointName.cpp514 bp_name->SetHelp(help_string); in SetHelpString()