summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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-1011-13/+188
* 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
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-312-12/+112
* Don't try to enable event reporting for core file, it is not writable.davidxu2005-05-061-0/+2
* Report events from thread library.davidxu2005-04-121-16/+210
* Print thread address.davidxu2005-04-051-4/+4
* 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
* Remove mention of the -k and -wcore options because they don'tmarcel2005-02-151-14/+0
* Use the system gnuregex library vs. building GNU regex bits into libibertyobrien2005-02-144-6/+11
* Markup nits.ru2005-01-131-4/+3
* When grabbing registers for an lwp, fake the inferior's pid using thepeadar2005-01-111-2/+6
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* Source changes to allow building a cross-debugger. Move solib.c andmarcel2004-12-0516-5/+29
* Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for allmarcel2004-12-052-9/+5
* Makefile (only) changes to allow building a cross debugger.marcel2004-11-3010-21/+50
* 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
* Always set current thread when activating thread debugger,davidxu2004-11-151-1/+1
* Whitespace fix.marcel2004-11-091-1/+1
* Prepare for a subsequent import: If the first letter of the filenamemarcel2004-11-091-35/+43
* For variables that are only checked with defined(), don't provideru2004-10-242-2/+2
* Update to readline 5.0ache2004-10-181-3/+7
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-1/+1
* Only compile fbsd-thread.c on amd64 and i386, other architecturesdavidxu2004-08-221-1/+5
* Fix comments, most are style fix.davidxu2004-08-221-21/+11
* Fix some text messages.davidxu2004-08-221-2/+2
* Add code to support statically linked binary and .core file of threadeddavidxu2004-08-221-177/+367
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memmarcel2004-08-152-49/+126
* Initialize thread_db module.davidxu2004-08-101-0/+2
* Initialize thread_db module.davidxu2004-08-081-0/+2
* 1. Add some code check if thread suspending or resuming is failed.davidxu2004-08-082-4/+80
* Hook kgdb into the build.marcel2004-07-251-1/+1
OpenPOWER on IntegriCloud