summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_2'.cvs2svn2006-11-145-1648/+0
* MFC: rev. 1.11: -w kgdb kmem-based read-write mode.David E. O'Brien2006-10-111-3/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-09-169-0/+1709
* MFC: Make use of stoppcbs[] for running threads.John Baldwin2006-08-281-2/+19
* MFC: Remove special handling for PC == 0.John Baldwin2006-08-281-6/+1
* MFC revision 1.14-1.15, add command 'thread signal'.David Xu2006-05-171-0/+59
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-04-105-0/+1648
* Partially MFC revision 1.14:David Xu2006-02-161-8/+15
* MFC: compensate for removal of pcb->pcb_rflags.Peter Wemm2005-11-151-1/+0
* MFC 1.10: Fix dump of the unread portion of the kernel message buffer.Marcel Moolenaar2005-11-051-0/+4
* Mega-MFC:Marcel Moolenaar2005-09-1511-85/+741
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-09-111-0/+27
* MFC 1.3: Fix backtraces.Marcel Moolenaar2005-08-191-16/+7
* Partial MFC rev 1.3:Marcel Moolenaar2005-08-161-39/+43
* MFC 1.8:Marcel Moolenaar2005-08-161-6/+58
* 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
* Attempt to make kgdb little more useful and easy to use. Properly initializeAlexander Kabaev2005-02-2010-25/+218
* Remove mention of the -k and -wcore options because they don'tMarcel Moolenaar2005-02-151-14/+0
* Use the system gnuregex library vs. building GNU regex bits into libibertyDavid E. O'Brien2005-02-144-6/+11
* Markup nits.Ruslan Ermilov2005-01-131-4/+3
* When grabbing registers for an lwp, fake the inferior's pid using thePeter Edwards2005-01-111-2/+6
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* Source changes to allow building a cross-debugger. Move solib.c andMarcel Moolenaar2004-12-0516-5/+29
* Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for allMarcel Moolenaar2004-12-052-9/+5
* Makefile (only) changes to allow building a cross debugger.Marcel Moolenaar2004-11-3010-21/+50
* s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD filesMarcel Moolenaar2004-11-301-1/+1
* [Sorry, forgot to commit my source changes in my previous commit.]Joerg Wunsch2004-11-221-2/+5
* Document all options and general usage.Joerg Wunsch2004-11-221-0/+67
* Fix the abuse of Ar macros for designating flag options, use Fl instead.Joerg Wunsch2004-11-221-4/+4
* Always set current thread when activating thread debugger,David Xu2004-11-151-1/+1
* Whitespace fix.Marcel Moolenaar2004-11-091-1/+1
* Prepare for a subsequent import: If the first letter of the filenameMarcel Moolenaar2004-11-091-35/+43
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
* Update to readline 5.0Andrey A. Chernov2004-10-181-3/+7
* If the argument to the -r flag starts with a ':' or a '|', don't try toBrooks Davis2004-09-031-1/+1
* Only compile fbsd-thread.c on amd64 and i386, other architecturesDavid Xu2004-08-221-1/+5
* Fix comments, most are style fix.David Xu2004-08-221-21/+11
* Fix some text messages.David Xu2004-08-221-2/+2
* Add code to support statically linked binary and .core file of threadedDavid Xu2004-08-221-176/+366
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memMarcel Moolenaar2004-08-152-49/+126
* Initialize thread_db module.David Xu2004-08-101-0/+2
* Initialize thread_db module.David Xu2004-08-081-0/+2
* 1. Add some code check if thread suspending or resuming is failed.David Xu2004-08-082-4/+80