summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb
Commit message (Expand)AuthorAgeFilesLines
* Teach kgdb how to handle double fault frames on i386:jhb2007-11-163-1/+154
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'jhb2007-08-221-0/+1
* Remove extern int verbose declaration. It is declared static in thekan2007-05-191-1/+0
* Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 ofkib2007-03-011-1/+22
* Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c).kib2007-03-012-7/+9
* Try to avoid a possible infinite loop when parsing an invalid kernel dump file.rodrigc2007-01-251-2/+7
* Bump document date for the previous change.ru2006-10-211-1/+2
* Trim trailing whitespace.jhb2006-10-163-7/+7
* Restore the 'proc' and 'tid' commands which allow one to switch to thejhb2006-10-161-0/+89
* Document '-w' from main.c rev. 1.11.obrien2006-10-111-0/+8
* Add cross debug support to arm.imp2006-09-141-1/+37
* Use the pcb in stoppcbs[] if it is present for threads that were runningjhb2006-08-251-2/+19
* Add initial support for kgdb(1) on PowerPC.marcel2006-08-241-0/+185
* Remove special handling for PC == 0. With this, kgdb can now properlyjhb2006-08-231-6/+1
* Remove alpha-specific stuff.ru2006-08-231-183/+0
* Add initial platform support.obrien2006-07-221-0/+196
* Add -w parameter which tells kgdb to open kmem-based targets in read-writekan2006-01-041-3/+8
* Fix dump of the unread portion of the kernel message buffer.marcel2005-10-261-0/+4
* Unbreak - remove leftover reference to pcb_rflags.peter2005-09-281-1/+0
* Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. Imarcel2005-09-111-1/+4
* Unwind across intrframes as well. While here, better handle bottom ofmarcel2005-09-111-2/+8
* Unwind across intrframes as well.marcel2005-09-111-3/+8
* Unwind across trap frames. Handles all entry points, except the EPCmarcel2005-09-111-47/+201
* Unwind across trapframes. All kernel entries are handled.marcel2005-09-101-11/+94
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-1/+93
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-10/+95
* 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-109-11/+155
* Fix backtraces. Supply registers from the register window.marcel2005-08-161-16/+7
* o Remove the obscure tid command, because it does what the threadmarcel2005-08-061-100/+41
* o As mentioned in the previous commit: make the KVM error buffermarcel2005-08-061-6/+58
* Spell "currently" correctly.keramida2005-07-281-1/+1
* kvm_openfiles() uses the supplied buffer for storing error messagespeter2005-06-241-1/+0
* Implement and document the -q and -f options with their correspondingmarcel2005-03-022-6/+46
* .It the -v option.obrien2005-03-011-1/+1
* Restore r1.2 change to use TARGET_ARCH.kan2005-02-201-1/+1
* Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-2010-25/+218
* Use the system gnuregex library vs. building GNU regex bits into libibertyobrien2005-02-141-2/+2
* Markup nits.ru2005-01-131-4/+3
* Makefile (only) changes to allow building a cross debugger.marcel2004-11-301-1/+1
* s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD filesmarcel2004-11-301-1/+1
* [Sorry, forgot to commit my source changes in my previous commit.]joerg2004-11-221-2/+5
* Document all options and general usage.joerg2004-11-221-0/+67
* Fix the abuse of Ar macros for designating flag options, use Fl instead.joerg2004-11-221-4/+4
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-1/+1
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memmarcel2004-08-152-49/+126
* Add the beginnings of kernel debugging support. the kgdb(1) toolmarcel2004-07-2511-0/+1089
OpenPOWER on IntegriCloud