| 176 | |
| 177 | DebugAdapter* GetAdapter() const { return m_adapter; } |
| 178 | DebuggerController* GetController() const { return m_controller; } |
| 179 | |
| 180 | DebuggerModules* GetModules() const { return m_modules; } |
| 181 | DebuggerBreakpoints* GetBreakpoints() const { return m_breakpoints; } |
nothing calls this directly
no outgoing calls
no test coverage detected