summaryrefslogtreecommitdiff
path: root/devel/gdb6/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on sparc64 (catch up to pcb changes).Jake Burkholder2003-04-082-6/+6
| | | | Notes: svn path=/head/; revision=78588
* Allow compilation on 4-stable for user mode use.Mark Peek2003-01-044-18/+52
| | | | Notes: svn path=/head/; revision=72530
* Use DBREG_DRX instead of accessing the dr members directly. This make gdbMark Peek2003-01-042-0/+40
| | | | | | | build on i386 5.0 and backwards compatible with 4.X. Notes: svn path=/head/; revision=72529
* Update to track changes to struct regs for sparc64.Mark Peek2002-10-234-52/+126
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=68633
* Add support for sparc64 kernel debugging.Mark Peek2002-10-214-18/+164
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=68542
* Patches for gdb-5.3 to work on the FreeBSD sparc64 port.Mark Peek2002-10-1710-34/+238
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=68211
* Changes to allow compilation on a sparc64.Mark Peek2002-10-155-16/+72
| | | | Notes: svn path=/head/; revision=68124
* This patch isn't needed with gdb-5.3.Mark Peek2002-10-151-67/+0
| | | | Notes: svn path=/head/; revision=68123
* Fix patch to remove bogus prefix pathnames.Mark Peek2002-10-152-4/+4
| | | | Notes: svn path=/head/; revision=68116
* Quiet PARAMS warning.Mark Peek2002-10-132-0/+40
| | | | Notes: svn path=/head/; revision=67989
* Patches to get FreeBSD changes working with gdb-5.3.Mark Peek2002-10-1318-1698/+1052
| | | | Notes: svn path=/head/; revision=67988
* Jake is changing the trapframe/regs/ucontext structures for FreeBSD/sparc64.David E. O'Brien2002-10-121-0/+16
| | | | Notes: svn path=/head/; revision=67888
* Don't build the xfreemod enhancement until I have a chance to port it fromDavid E. O'Brien2002-10-122-2/+2
| | | | | | | GDB 5.2 to 5.3. Notes: svn path=/head/; revision=67886
* Upgrade to a GDB 5.3 snapshot, after being repo copied from "gdb52".David E. O'Brien2002-10-122-4/+4
| | | | Notes: svn path=/head/; revision=67885
* Add a patch that allows one to debug XFree86 loadable modules.David E. O'Brien2002-10-092-2/+2
| | | | | | | | Ported from http://www.dawa.demon.co.uk/xfree-gdb/ and http://sources.redhat.com/ml/gdb-patches/2001-09/msg00306.html. Notes: svn path=/head/; revision=67697
* Upgrade to version 5.2.1.David E. O'Brien2002-10-073-33/+0
| | | | Notes: svn path=/head/; revision=67513
* Grrrr, these patches were obviously not tested on Alpha. :-(David E. O'Brien2002-06-282-2/+2
| | | | | | | There is NO kernel debugging for anything other than i386. Notes: svn path=/head/; revision=62157
* patch style nit.David E. O'Brien2002-06-082-2/+0
| | | | Notes: svn path=/head/; revision=60818
* Use the correct GNU autoconf approved spelling for how to include sys/param.h.David E. O'Brien2002-06-083-3/+3
| | | | Notes: svn path=/head/; revision=60817
* Correct patch header.David E. O'Brien2002-06-082-2/+2
| | | | Notes: svn path=/head/; revision=60816
* Our FreeBSDims will not work on sparc64 at this time.David E. O'Brien2002-06-072-8/+14
| | | | Notes: svn path=/head/; revision=60814
* Fix internal assertion error.Mark Peek2002-06-071-4/+2
| | | | | | | Noticed by: Jun Kuriyama <kuriyama@imgsrc.co.jp> Notes: svn path=/head/; revision=60781
* - Add support for specifying expressions in add-symbol-file (Nick Hibma)Mark Peek2002-06-0619-0/+4248
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=60677
* Update to the 2002-03-10 snapshot of what will be version 5.2.David E. O'Brien2002-03-151-7/+0
| | | | Notes: svn path=/head/; revision=56166
* The change to user.h happened between 4.4->4.5. Tighten up the tests.David E. O'Brien2002-02-121-2/+2
| | | | Notes: svn path=/head/; revision=54580
* We changed the core file support in user.h before FreeBSD 4.2.David E. O'Brien2002-01-311-0/+7
This broke building GDB 5.x on that version and later 4.x versions. Submitted by: Brian Minard <bminard@flatfoot.ca> Notes: svn path=/head/; revision=54083