| 180 | DebuggerModules* GetModules() const { return m_modules; } |
| 181 | DebuggerBreakpoints* GetBreakpoints() const { return m_breakpoints; } |
| 182 | DebuggerRegisters* GetRegisters() const { return m_registers; } |
| 183 | DebuggerThreads* GetThreads() const { return m_threads; } |
| 184 | DebuggerMemory* GetMemory() const { return m_memory; } |
| 185 | // This is no longer a remote architecture, because we do not really read the remote arch |
no outgoing calls
no test coverage detected