config/debug/gdb.in.native
author Johannes Stezenbach <js@sig21.net>
Thu Feb 02 22:43:18 2012 +0100 (2012-02-02)
changeset 2866 42bfbe169c2c
parent 2484 d1a8c2ae7946
permissions -rw-r--r--
libc/uClibc: add 0.9.33

Signed-off-by: Johannes Stezenbach <js@sig21.net>
     1 # Menu for the native GDB
     2 
     3 config GDB_NATIVE
     4     bool
     5     prompt "Native gdb"
     6     depends on ! BARE_METAL
     7     depends on ! BACKEND
     8     help
     9       Build and install a native gdb for the target, to run on the target.
    10 
    11 if GDB_NATIVE
    12 
    13 config GDB_NATIVE_STATIC
    14     bool
    15     prompt "Build a static native gdb"
    16     help
    17       In case you have trouble with dynamic loading of shared libraries,
    18       you will find that a static gdb comes in handy.
    19 
    20 endif # GDB_NATIVE