Searched refs:SetHelpLong (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h57 void SetHelpLong(llvm::StringRef str) override;
H A DCommandObject.h136 virtual void SetHelpLong(llvm::StringRef str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp227 void CommandAlias::SetHelpLong(llvm::StringRef str) { function in class:CommandAlias
228 this->CommandObject::SetHelpLong(str);
H A DCommandInterpreter.cpp357 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong("");
358 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong("");
359 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong("");
364 po->SetHelpLong("");
373 parray_alias->SetHelpLong("");
381 poarray_alias->SetHelpLong("");
H A DCommandObject.cpp87 void CommandObject::SetHelpLong(llvm::StringRef str) { m_cmd_help_long = str; } function in class:CommandObject
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h277 void SetHelpLong(const char *);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp397 SetHelpLong(
630 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
732 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
910 SetHelpLong(
1231 SetHelpLong(docstring);
1317 SetHelpLong(docstring);
H A DCommandObjectWatchpointCommand.cpp69 SetHelpLong(
H A DCommandObjectBreakpointCommand.cpp71 SetHelpLong(
H A DCommandObjectWatchpoint.cpp795 SetHelpLong(
983 SetHelpLong(
H A DCommandObjectExpression.cpp207 SetHelpLong(
H A DCommandObjectPlatform.cpp772 SetHelpLong(
846 SetHelpLong(
H A DCommandObjectType.cpp584 SetHelpLong(
1470 SetHelpLong(
2506 SetHelpLong(
H A DCommandObjectSettings.cpp57 SetHelpLong(
H A DCommandObjectFrame.cpp792 SetHelpLong(R"(
H A DCommandObjectProcess.cpp1293 SetHelpLong("\nIf no signals are specified, update them all. If no update "
H A DCommandObjectBreakpoint.cpp956 SetHelpLong(
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp754 void SBCommand::SetHelpLong(const char *help) { function in class:SBCommand
755 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help);
758 m_opaque_sp->SetHelpLong(help);
956 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *));

Completed in 120 milliseconds