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

Declarations

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  218   bool AddCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  976         m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
 1132         m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);