summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-08-17 22:10:01 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-08-26 21:46:55 (GMT)
commit2a275f6cc89fc80a573a35de8300483e45fa5b73 (patch)
tree4512dba474a1ea3520da69279e1d6077b5fc9712 /config/debug/gdb.in
parentd1eb5347cf9c02bb6ca92eb7f2f34bd799dd0780 (diff)
debug/gdb: add GDB_HAS_PYTHON
Add a Kconfig boolean to enable python, only if GDB_7_0_or_later. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 3aaff8e..a3f1930 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -147,11 +147,15 @@ config GDB_7_2_or_later
config GDB_7_0_or_later
bool
select GDB_HAS_PKGVERSION_BUGURL
+ select GDB_HAS_PYTHON
select GDB_INSTALL_GDBINIT
config GDB_HAS_PKGVERSION_BUGURL
bool
+config GDB_HAS_PYTHON
+ bool
+
config GDB_INSTALL_GDBINIT
bool