This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
gnu
/
usr.bin
/
gdb
/
kgdb
History
jhb
f6ef728f95
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
Add -w parameter which tells kgdb to open kmem-based targets in read-write
2006-01-04 23:17:52 +00:00
Makefile
Restore r1.2 change to use TARGET_ARCH.
2005-02-20 23:06:03 +00:00
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
Unwind across trap frames. Handles all entry points, except the EPC
2005-09-11 00:47:03 +00:00
trgt_powerpc.c
Trim trailing whitespace.
2006-10-16 20:07:23 +00:00
trgt_sparc64.c
Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. I
2005-09-11 06:52:14 +00:00
trgt.c
Restore the 'proc' and 'tid' commands which allow one to switch to the
2006-10-16 20:06:32 +00:00