aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/kgdb/trgt.c
Commit message (Expand)AuthorAgeFilesLines
* When building a cross-kgdb, suppress the registration of theMarcel Moolenaar2014-01-131-0/+12
* In kthr.c, obtain the address of the PCB for threads that were runningMarcel Moolenaar2013-02-171-0/+17
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. WeJohn Baldwin2008-05-011-31/+21
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishJohn Baldwin2008-04-291-22/+139
* - Rework the kld support to hook into GDB's shared library support.John Baldwin2008-01-291-4/+1
* Don't close the kernel bfd object during startup. Instead, leave it openJohn Baldwin2008-01-291-5/+12
* Add support for automatically loading symbols for kld's on startup:John Baldwin2008-01-281-0/+1
* Move the code for working with kld's out into its own file.John Baldwin2008-01-241-268/+0
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzeJohn Baldwin2008-01-171-0/+271
* Restore the 'proc' and 'tid' commands which allow one to switch to theJohn Baldwin2006-10-161-0/+89
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in theMarcel Moolenaar2005-09-101-0/+1
* o Remove the obscure tid command, because it does what the threadMarcel Moolenaar2005-08-061-100/+41
* Attempt to make kgdb little more useful and easy to use. Properly initializeAlexander Kabaev2005-02-201-10/+106
* Add the beginnings of kernel debugging support. the kgdb(1) toolMarcel Moolenaar2004-07-251-0/+112