From 8d89c2eda0cb68120f2c52bffcb5946e0b2da6be Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 16 Mar 2015 11:35:53 +0100 Subject: [PATCH] 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 Reviewed-by: Leena Miettinen --- doc/src/debugger/creator-debugger-setup.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc index 3ea650a4d80..6aa9ad9bc73 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.