Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h143 SetHelp(help); in m_name()
152 SetHelp(help); in m_name()
182 void SetHelp(const char *description) in SetHelp() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp100 SetHelp(translation_and_help.GetString()); in CommandAlias()
222 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias
223 this->CommandObject::SetHelp(str); in SetHelp()
H A DCommandObject.cpp86 void CommandObject::SetHelp(llvm::StringRef str) { m_cmd_help_short = str; } in SetHelp() function in CommandObject
H A DCommandInterpreter.cpp286 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()
378 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp36 SetHelp(help); in BreakpointName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h56 void SetHelp(llvm::StringRef str) override;
H A DCommandObject.h134 virtual void SetHelp(llvm::StringRef str);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp652 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
754 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
1242 SetHelp(help); in CommandObjectPythonFunction()
1246 SetHelp(stream.GetString()); in CommandObjectPythonFunction()
1319 SetHelp(stream.GetString()); in CommandObjectScriptingObject()
1342 SetHelp(docstring); in GetHelp()
H A DCommandObjectBreakpoint.cpp1973 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
H A DCommandObjectType.cpp2986 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h286 void SetHelp(const char *);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp602 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand
604 m_opaque_sp->SetHelp(help); in SetHelp()
H A DSBBreakpointName.cpp520 bp_name->SetHelp(help_string); in SetHelpString()