git: kgdb - Fix kernel trapframe backtraces for i386
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 27 18:23:23 PST 2009
commit 939fa31ee6b81113879b05cea222c56dd7e3ca19
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 27 18:19:59 2009 -0800
kgdb - Fix kernel trapframe backtraces for i386
* A recent gdb update removed our stack frame sniffer hooks,
add them back in for i386.
* I got trapframe to work properly for i386. I dunno about
interrupt frames.
Summary of changes:
gnu/usr.bin/gdb/kgdb/kgdb.c | 1 +
gnu/usr.bin/gdb/kgdb/kgdb.h | 2 ++
gnu/usr.bin/gdb/kgdb/trgt.c | 2 ++
gnu/usr.bin/gdb/kgdb/trgt_i386.c | 17 +++++++++--------
4 files changed, 14 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/939fa31ee6b81113879b05cea222c56dd7e3ca19
--
DragonFly BSD source repository
More information about the Commits
mailing list