| Commit message (Expand) | Author | Age | Files | Lines |
* | Source changes to allow building a cross-debugger. Move solib.c and | marcel | 2004-12-05 | 16 | -5/+29 |
* | Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for all | marcel | 2004-12-05 | 2 | -9/+5 |
* | Makefile (only) changes to allow building a cross debugger. | marcel | 2004-11-30 | 10 | -21/+50 |
* | s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files | marcel | 2004-11-30 | 1 | -1/+1 |
* | [Sorry, forgot to commit my source changes in my previous commit.] | joerg | 2004-11-22 | 1 | -2/+5 |
* | Document all options and general usage. | joerg | 2004-11-22 | 1 | -0/+67 |
* | Fix the abuse of Ar macros for designating flag options, use Fl instead. | joerg | 2004-11-22 | 1 | -4/+4 |
* | Always set current thread when activating thread debugger, | davidxu | 2004-11-15 | 1 | -1/+1 |
* | Whitespace fix. | marcel | 2004-11-09 | 1 | -1/+1 |
* | Prepare for a subsequent import: If the first letter of the filename | marcel | 2004-11-09 | 1 | -35/+43 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 2 | -2/+2 |
* | Update to readline 5.0 | ache | 2004-10-18 | 1 | -3/+7 |
* | If the argument to the -r flag starts with a ':' or a '|', don't try to | brooks | 2004-09-03 | 1 | -1/+1 |
* | Only compile fbsd-thread.c on amd64 and i386, other architectures | davidxu | 2004-08-22 | 1 | -1/+5 |
* | Fix comments, most are style fix. | davidxu | 2004-08-22 | 1 | -21/+11 |
* | Fix some text messages. | davidxu | 2004-08-22 | 1 | -2/+2 |
* | Add code to support statically linked binary and .core file of threaded | davidxu | 2004-08-22 | 1 | -177/+367 |
* | Improve the usage. Without any arguments, kgdb(1) works on /dev/mem | marcel | 2004-08-15 | 2 | -49/+126 |
* | Initialize thread_db module. | davidxu | 2004-08-10 | 1 | -0/+2 |
* | Initialize thread_db module. | davidxu | 2004-08-08 | 1 | -0/+2 |
* | 1. Add some code check if thread suspending or resuming is failed. | davidxu | 2004-08-08 | 2 | -4/+80 |
* | Hook kgdb into the build. | marcel | 2004-07-25 | 1 | -1/+1 |
* | Add the beginnings of kernel debugging support. the kgdb(1) tool | marcel | 2004-07-25 | 11 | -0/+1089 |
* | o ps_pd{read|write} and ps_pt{read|write} are obsolete interface | marcel | 2004-07-17 | 1 | -22/+2 |
* | ptrace's first parameter is command not pid. pointy hat to me. | davidxu | 2004-07-16 | 1 | -2/+6 |
* | Update config.h to account for the prgregset_t and psaddr_t types | marcel | 2004-07-16 | 5 | -10/+10 |
* | Add libthread_db assisted debugging support module. | davidxu | 2004-07-15 | 1 | -0/+1095 |
* | Prepare for upcoming Binutils house cleaning. | obrien | 2004-07-06 | 1 | -1/+1 |
* | We don't have to reach into binutils/doc anymore for inc-hist.diff | marcel | 2004-06-27 | 1 | -1/+1 |
* | Fixed world breakage in the NOSHARED=yes case (missing library). | bde | 2004-06-26 | 2 | -9/+9 |
* | Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64 | marcel | 2004-06-25 | 22 | -0/+4513 |
* | Reconnect gdb info file to the build. | sheldonh | 2002-07-01 | 1 | -2/+2 |
* | Upgrade for readline 4.2 | ache | 2001-04-11 | 1 | -45/+29 |
* | A bandaid to try and make this buildable. This should probably be | peter | 2000-03-20 | 1 | -4/+27 |
* | Remove old bmake framework for gdb. It has moved to live next to binutils. | dfr | 1999-05-02 | 23 | -5425/+0 |
* | Make gdb work with kernel after the SMP vmspace sharing changes. | luoqi | 1999-04-28 | 2 | -15/+74 |
* | echo -> ${ECHO}. | bde | 1999-04-03 | 1 | -2/+2 |
* | Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit. | bde | 1998-10-15 | 2 | -8/+4 |
* | Install gdb in /usr/lib/aout or /usr/lib/elf depending on format. | peter | 1998-10-15 | 1 | -1/+7 |
* | Fix GDB so that it can handle ELF core dumps. | jdp | 1998-09-14 | 4 | -7/+48 |
* | Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em. | jb | 1998-08-30 | 1 | -4/+4 |
* | BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this | jb | 1998-08-30 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -2/+2 |
* | Don't attempt to read process context from the kernel when (the | bde | 1998-05-12 | 1 | -2/+2 |
* | Simplified using new yacc rules. This is cosmetic - the old rules | bde | 1998-05-04 | 1 | -5/+4 |
* | Inherit BINDIR properly. | bde | 1998-05-01 | 2 | -4/+2 |
* | Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIR | bde | 1998-05-01 | 1 | -2/+1 |
* | Removed self-inclusion-prevention ifdef. It is unnecessary now that | bde | 1998-05-01 | 1 | -12/+5 |
* | Oops, This should have been committed with the Makefile change that | bde | 1998-05-01 | 3 | -433/+24 |
* | Fixed dependencies. | bde | 1998-05-01 | 1 | -3/+17 |