config/debug/gdb.in.gdbserver
changeset 1849 73f76483a389
parent 1844 4d6a56579d9d
child 2484 d1a8c2ae7946
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/debug/gdb.in.gdbserver	Mon Mar 15 21:42:55 2010 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# Menu for the native gdbserver
     1.5 +
     1.6 +config GDB_GDBSERVER
     1.7 +    bool
     1.8 +    prompt "gdbserver"
     1.9 +    default n
    1.10 +    depends on ! BARE_METAL
    1.11 +    help
    1.12 +      Build and install a gdbserver for the target, to run on the target.
    1.13 +
    1.14 +if GDB_GDBSERVER
    1.15 +
    1.16 +config GDB_GDBSERVER_STATIC
    1.17 +    bool
    1.18 +    prompt "Build a static gdbserver"
    1.19 +    default y
    1.20 +    help
    1.21 +      In case you have trouble with dynamic loading of shared libraries,
    1.22 +      you will find that a static gdbserver comes in handy.
    1.23 +
    1.24 +endif # GDB_GDBSERVER
    1.25 +
    1.26 +if BARE_METAL
    1.27 +comment "In bare-metal, you'll need to   "
    1.28 +comment "provide your own gdbserver stub."
    1.29 +endif # BARE_METAL