config/debug/gdb.in.cross
branch1.16
changeset 3107 91a52bc04af9
parent 2784 258160822e35
child 3150 1d6fd9bde73c
     1.1 --- a/config/debug/gdb.in.cross	Wed Nov 23 13:15:27 2011 +0800
     1.2 +++ b/config/debug/gdb.in.cross	Sun Nov 11 21:42:47 2012 +0100
     1.3 @@ -24,6 +24,15 @@
     1.4        That way, you can share the cross-gdb without installing a toolchain
     1.5        on every machine that will be used to debug target programs.
     1.6  
     1.7 +config GDB_CROSS_SIM
     1.8 +    bool
     1.9 +    prompt "Enable 'sim'"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    help
    1.12 +      Say 'y' here if you want to build the 'sim' emulator.
    1.13 +      You probably don't want it, unless you are building for bare-metal.
    1.14 +      The default is 'n'.
    1.15 +
    1.16  config GDB_CROSS_PYTHON
    1.17      bool
    1.18      prompt "Enable python scripting"