reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
221 bool AddUserCommand(llvm::StringRef name, const lldb::CommandObjectSP &cmd_sp,
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)) {