| 31 | } |
| 32 | |
| 33 | DebugAdapterProtocol::DebugAdapterProtocol(DebugInformation* dbgr, GUIManager* gui, bool* run) |
| 34 | { |
| 35 | m_debugger = dbgr; |
| 36 | m_started = false; |
| 37 | m_ui = gui; |
| 38 | |
| 39 | m_run = run; |
| 40 | } |
| 41 | DebugAdapterProtocol::~DebugAdapterProtocol() |
| 42 | { |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected