summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-9/+9
* 2005-02-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-081-2/+13
* * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' withJim Blandy2004-08-041-1/+3
* Change the layout of the PowerPC E500 raw register cache to allowJim Blandy2004-08-041-261/+85
* 2004-08-02 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-031-9/+9
* 2004-07-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-241-14/+18
* 2004-07-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-221-12/+14
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-171-1/+1
* 2004-07-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-171-2/+2
* Add native Linux support for the PowerPC E500.Jim Blandy2004-06-071-5/+400
* * ppc-linux-nat.c (fetch_register): Don't forget to pass theJim Blandy2004-06-051-1/+1
* * ppc-linux-nat.c (store_register, fetch_register): RemoveJim Blandy2004-06-041-42/+44
* * ppc-linux-nat.c (store_register): Remove unused local 'offset'.Jim Blandy2004-06-021-1/+0
* * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'Jim Blandy2004-06-021-6/+6
* * ppc-linux-nat.c (fetch_register): Move code back to be nextJim Blandy2004-05-211-1/+1
* * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)Jim Blandy2004-05-131-1/+1
* * aix-thread.c (supply_gprs64, fetch_regs_user_thread)Jim Blandy2004-05-131-2/+2
* * ppc-tdep.h (struct gdbarch_tdep): Change definition ofJim Blandy2004-05-111-8/+24
* Back out change. The NetBSD changes need Jason Thorpe's approval, butJim Blandy2004-05-101-24/+8
* * ppc-tdep.h (struct gdbarch_tdep): Change definition ofJim Blandy2004-05-101-8/+24
* * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):Jim Blandy2004-05-051-4/+36
* * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that thisJim Blandy2004-05-051-6/+11
* * config/ppc-tdep.h (struct gdbarch_tdep): DeleteJim Blandy2004-05-041-1/+2
* * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.Jim Blandy2004-05-041-1/+1
* * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 isJim Blandy2004-04-221-1/+1
* 2004-03-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-151-10/+34
* 2004-03-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-081-6/+0
* 2003-12-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-12-031-3/+34
* 2003-10-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-10-021-11/+11
* 2003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-141-2/+2
* * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-areaJim Blandy2003-06-131-11/+14
* * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQJim Blandy2003-06-121-0/+4
* * ppc-linux-nat.c (store_altivec_registers): Don't cast fourthJim Blandy2003-05-281-2/+2
* 2003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-081-2/+2
* 2003-02-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-02-071-3/+4
* 2002-12-06 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-12-061-0/+1
* * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)Daniel Jacobowitz2002-07-301-21/+2
* Add support for the fpscr register for Power / PowerPC targets.Kevin Buettner2002-04-111-4/+25
* 2002-02-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-02-211-14/+243
* 2002-02-18 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-02-181-38/+35
* 2002-01-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-01-241-38/+28
* 2001-12-20 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-12-201-12/+146
* 2001-12-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-12-091-25/+45
* 2001-11-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-11-301-23/+64
* 2001-11-19 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-11-201-9/+2
* * ppc-linux-nat.c (supply_gregset): Use elf_greg_t insteadDaniel Jacobowitz2001-07-051-2/+2
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+3
* Make definitions of supply_gregset, fill_gregset, supply_fpregset,Kevin Buettner2000-09-301-4/+4
* Enable Mark Kettenis' linux thread support for Linux/PPC.Kevin Buettner2000-09-181-0/+45