summaryrefslogtreecommitdiff
path: root/gdb/avr-tdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)Daniel Jacobowitz2006-01-211-4/+4
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* 2005-02-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-141-1/+2
* 2005-02-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-071-6/+5
* 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>Andrew Cagney2005-01-051-8/+8
* 2004-11-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-11-131-1/+1
* 2004-08-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-021-2/+0
* 2004-07-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-311-2/+2
* 2004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-101-2/+0
* 2004-06-06 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-071-1/+1
* 2004-04-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-221-10/+0
* 2004-02-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-161-2/+1
* 2004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-111-1/+0
* * avr-tdep.c: Update copyright.Theodore A. Roth2004-01-231-13/+1
* 2004-01-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-171-1/+0
* 2004-01-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-131-2/+0
* 2003-10-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-311-5/+0
* 2003-10-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-171-7/+9
* 2003-09-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-121-1/+1
* 2003-09-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-091-0/+1
* * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue found.Theodore A. Roth2003-07-161-76/+58
* 2003-07-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-07-161-2/+2
* 2003-06-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-271-9/+0
* * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.Theodore A. Roth2003-06-201-1/+0
* * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.Theodore A. Roth2003-06-201-3/+6
* * avr-tdep.c (avr_frame_address): Delete function.Theodore A. Roth2003-06-201-8/+0
* * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.Theodore A. Roth2003-06-191-2/+0
* * avr-tdep.c (avr_push_dummy_code): Delete function.Theodore A. Roth2003-06-191-11/+0
* * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, andTheodore A. Roth2003-06-191-424/+587
* * avr-tdep.c (avr_extract_return_value): New function.Theodore A. Roth2003-06-171-0/+34
* * avr-tdep.c (avr_register_type): Remove a blank line.Theodore A. Roth2003-06-161-4/+3
* * avr-tdep.c (avr_scan_prologue): Update comment describing the variousTheodore A. Roth2003-06-161-41/+110
* * avr-tdep.c (avr_register_byte): Delete function.Theodore A. Roth2003-06-151-66/+15
* * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.Theodore A. Roth2003-06-141-39/+3
* * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run whichTheodore A. Roth2003-06-141-1/+1
* * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.Theodore A. Roth2003-06-131-14/+2
* 2003-06-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-131-4/+4
* 2003-06-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-111-1/+3
* 2003-06-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-091-1/+0
* 2003-06-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-021-2/+2
* 2003-05-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-171-1/+1
* * avr-tdep.c (avr_breakpoint_from_pc): New function.Theodore A. Roth2003-05-151-0/+13
* * MAINTAINERS: Update my email address.Theodore A. Roth2003-05-141-2/+2
* 2003-05-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-081-1/+3
* 2003-05-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-051-2/+2
* 2003-04-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-291-2/+2
* 2003-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-211-2/+2
* 2003-04-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-111-1/+1
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-011-2/+0
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-011-2/+0