Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow compilation on 4-stable for user mode use. | mp | 2003-01-04 | 2 | -9/+26 |
| | |||||
* | Use DBREG_DRX instead of accessing the dr members directly. This make gdb | mp | 2003-01-04 | 1 | -0/+20 |
| | | | | build on i386 5.0 and backwards compatible with 4.X. | ||||
* | Update to track changes to struct regs for sparc64. | mp | 2002-10-23 | 2 | -26/+63 |
| | | | | Submitted by: jake | ||||
* | Add support for sparc64 kernel debugging. | mp | 2002-10-21 | 2 | -9/+82 |
| | | | | Submitted by: tmm | ||||
* | Patches for gdb-5.3 to work on the FreeBSD sparc64 port. | mp | 2002-10-17 | 5 | -17/+119 |
| | | | | Submitted by: jake | ||||
* | Changes to allow compilation on a sparc64. | mp | 2002-10-15 | 3 | -16/+36 |
| | |||||
* | This patch isn't needed with gdb-5.3. | mp | 2002-10-15 | 1 | -67/+0 |
| | |||||
* | Fix patch to remove bogus prefix pathnames. | mp | 2002-10-15 | 1 | -2/+2 |
| | |||||
* | Quiet PARAMS warning. | mp | 2002-10-13 | 1 | -0/+20 |
| | |||||
* | Patches to get FreeBSD changes working with gdb-5.3. | mp | 2002-10-13 | 9 | -849/+526 |
| | |||||
* | Jake is changing the trapframe/regs/ucontext structures for FreeBSD/sparc64. | obrien | 2002-10-12 | 1 | -0/+16 |
| | |||||
* | Don't build the xfreemod enhancement until I have a chance to port it from | obrien | 2002-10-12 | 1 | -1/+1 |
| | | | | GDB 5.2 to 5.3. | ||||
* | Upgrade to a GDB 5.3 snapshot, after being repo copied from "gdb52". | obrien | 2002-10-12 | 1 | -2/+2 |
| | |||||
* | Add a patch that allows one to debug XFree86 loadable modules. | obrien | 2002-10-09 | 1 | -1/+1 |
| | | | | | Ported from http://www.dawa.demon.co.uk/xfree-gdb/ and http://sources.redhat.com/ml/gdb-patches/2001-09/msg00306.html. | ||||
* | Upgrade to version 5.2.1. | obrien | 2002-10-07 | 2 | -22/+0 |
| | |||||
* | Grrrr, these patches were obviously not tested on Alpha. :-( | obrien | 2002-06-28 | 1 | -1/+1 |
| | | | | There is NO kernel debugging for anything other than i386. | ||||
* | patch style nit. | obrien | 2002-06-08 | 1 | -1/+0 |
| | |||||
* | Use the correct GNU autoconf approved spelling for how to include sys/param.h. | obrien | 2002-06-08 | 2 | -2/+2 |
| | |||||
* | Correct patch header. | obrien | 2002-06-08 | 1 | -1/+1 |
| | |||||
* | Our FreeBSDims will not work on sparc64 at this time. | obrien | 2002-06-07 | 1 | -4/+7 |
| | |||||
* | Fix internal assertion error. | mp | 2002-06-07 | 1 | -4/+2 |
| | | | | Noticed by: Jun Kuriyama <kuriyama@imgsrc.co.jp> | ||||
* | - Add support for specifying expressions in add-symbol-file (Nick Hibma) | mp | 2002-06-06 | 10 | -0/+2164 |
| | | | | | | | | | | | - Add patches from src/ bits for: - kernel core debugging for i386 - thread debugging for i386 and alpha (Doug Rabson) This patch allows debugging -current kernels compiled with gcc-3.1. Reviewed by: dfr Approved by: obrien | ||||
* | Update to the 2002-03-10 snapshot of what will be version 5.2. | obrien | 2002-03-15 | 1 | -7/+0 |
| | |||||
* | The change to user.h happened between 4.4->4.5. Tighten up the tests. | obrien | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | We changed the core file support in user.h before FreeBSD 4.2. | obrien | 2002-01-31 | 1 | -0/+7 |
This broke building GDB 5.x on that version and later 4.x versions. Submitted by: Brian Minard <bminard@flatfoot.ca> |