mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-21 20:12:11 -05:00
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.
In other words it's a friendlier interface for idiots like me!
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(backported from
|
||
|---|---|---|
| .. | ||
| binutils | ||
| fortify-headers | ||
| gcc | ||
| gdb | ||
| glibc | ||
| kernel-headers | ||
| musl | ||
| uClibc | ||
| wrapper | ||
| yasm | ||
| Config.in | ||
| info.mk | ||
| Makefile | ||