RemoteLinux: Prepare for downstream Qdb adaptations

Change-Id: Ie00eb97cd0aeaf8eac193ead3048c180fe39808e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2017-06-23 13:31:31 +02:00
parent c6771c39c1
commit e797f41759
3 changed files with 16 additions and 18 deletions

View File

@@ -790,6 +790,7 @@ void GdbServerRunner::start()
void GdbServerRunner::stop()
{
m_gdbServer.stop();
reportStopped();
}
} // namespace Debugger