aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'John Baldwin2007-08-221-0/+1
* Remove extern int verbose declaration. It is declared static in theAlexander Kabaev2007-05-191-1/+0
* Fix static/extern mismatch by patching corresponding tdep filesAlexander Kabaev2007-05-192-2/+11
* Add threading support.Marcel Moolenaar2007-05-012-1/+3
* Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 ofKonstantin Belousov2007-03-011-1/+22
* Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c).Konstantin Belousov2007-03-012-7/+9
* Avoid writing uninitialized stack data into a thread's MMX/SSE state byEd Maste2007-02-201-7/+12
* Try to avoid a possible infinite loop when parsing an invalid kernel dump file.Craig Rodrigues2007-01-251-2/+7
* Bump document date for the previous change.Ruslan Ermilov2006-10-211-1/+2
* Turn on gdbserver for the arch that supports it..John-Mark Gurney2006-10-211-0/+4
* Trim trailing whitespace.John Baldwin2006-10-163-7/+7
* Restore the 'proc' and 'tid' commands which allow one to switch to theJohn Baldwin2006-10-161-0/+89
* Document '-w' from main.c rev. 1.11.David E. O'Brien2006-10-111-0/+8
* Add cross debug support to arm.Warner Losh2006-09-141-1/+37
* Architecture specific portions of gdb for arm.Warner Losh2006-09-148-0/+1477
* Use the pcb in stoppcbs[] if it is present for threads that were runningJohn Baldwin2006-08-251-2/+19
* Add initial support for kgdb(1) on PowerPC.Marcel Moolenaar2006-08-242-5/+186
* Add basic support for PowerPC. This excludes kgdb(1).Marcel Moolenaar2006-08-244-1/+800
* Remove special handling for PC == 0. With this, kgdb can now properlyJohn Baldwin2006-08-231-6/+1
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-234-977/+0
* Add initial platform support.David E. O'Brien2006-07-221-0/+196
* Clean the product of patch(1).Ruslan Ermilov2006-04-101-0/+2
* bring in the necessary changes to make gdbserver compile and work (atJohn-Mark Gurney2006-04-065-316/+210
* import gdbserver Linux files renamed to fbsd... I have made gdbserverJohn-Mark Gurney2006-04-063-0/+1754
* Introduce a new proc service routine ps_linfo() to get LWP info.David Xu2006-02-071-0/+14
* 1. Eliminate compile warnings.David Xu2006-02-061-8/+60
* Add -w parameter which tells kgdb to open kmem-based targets in read-writeAlexander Kabaev2006-01-041-3/+8
* Fix dump of the unread portion of the kernel message buffer.Marcel Moolenaar2005-10-261-0/+4
* Unbreak - remove leftover reference to pcb_rflags.Peter Wemm2005-09-281-1/+0
* Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. IMarcel Moolenaar2005-09-111-1/+4
* Unwind across intrframes as well. While here, better handle bottom ofMarcel Moolenaar2005-09-111-2/+8
* Unwind across intrframes as well.Marcel Moolenaar2005-09-111-3/+8
* Unwind across trap frames. Handles all entry points, except the EPCMarcel Moolenaar2005-09-111-47/+201
* Unwind across trapframes. All kernel entries are handled.Marcel Moolenaar2005-09-101-11/+94
* Unwind across trap frames. This adds most of the meat. The snifferMarcel Moolenaar2005-09-101-1/+93
* Unwind across trap frames. This adds most of the meat. The snifferMarcel Moolenaar2005-09-101-10/+95
* Unwind across trap frames. This adds most of the meat. The snifferMarcel Moolenaar2005-09-101-6/+86
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in theMarcel Moolenaar2005-09-1011-13/+188
* Fix backtraces. Supply registers from the register window.Marcel Moolenaar2005-08-161-16/+7
* o Remove the obscure tid command, because it does what the threadMarcel Moolenaar2005-08-061-100/+41
* o As mentioned in the previous commit: make the KVM error bufferMarcel Moolenaar2005-08-061-6/+58
* Spell "currently" correctly.Giorgos Keramidas2005-07-281-1/+1
* kvm_openfiles() uses the supplied buffer for storing error messagesPeter Wemm2005-06-241-1/+0
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-312-12/+112
* Don't try to enable event reporting for core file, it is not writable.David Xu2005-05-061-0/+2
* Report events from thread library.David Xu2005-04-121-16/+210
* Print thread address.David Xu2005-04-051-4/+4
* Implement and document the -q and -f options with their correspondingMarcel Moolenaar2005-03-022-6/+46
* .It the -v option.David E. O'Brien2005-03-011-1/+1
* Restore r1.2 change to use TARGET_ARCH.Alexander Kabaev2005-02-201-1/+1