1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/gnu/usr.bin/gdb/kgdb
John Baldwin 4ba3dab395 NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'
to treat the frame under 'nmi_calltrap' as a trapframe.

MFC after:	3 days
Approved by:	re (bmah)
2007-08-22 20:28:13 +00:00
..
kgdb.1 Bump document date for the previous change. 2006-10-21 17:39:35 +00:00
kgdb.h Remove extern int verbose declaration. It is declared static in the 2007-05-19 03:23:43 +00:00
kthr.c Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c). 2007-03-01 13:55:15 +00:00
main.c
Makefile
trgt_amd64.c NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb' 2007-08-22 20:28:13 +00:00
trgt_arm.c Trim trailing whitespace. 2006-10-16 20:07:23 +00:00
trgt_i386.c Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 of 2007-03-01 13:56:08 +00:00
trgt_ia64.c
trgt_powerpc.c Trim trailing whitespace. 2006-10-16 20:07:23 +00:00
trgt_sparc64.c
trgt.c Restore the 'proc' and 'tid' commands which allow one to switch to the 2006-10-16 20:06:32 +00:00