2010-03-15 20:42:55 +00:00
|
|
|
# Menu for the native GDB
|
|
|
|
|
|
|
|
config GDB_NATIVE
|
|
|
|
bool
|
|
|
|
prompt "Native gdb"
|
|
|
|
depends on ! BARE_METAL
|
|
|
|
depends on ! BACKEND
|
2015-11-07 06:15:11 +00:00
|
|
|
select EXPAT_TARGET
|
2015-11-08 07:31:46 +00:00
|
|
|
select NCURSES_TARGET
|
2010-03-15 20:42:55 +00:00
|
|
|
help
|
|
|
|
Build and install a native gdb for the target, to run on the target.
|
|
|
|
|
|
|
|
if GDB_NATIVE
|
|
|
|
|
2010-03-15 20:44:20 +00:00
|
|
|
config GDB_NATIVE_STATIC
|
|
|
|
bool
|
|
|
|
prompt "Build a static native gdb"
|
2016-02-26 11:58:09 +00:00
|
|
|
depends on CONFIGURE_has_static_link
|
2010-03-15 20:44:20 +00:00
|
|
|
help
|
|
|
|
In case you have trouble with dynamic loading of shared libraries,
|
|
|
|
you will find that a static gdb comes in handy.
|
|
|
|
|
2010-03-15 20:42:55 +00:00
|
|
|
endif # GDB_NATIVE
|