cvs commit: src/gnu/usr.bin/gdb/gdb kvm-fbsd.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 7 13:34:49 PST 2005
dillon 2005/02/07 13:33:36 PST
DragonFly src repository
Modified files:
gnu/usr.bin/gdb/gdb kvm-fbsd.c
Log:
Add support for pure kernel thread stack frames. Pure kernel threads do not
have a PCB, they simply push the register state (depending on the situation)
onto the stack and save the stack pointer.
Revision Changes Path
1.5 +38 -8 src/gnu/usr.bin/gdb/gdb/kvm-fbsd.c
http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/gdb/gdb/kvm-fbsd.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list