# HG changeset patch # User "Yann E. MORIN" # Date 1237761952 0 # Node ID 07bc5731a0377b2e50210db2754d0e7a55030faa # Parent 8839a3228bd9a842d4e3215ab428ba256690488e Add a comment in the gdn mnuconfig that, under bare-metal, the user is responsible for providing a gdbserver stub. /branches/newlib/config/debug/gdb.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r 8839a3228bd9 -r 07bc5731a037 config/debug/gdb.in --- a/config/debug/gdb.in Sun Mar 22 15:32:44 2009 +0000 +++ b/config/debug/gdb.in Sun Mar 22 22:45:52 2009 +0000 @@ -87,6 +87,11 @@ 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"