kgdb: Add TUI mode as an option
authorJohn Marino <draco@marino.st>
Tue, 15 May 2012 21:50:11 +0000 (23:50 +0200)
committerJohn Marino <draco@marino.st>
Tue, 15 May 2012 22:31:13 +0000 (00:31 +0200)
commit4c0200b9e8504a2303980359a3736d871f3a8949
treef9469639080db15b24a769fa773e7c07ec68011e
parent8f0e742e7a4969a88961c0ac38c4427c94c5780b
kgdb: Add TUI mode as an option

Now that -tui mode is fixed for gdb, let's allow kgdb to use it.  This
commit adds the -t (--tui-mode) option to kgdb to allow debugging core
files with gdb's Text User Interface terminal interface.

The -q (--quiet) option had to set when --tui-mode option is set due
to the initial verbosity destroying the curses window otherwise.
gnu/usr.bin/gdb/kgdb/kgdb.1
gnu/usr.bin/gdb/kgdb/kgdb.c