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

Declarations

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

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  672       m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
  689       m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
  708       m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
tools/lldb/source/Commands/CommandObjectCommands.cpp
 1618             if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp,
 1675         if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) {
 1700       if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) {