index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
gdb
/
kgdb
/
trgt_i386.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).
jhb
2010-08-04
1
-5
/
+3
*
Differentiate between interrupt frames, trap interrupt frames and timer
kib
2008-09-27
1
-3
/
+33
*
Trim unneeded header.
jhb
2008-05-09
1
-1
/
+0
*
- Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We
jhb
2008-05-01
1
-2
/
+2
*
Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish
jhb
2008-04-29
1
-14
/
+20
*
Use kgdb_parse() instead of libkvm(3) to read the first instruction from
jhb
2008-04-28
1
-16
/
+9
*
Remove the warnx() from kgdb_lookup() so that we don't emit a warning about
jhb
2008-01-28
1
-1
/
+3
*
Teach kgdb how to handle double fault frames on i386:
jhb
2007-11-16
1
-1
/
+152
*
Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 of
kib
2007-03-01
1
-1
/
+22
*
Unwind across intrframes as well.
marcel
2005-09-11
1
-3
/
+8
*
Unwind across trap frames. This adds most of the meat. The sniffer
marcel
2005-09-10
1
-6
/
+86
*
Add a kluge to allow kgdb(1) to inject its own frame sniffer in the
marcel
2005-09-10
1
-2
/
+29
*
Attempt to make kgdb little more useful and easy to use. Properly initialize
kan
2005-02-20
1
-1
/
+1
*
Add the beginnings of kernel debugging support. the kgdb(1) tool
marcel
2004-07-25
1
-0
/
+69