From b9f843657aca844a6f08d807fcb493b4abc0f723 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jun 2007 15:46:13 +0000 Subject: Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading. --- config/debug/gdb.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 85109192..afd41e1b 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)" -- cgit v1.2.3