Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp330 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()
421 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
434 parray_alias->SetHelp in Initialize()
443 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()
454 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-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp503 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
601 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1080 SetHelp(help); in CommandObjectPythonFunction()
1084 SetHelp(stream.GetString()); in CommandObjectPythonFunction()
1164 SetHelp(stream.GetString()); in CommandObjectScriptingObject()
1194 SetHelp(docstring); in GetHelp()
H A DCommandObjectType.cpp802 SetHelp(s.GetData()); in CommandObjectTypeFormatterDelete()
2838 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
H A DCommandObjectBreakpoint.cpp1742 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h360 void SetHelp(const char *);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp639 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand
643 m_opaque_sp->SetHelp(help); in SetHelp()
H A DSBBreakpointName.cpp514 bp_name->SetHelp(help_string); in SetHelpString()