| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6_2'. | cvs2svn | 2006-11-14 | 5 | -1648/+0 |
| * | MFC: rev. 1.11: -w kgdb kmem-based read-write mode. | David E. O'Brien | 2006-10-11 | 1 | -3/+8 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-09-16 | 9 | -0/+1709 |
| * | MFC: Make use of stoppcbs[] for running threads. | John Baldwin | 2006-08-28 | 1 | -2/+19 |
| * | MFC: Remove special handling for PC == 0. | John Baldwin | 2006-08-28 | 1 | -6/+1 |
| * | MFC revision 1.14-1.15, add command 'thread signal'. | David Xu | 2006-05-17 | 1 | -0/+59 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-04-10 | 5 | -0/+1648 |
| * | Partially MFC revision 1.14: | David Xu | 2006-02-16 | 1 | -8/+15 |
| * | MFC: compensate for removal of pcb->pcb_rflags. | Peter Wemm | 2005-11-15 | 1 | -1/+0 |
| * | MFC 1.10: Fix dump of the unread portion of the kernel message buffer. | Marcel Moolenaar | 2005-11-05 | 1 | -0/+4 |
| * | Mega-MFC: | Marcel Moolenaar | 2005-09-15 | 11 | -85/+741 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-09-11 | 1 | -0/+27 |
| * | MFC 1.3: Fix backtraces. | Marcel Moolenaar | 2005-08-19 | 1 | -16/+7 |
| * | Partial MFC rev 1.3: | Marcel Moolenaar | 2005-08-16 | 1 | -39/+43 |
| * | MFC 1.8: | Marcel Moolenaar | 2005-08-16 | 1 | -6/+58 |
| * | kvm_openfiles() uses the supplied buffer for storing error messages | Peter Wemm | 2005-06-24 | 1 | -1/+0 |
| * | Add support for XMM registers in GDB for x86 processors that support | Doug Rabson | 2005-05-31 | 2 | -12/+112 |
| * | Don't try to enable event reporting for core file, it is not writable. | David Xu | 2005-05-06 | 1 | -0/+2 |
| * | Report events from thread library. | David Xu | 2005-04-12 | 1 | -16/+210 |
| * | Print thread address. | David Xu | 2005-04-05 | 1 | -4/+4 |
| * | Implement and document the -q and -f options with their corresponding | Marcel Moolenaar | 2005-03-02 | 2 | -6/+46 |
| * | .It the -v option. | David E. O'Brien | 2005-03-01 | 1 | -1/+1 |
| * | Restore r1.2 change to use TARGET_ARCH. | Alexander Kabaev | 2005-02-20 | 1 | -1/+1 |
| * | Attempt to make kgdb little more useful and easy to use. Properly initialize | Alexander Kabaev | 2005-02-20 | 10 | -25/+218 |
| * | Remove mention of the -k and -wcore options because they don't | Marcel Moolenaar | 2005-02-15 | 1 | -14/+0 |
| * | Use the system gnuregex library vs. building GNU regex bits into libiberty | David E. O'Brien | 2005-02-14 | 4 | -6/+11 |
| * | Markup nits. | Ruslan Ermilov | 2005-01-13 | 1 | -4/+3 |
| * | When grabbing registers for an lwp, fake the inferior's pid using the | Peter Edwards | 2005-01-11 | 1 | -2/+6 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
| * | Source changes to allow building a cross-debugger. Move solib.c and | Marcel Moolenaar | 2004-12-05 | 16 | -5/+29 |
| * | Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for all | Marcel Moolenaar | 2004-12-05 | 2 | -9/+5 |
| * | Makefile (only) changes to allow building a cross debugger. | Marcel Moolenaar | 2004-11-30 | 10 | -21/+50 |
| * | s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files | Marcel Moolenaar | 2004-11-30 | 1 | -1/+1 |
| * | [Sorry, forgot to commit my source changes in my previous commit.] | Joerg Wunsch | 2004-11-22 | 1 | -2/+5 |
| * | Document all options and general usage. | Joerg Wunsch | 2004-11-22 | 1 | -0/+67 |
| * | Fix the abuse of Ar macros for designating flag options, use Fl instead. | Joerg Wunsch | 2004-11-22 | 1 | -4/+4 |
| * | Always set current thread when activating thread debugger, | David Xu | 2004-11-15 | 1 | -1/+1 |
| * | Whitespace fix. | Marcel Moolenaar | 2004-11-09 | 1 | -1/+1 |
| * | Prepare for a subsequent import: If the first letter of the filename | Marcel Moolenaar | 2004-11-09 | 1 | -35/+43 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 2 | -2/+2 |
| * | Update to readline 5.0 | Andrey A. Chernov | 2004-10-18 | 1 | -3/+7 |
| * | If the argument to the -r flag starts with a ':' or a '|', don't try to | Brooks Davis | 2004-09-03 | 1 | -1/+1 |
| * | Only compile fbsd-thread.c on amd64 and i386, other architectures | David Xu | 2004-08-22 | 1 | -1/+5 |
| * | Fix comments, most are style fix. | David Xu | 2004-08-22 | 1 | -21/+11 |
| * | Fix some text messages. | David Xu | 2004-08-22 | 1 | -2/+2 |
| * | Add code to support statically linked binary and .core file of threaded | David Xu | 2004-08-22 | 1 | -176/+366 |
| * | Improve the usage. Without any arguments, kgdb(1) works on /dev/mem | Marcel Moolenaar | 2004-08-15 | 2 | -49/+126 |
| * | Initialize thread_db module. | David Xu | 2004-08-10 | 1 | -0/+2 |
| * | Initialize thread_db module. | David Xu | 2004-08-08 | 1 | -0/+2 |
| * | 1. Add some code check if thread suspending or resuming is failed. | David Xu | 2004-08-08 | 2 | -4/+80 |