DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kgdb: Add TUI mode as an option


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 May 2012 15:32:44 -0700 (PDT)

commit 4c0200b9e8504a2303980359a3736d871f3a8949
Author: John Marino <draco@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]