| 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 |
| 186 | Ref<Architecture> GetRemoteArchitecture() const; |
no outgoing calls
no test coverage detected