|
@@ -46,4 +46,20 @@ comment "full gdb on target needs a toolchain w/ wchar"
|
|
|
depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
|
+if BR2_PACKAGE_GDB_DEBUGGER
|
|
|
+
|
|
|
+config BR2_PACKAGE_GDB_TUI
|
|
|
+ bool "TUI support"
|
|
|
+ help
|
|
|
+ This option enables terminal user interface (TUI) for gdb
|
|
|
+
|
|
|
+ "The GDB Text User Interface (TUI) is a terminal interface
|
|
|
+ which uses the curses library to show the source file, the
|
|
|
+ assembly output, the program registers and GDB commands in
|
|
|
+ separate text windows."
|
|
|
+
|
|
|
+ https://sourceware.org/gdb/current/onlinedocs/gdb/TUI.html
|
|
|
+
|
|
|
+endif
|
|
|
+
|
|
|
endif
|