aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb52
Commit message (Collapse)AuthorAgeFilesLines
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-181-7/+3
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* BROKEN on 5.x: Does not compileKris Kennaway2004-06-151-0/+4
| | | | Notes: svn path=/head/; revision=111529
* BROKEN on 4.x: Does not compileKris Kennaway2004-05-081-0/+4
| | | | Notes: svn path=/head/; revision=108679
* Set appropiate LATEST links.David E. O'Brien2004-04-181-2/+2
| | | | Notes: svn path=/head/; revision=107432
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* BROKEN: Configure fails on amd64Kris Kennaway2004-03-141-0/+4
| | | | Notes: svn path=/head/; revision=103925
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add NO_LATEST_LINK to prevent link stompingKris Kennaway2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99395
* This port is no longer broken for 5.X.Mark Peek2003-05-221-4/+0
| | | | Notes: svn path=/head/; revision=81654
* Use DBREG_DRX instead of accessing the dr members directly. This make gdbMark Peek2003-05-221-0/+20
| | | | | | | build on i386 5.0 and backwards compatible with 4.X. Notes: svn path=/head/; revision=81653
* BROKEN on 5.1: does not buildKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81227
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add a patch that allows one to debug XFree86 loadable modules.David E. O'Brien2002-10-093-2/+7
| | | | | | | | 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-075-27/+5
| | | | Notes: svn path=/head/; revision=67513
* Grrrr, these patches were obviously not tested on Alpha. :-(David E. O'Brien2002-06-281-1/+1
| | | | | | | There is NO kernel debugging for anything other than i386. Notes: svn path=/head/; revision=62157
* Mark Peek is doing good things with GDB, so hand it over to him.David E. O'Brien2002-06-081-1/+1
| | | | Notes: svn path=/head/; revision=60865
* patch style nit.David E. O'Brien2002-06-081-1/+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-082-2/+2
| | | | Notes: svn path=/head/; revision=60817
* Correct patch header.David E. O'Brien2002-06-081-1/+1
| | | | Notes: svn path=/head/; revision=60816
* Our FreeBSDims will not work on sparc64 at this time.David E. O'Brien2002-06-071-4/+7
| | | | Notes: svn path=/head/; revision=60814
* Fix internal assertion error.Mark Peek2002-06-072-5/+3
| | | | | | | 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-0611-0/+2165
| | | | | | | | | | | | | | - 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
* Reflect reality...this is gdb-5.2, not gdb-5.1.Mark Peek2002-06-062-4/+2
| | | | Notes: svn path=/head/; revision=60676
* Update to gdb-5.2 release.Mark Peek2002-05-122-11/+3
| | | | | | | Approved by: obrien Notes: svn path=/head/; revision=58978
* Update to the 2002-04-09 snapshot of what will be version 5.2.David E. O'Brien2002-04-122-2/+2
| | | | Notes: svn path=/head/; revision=57624
* Update to the 2002-04-02 snapshot of what will be version 5.2.David E. O'Brien2002-04-032-3/+4
| | | | Notes: svn path=/head/; revision=57272
* Update to the 2002-03-25 snapshot of what will be version 5.2.David E. O'Brien2002-03-262-2/+2
| | | | Notes: svn path=/head/; revision=56662
* fix plistDavid E. O'Brien2002-03-251-1/+1
| | | | Notes: svn path=/head/; revision=56632
* Update to 20020323.David E. O'Brien2002-03-242-3/+3
| | | | Notes: svn path=/head/; revision=56529
* Update to the 2002-03-10 snapshot of what will be version 5.2.David E. O'Brien2002-03-153-11/+15
| | | | Notes: svn path=/head/; revision=56166
* Fix packaging.David E. O'Brien2002-03-092-2/+3
| | | | Notes: svn path=/head/; revision=55781
* 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
* Update to GDB version 5.1.1 [release].David E. O'Brien2002-01-272-10/+4
| | | | Notes: svn path=/head/; revision=53833
* GNU GDB 5.1 developmental snapshot. This exists to allow people to testDavid E. O'Brien2001-03-315-0/+41
the upcoming GDB release, and to get any FreeBSD-needed mods submitted before the official 5.1 release. Notes: svn path=/head/; revision=40643