Debugger: Remove support for non-Python GDB

This affects mainly Apple's version of GDB. Mac users are advised to
use LLDB, or some recent build of FSF GDB.

Change-Id: I6a7fbb591e79f737e12d08b0e881e9e4d1d9660c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-11-27 16:10:14 +01:00
parent fd2e00f6e6
commit bad8a451a6
53 changed files with 280 additions and 7890 deletions

View File

@@ -65,8 +65,6 @@ public:
QString executable() const;
RunMode runMode() const;
QString commandLineArguments() const;
QString dumperLibrary() const;
QStringList dumperLibraryLocations() const;
QString workingDirectory() const;
QtSupport::BaseQtVersion *qtVersion() const;