summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 4d026f7..865a5f8 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -87,6 +87,11 @@ config GDB_GDBSERVER_STATIC
In case you have trouble with dynamic loading of shared libraries,
you will find that a static gdbserver comes in handy.
+if BARE_METAL
+comment "In bare-metal, you'll need to "
+comment "provide your own gdbserver stub."
+endif # BARE_METAL
+
choice
bool
prompt "gdb version"