aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-03-16 11:35:53 +0100
committerhjk <hjk@theqtcompany.com>2015-03-17 09:59:58 +0000
commit8d89c2eda0cb68120f2c52bffcb5946e0b2da6be (patch)
tree2d03aefcb11e7d2506f1558b3474ea1ad3bfea6b /doc
parentb1e839c21ba69099023d48e83b7288a720e79817 (diff)
Doc: Require GDB 7.5 (released Aug 2012) with Python 2.7 or 3.3+
The formerly required 7.4.1+x does not produce valid stack traces through its Python interface, which we nowadays want to use. The version requirement for GDBserver (7.0+) is not affected, but the general advice is still to use a GDBserver version matching the version of GDB if possible. Change-Id: Icb08544c56f4ba8c16ca77938b87be8a680ac563 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/debugger/creator-debugger-setup.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc
index 3ea650a4d8..6aa9ad9bc7 100644
--- a/doc/src/debugger/creator-debugger-setup.qdoc
+++ b/doc/src/debugger/creator-debugger-setup.qdoc
@@ -113,8 +113,8 @@
Starting with version 3.1, \QC requires the Python scripting
extension. GDB builds without Python scripting are not supported
- anymore and will not work. The minimal supported version is GDB 7.4.1,
- using Python version 2.6, 2.7, or 3.x.
+ anymore and will not work. The minimal supported version is GDB 7.5
+ using Python version 2.7, or 3.3, or newer.
For remote debugging using GDB and GDB server, the minimal
supported version of GDB server on the target device is 7.0.