forked from qt-creator/qt-creator
Doc: Bump LLDB version requirement
Drop 179.x on OS X, as this barely works. Include 3.7 on Linux, at least a build from SVN revision 232800 is knwon to be good. Also change 'minimal supported version' to 'minimum supported version'. Change-Id: Ia491289500aa1d9680a3194cd50852aec65272d1 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
@@ -110,10 +110,10 @@
|
|||||||
|
|
||||||
Starting with version 3.1, \QC requires the Python scripting extension. GDB
|
Starting with version 3.1, \QC requires the Python scripting extension. GDB
|
||||||
builds without Python scripting are not supported anymore and will not work.
|
builds without Python scripting are not supported anymore and will not work.
|
||||||
The minimal supported version is GDB 7.5 using Python version 2.7, or 3.3,
|
The minimum supported version is GDB 7.5 using Python version 2.7, or 3.3,
|
||||||
or newer.
|
or newer.
|
||||||
|
|
||||||
For remote debugging using GDB and GDB server, the minimal supported version
|
For remote debugging using GDB and GDB server, the minimum supported version
|
||||||
of GDB server on the target device is 7.0.
|
of GDB server on the target device is 7.0.
|
||||||
|
|
||||||
\section2 Supported CDB Versions
|
\section2 Supported CDB Versions
|
||||||
@@ -128,9 +128,10 @@
|
|||||||
LLDB is typically used with the Clang compiler (even though you can use it
|
LLDB is typically used with the Clang compiler (even though you can use it
|
||||||
with GCC, too).
|
with GCC, too).
|
||||||
|
|
||||||
You can use the LLDB version delivered with Xcode, but we recommend that you
|
On OS X you can use the LLDB version delivered with Xcode or build from source.
|
||||||
build it from sources using Xcode. The minimal supported version is LLDB
|
The minimum supported version is LLDB 320.4.
|
||||||
179.5.
|
|
||||||
|
On Linux, the minimum supported version is LLDB 3.7.
|
||||||
|
|
||||||
\omit
|
\omit
|
||||||
|
|
||||||
|
Submodule src/shared/qbs updated: a34e10961d...549274d305
Reference in New Issue
Block a user