gdb: Fix gdb -tui mode
authorJohn Marino <draco@marino.st>
Tue, 15 May 2012 20:56:24 +0000 (22:56 +0200)
committerJohn Marino <draco@marino.st>
Tue, 15 May 2012 22:30:38 +0000 (00:30 +0200)
commit8f0e742e7a4969a88961c0ac38c4427c94c5780b
treea18ed76d5ada3e3889084ac949f46149e5d5700f
parentd342d605588a84b080bb7b528f7a725894b3bc75
gdb: Fix gdb -tui mode

The gdbtui (aka gdb -tui) mode has been nonfunctional for a long time
due to the replacement of readline with libedit.  After speaking with
Cristos Zoulas, it was confirmed that libedit can't support gdbtui now
and is not envisioned to support it in the future.

The tui mode is fixed by building the readline library internally and
linking against that instead of libedit.

The README files were updated to reflected additional imported sources
for readline and the removal of libedit-caused local modications to
tui-io.c file.
contrib/gdb-7/README.DELETED
contrib/gdb-7/README.DRAGONFLY
contrib/gdb-7/gdb/tui/tui-io.c
gnu/usr.bin/gdb/Makefile
gnu/usr.bin/gdb/Makefile.inc
gnu/usr.bin/gdb/gdb/Makefile
gnu/usr.bin/gdb/kgdb/Makefile
gnu/usr.bin/gdb/libreadline/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libreadline/config.h [new file with mode: 0644]