aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-08-24 12:48:20 +0200
committerhjk <hjk@qt.io>2018-08-30 12:07:20 +0000
commitcc198547e9f6d61c7fbcd634bbb809e90eefbb8b (patch)
treed3f1c3d4ce6532151725e1bc50405994978975ec /tests/manual
parent2d631c7a0b7ad94ff5c8c99dbc797a66346b51d8 (diff)
Debugger: Replace module polling in gdb by handling notifications
Explicit polling is still available and accessible as fall back in the gui, but is at least in theory not necessary anymore. Change-Id: Ifd184fb88bdbf5de53f5776e2c94a03f8ad44a06 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index c4fc3b705b..2beaffaaae 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -2326,6 +2326,7 @@ namespace plugin {
// Step
name = lib.errorString();
}
+ lib.unload();
dummyStatement(&name, &res);
}