aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gdb
Commit message (Collapse)AuthorAgeFilesLines
* Add a workaround (actually, a hack) for bug #13519.Joerg Wunsch2011-12-192-1/+14
| | | | Notes: svn path=/head/; revision=287652
* Activate the built-in simulator.Joerg Wunsch2011-12-181-1/+2
| | | | Notes: svn path=/head/; revision=287626
* Upgrade to GDB 7.3.1.Joerg Wunsch2011-12-174-83/+3
| | | | Notes: svn path=/head/; revision=287561
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Upgrade to GDB version 6.8 (finally).Joerg Wunsch2010-01-226-1561/+23
| | | | Notes: svn path=/head/; revision=248362
* - Update download location switch to GNUPhilip M. Gollucci2009-01-311-2/+2
| | | | | | | Reported by: -fetch-original pointyhat run via pav Notes: svn path=/head/; revision=227287
* Unescape an HTML escape within this patch. It's been within theJoerg Wunsch2008-02-221-1/+1
| | | | | | | | context part only so all it did was causing fuzz when patching, thus no PORTREVISION bump needed. Notes: svn path=/head/; revision=207741
* Upgrade to GCC 6.5.Joerg Wunsch2006-09-304-5/+1591
| | | | | | | | | | | | Add local patches to support the ATmega256x controller family that features a 3-byte PC. patch-atmega256x-binutils is Bjoern Haase's backported binutils patch for the ATmega256x (stripped down to those GNU binutils directories that are present in the GDB source tree), while patch-atmega256x-gdb is my own one to modify the AVR backend in GDB to understand 3-byte PCs. Notes: svn path=/head/; revision=174207
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Oops, that patched missed one directory name in front of the file nameJoerg Wunsch2005-05-272-3/+3
| | | | | | | | | to patch... Reminded by: pointyhat Notes: svn path=/head/; revision=136238
* Fix for GDB bug #1948. Internally, this fixes a bad check inJoerg Wunsch2005-05-242-0/+16
| | | | | | | | remote_xfer_partial(), notably for AVR-GDB this makes the command "info io_registers" work again. Notes: svn path=/head/; revision=136056
* Oops, one dash too many. ;-)Joerg Wunsch2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=128810
* Fix PGKNAMEPREFIX (missing trailing dash).Joerg Wunsch2005-02-141-1/+1
| | | | Notes: svn path=/head/; revision=128809
* Update to GDB 6.3. This also requires a patch from Theodore Roth,Joerg Wunsch2005-02-054-8/+27
| | | | | | | see http://sources.redhat.com/ml/gdb-patches/2004-10/msg00324.html Notes: svn path=/head/; revision=128105
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Upgrade to GDB 5.3.Joerg Wunsch2003-06-133-24/+2
| | | | Notes: svn path=/head/; revision=82939
* 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
* Complete the support for the AVR microcontroller toolchain: a port ofJoerg Wunsch2002-09-106-0/+60
GDB to the AVR. Notes: svn path=/head/; revision=66027