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