toolchain: gdb: enable TUI
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 4 Sep 2017 19:20:12 +0000 (20:20 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Tue, 3 Jul 2018 13:19:10 +0000 (14:19 +0100)
commit900d86766b2a2122ea435d98aa50dc72d5dadf93
tree6035bd951af01064601c8c106a32b02fe4734c83
parentfbf475403b911f46e91b57fb7a6cf3c65276464c
toolchain: gdb: enable TUI

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>
toolchain/gdb/Makefile