| 104 | } |
| 105 | |
| 106 | void RegistersManager::setSession(MIDebugSession* debugSession) |
| 107 | { |
| 108 | qCDebug(DEBUGGERCOMMON) << "Change session " << debugSession; |
| 109 | if (m_debugSession) { |
| 110 | qCDebug(DEBUGGERCOMMON) << "Will reparse arch"; |
| 111 | setController(nullptr); |
| 112 | } |
| 113 | Q_ASSERT(!m_registerController); |
| 114 | m_debugSession = debugSession; |
| 115 | } |
| 116 | |
| 117 | void RegistersManager::updateRegisters() |
| 118 | { |
no outgoing calls
no test coverage detected