diff options
author | Friedemann Kleint <[email protected]> | 2011-02-25 13:43:06 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2011-02-25 13:43:06 +0100 |
commit | 14d590590f7ca9428491d2ca1c3e327ce9272056 (patch) | |
tree | 06c17a9b18d4f5c290407b545570e4e685a8d64e /src/plugins/debugger/debuggertoolchaincombobox.h | |
parent | a49972e7839e8f22153ea8f90df44568b2b62497 (diff) |
Debugger: Use Startparameters.debuggerCommand for command.
Use in both engines preferred over ABI if it is compatible.
Report start parameters. Introduce gdb configuration check.
Diffstat (limited to 'src/plugins/debugger/debuggertoolchaincombobox.h')
-rw-r--r-- | src/plugins/debugger/debuggertoolchaincombobox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggertoolchaincombobox.h b/src/plugins/debugger/debuggertoolchaincombobox.h index f853092dec5..edf3783746c 100644 --- a/src/plugins/debugger/debuggertoolchaincombobox.h +++ b/src/plugins/debugger/debuggertoolchaincombobox.h @@ -59,7 +59,6 @@ protected: virtual bool event(QEvent *event); private: - ProjectExplorer::Abi abiAt(int index) const; }; |