FreeBSD devel : avr-gdb4>
GNU GDB for the AVR target
This is the GNU Debugger GDB, configured for the AVR microcontroller
target.
This debugger cannot really be used standalone, but is useful in
connection with either AVaRICE (http://avarice.sourceforge.net/)
or simulavr (http://www.freesoftware.fsf.org/simulavr/).
http://www.gnu.org/software/gdb/
|
avr-gdb history
v. 1.10
date: 2006/09/30 21:49:24; author: joerg; state: Exp; lines: +1 -2
Upgrade to GCC 6.5.
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.
v. 1.9
date: 2005/05/27 04:49:55; author: joerg; state: Exp; lines: +1 -1
Oops, that patched missed one directory name in front of the file name
to patch...
Reminded by: pointyhat
v. 1.8
date: 2005/05/24 20:02:50; author: joerg; state: Exp; lines: +1 -0
Fix for GDB bug #1948. Internally, this fixes a bad check in
remote_xfer_partial(), notably for AVR-GDB this makes the command
"info io_registers" work again.
v. 1.7
date: 2005/02/14 17:10:10; author: joerg; state: Exp; lines: +1 -1
Oops, one dash too many. ;-)
v. 1.6
date: 2005/02/14 17:08:56; author: joerg; state: Exp; lines: +1 -1
Fix PGKNAMEPREFIX (missing trailing dash).
v. 1.5
date: 2005/02/05 22:42:11; author: joerg; state: Exp; lines: +7 -6
Update to GDB 6.3. This also requires a patch from Theodore Roth,
see http://sources.redhat.com/ml/gdb-patches/2004-10/msg00324.html
v. 1.4
date: 2004/02/04 05:19:22; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.3
date: 2003/06/13 15:09:51; author: joerg; state: Exp; lines: +1 -1
Upgrade to GDB 5.3.
v. 1.2
date: 2003/03/07 06:00:08; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1
date: 2002/09/10 08:52:41; author: joerg; state: Exp;
Complete the support for the AVR microcontroller toolchain: a port of
GDB to the AVR.
=============================================================================
|