diff options
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r-- | config/debug/gdb.in.cross | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross index dc5a131e..7e1fe756 100644 --- a/config/debug/gdb.in.cross +++ b/config/debug/gdb.in.cross @@ -24,6 +24,15 @@ config GDB_CROSS_STATIC That way, you can share the cross-gdb without installing a toolchain on every machine that will be used to debug target programs. +config GDB_CROSS_SIM + bool + prompt "Enable 'sim'" + depends on EXPERIMENTAL + help + Say 'y' here if you want to build the 'sim' emulator. + You probably don't want it, unless you are building for bare-metal. + The default is 'n'. + config GDB_CROSS_PYTHON bool prompt "Enable python scripting" |