forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.8' into 4.9
Conflicts: src/plugins/android/androidrunnerworker.cpp src/plugins/android/androidrunnerworker.h Change-Id: I52b9117c8a57dc4a34cfc09d1ae9bc76e0752bfc
This commit is contained in:
@@ -1714,7 +1714,7 @@ void GdbEngine::detachDebugger()
|
||||
{
|
||||
CHECK_STATE(InferiorStopOk);
|
||||
QTC_CHECK(runParameters().startMode != AttachCore);
|
||||
DebuggerCommand cmd("detach", ExitRequest);
|
||||
DebuggerCommand cmd("detach", NativeCommand | ExitRequest);
|
||||
cmd.callback = [this](const DebuggerResponse &) {
|
||||
CHECK_STATE(InferiorStopOk);
|
||||
notifyInferiorExited();
|
||||
|
||||
Reference in New Issue
Block a user