diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-10-22 17:23:34 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-10-22 19:03:47 +0200 |
commit | eb944974ac97e709f08a39e9694d2934727568c4 (patch) | |
tree | b7c632a80c30e4492c07f6603157b0427d1dca5a /src/plugins/debugger/debuggerplugin.h | |
parent | 04ea1898b55b8c95c924f64a827cac5a117303b2 (diff) | |
download | qt-creator-eb944974ac97e709f08a39e9694d2934727568c4.tar.gz |
Debugger: Have 64bit debuggers handle 32bit targets, too
Prefer 32bit debuggers if possible though. In the setup Robert
used there is only a 64bit CDB and thus the debugger of his
64bit Qt was unset.
Add unit tests to make sure changes will not effect currently
working setups.
Task-number: QTCREATORBUG-10463
Change-Id: I4afae314bc75d4465dbc8de5b2a4267a521a4ea1
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index c0f6429742..32790efd4f 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -76,6 +76,9 @@ private: #ifdef WITH_TESTS private slots: + void testDebuggerMatching_data(); + void testDebuggerMatching(); + void testBenchmark(); // void testStateMachine(); #endif |