aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gdb/files
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GDB version 6.8 (finally).Joerg Wunsch2010-01-224-1557/+19
| | | | Notes: svn path=/head/; revision=248362
* 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-302-0/+1587
| | | | | | | | | | | | 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
* Oops, that patched missed one directory name in front of the file nameJoerg Wunsch2005-05-271-2/+2
| | | | | | | | | 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-241-0/+15
| | | | | | | | remote_xfer_partial(), notably for AVR-GDB this makes the command "info io_registers" work again. Notes: svn path=/head/; revision=136056
* Update to GDB 6.3. This also requires a patch from Theodore Roth,Joerg Wunsch2005-02-051-0/+16
| | | | | | | see http://sources.redhat.com/ml/gdb-patches/2004-10/msg00324.html Notes: svn path=/head/; revision=128105
* Upgrade to GDB 5.3.Joerg Wunsch2003-06-131-22/+0
| | | | Notes: svn path=/head/; revision=82939
* Complete the support for the AVR microcontroller toolchain: a port ofJoerg Wunsch2002-09-101-0/+22
GDB to the AVR. Notes: svn path=/head/; revision=66027