reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/source/Interpreter/CommandObject.cpp
   87 void CommandObject::SetHelpLong(llvm::StringRef str) { m_cmd_help_long = str; }

Declarations

tools/lldb/include/lldb/Interpreter/CommandAlias.h
   57   void SetHelpLong(llvm::StringRef str) override;

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  631           alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
  733         alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
  356     AddAlias("p", cmd_obj_sp, "--")->SetHelpLong("");
  357     AddAlias("print", cmd_obj_sp, "--")->SetHelpLong("");
  358     AddAlias("call", cmd_obj_sp, "--")->SetHelpLong("");
  363       po->SetHelpLong("");
  365     AddAlias("parray", cmd_obj_sp, "--element-count %1 --")->SetHelpLong("");
  368         ->SetHelpLong("");