summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb/trgt_i386.c
Commit message (Expand)AuthorAgeFilesLines
* Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).jhb2010-08-041-5/+3
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Trim unneeded header.jhb2008-05-091-1/+0
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. Wejhb2008-05-011-2/+2
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-291-14/+20
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromjhb2008-04-281-16/+9
* Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutjhb2008-01-281-1/+3
* Teach kgdb how to handle double fault frames on i386:jhb2007-11-161-1/+152
* Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 ofkib2007-03-011-1/+22
* Unwind across intrframes as well.marcel2005-09-111-3/+8
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-6/+86
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in themarcel2005-09-101-2/+29
* Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-201-1/+1
* Add the beginnings of kernel debugging support. the kgdb(1) toolmarcel2004-07-251-0/+69
OpenPOWER on IntegriCloud