summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 15:46:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 15:46:13 (GMT)
commitb9f843657aca844a6f08d807fcb493b4abc0f723 (patch)
tree4122b2b2694d7d3b6d7d2144f8ad2c09f2d0c5fa /config/debug/gdb.in
parent7746415b7dc0ce7a822a8cb2920d14220b7fe5c1 (diff)
Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading.
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 8510919..afd41e1 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -16,6 +16,15 @@ config GDB_CROSS
help
Build and install a cross-gdb for the target, and to run on host.
+config GDB_CROSS_STATIC_GDBSERVER
+ bool
+ prompt "Build a static gdbserver"
+ default n
+ depends on GDB_CROSS
+ help
+ In case you have trouble with dynamic loading of shared libraries,
+ you will find that a static gdbserver comes in handy.
+
config GDB_NATIVE
bool
prompt "Native gdb (EXPERIMENTAL)"