git: kgdb: Add TUI mode as an option
John Marino
marino at crater.dragonflybsd.org
Tue May 15 15:32:44 PDT 2012
commit 4c0200b9e8504a2303980359a3736d871f3a8949
Author: John Marino <draco at marino.st>
Date: Tue May 15 23:50:11 2012 +0200
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.
Summary of changes:
gnu/usr.bin/gdb/kgdb/kgdb.1 | 10 +++++++++-
gnu/usr.bin/gdb/kgdb/kgdb.c | 12 ++++++++++--
2 files changed, 19 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c0200b9e8504a2303980359a3736d871f3a8949
--
DragonFly BSD source repository
More information about the Commits
mailing list