toolchain: gdb: enable TUI
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 4 Sep 2017 19:20:12 +0000 (20:20 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 08:44:04 +0000 (09:44 +0100)
commitf5e33b98394e9293b592d55e7dc29633e7eb20d7
tree4fbbc76b258b9d7079d6ae8f8cc44cf4f1072eed
parent3341376e0bed6b9928b338c1eec6ac1578727390
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>
(backported from 900d86766b2a2122ea435d98aa50dc72d5dadf93)
toolchain/gdb/Makefile