| Commit message (Expand) | Author | Age | Files | Lines |
* | * target.h (struct regcache): Add forward declaration. | Ulrich Weigand | 2007-05-06 | 1 | -69/+69 |
* | * gregset.h (struct regcache): Add forward declaration. | Ulrich Weigand | 2007-05-06 | 1 | -16/+19 |
* | * core-aout.c: Delete file. | Ulrich Weigand | 2007-04-25 | 1 | -6/+0 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -2/+2 |
* | 2006-05-05: Paul Gilliam <pgilliam@us.ibm.com> | Paul Gilliam | 2006-05-05 | 1 | -35/+23 |
* | * linux-nat.c (linux_ops_saved): New. | Daniel Jacobowitz | 2006-03-24 | 1 | -1/+1 |
* | * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type. | Alan Modra | 2006-02-26 | 1 | -3/+3 |
* | * config/i386/nm-i386sol2.h: Update copyright year. | Wu Zhou | 2006-02-08 | 1 | -1/+1 |
* | * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG, | Wu Zhou | 2006-02-08 | 1 | -1/+137 |
* | * breakpoint.c: | Eli Zaretskii | 2005-12-17 | 1 | -3/+3 |
* | * Makefile.in (ALLDEPFILES): Update. | Daniel Jacobowitz | 2005-09-10 | 1 | -5/+25 |
* | 2005-02-11 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-11 | 1 | -9/+9 |
* | 2005-02-08 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-08 | 1 | -2/+13 |
* | * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with | Jim Blandy | 2004-08-04 | 1 | -1/+3 |
* | Change the layout of the PowerPC E500 raw register cache to allow | Jim Blandy | 2004-08-04 | 1 | -261/+85 |
* | 2004-08-02 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2004-08-03 | 1 | -9/+9 |
* | 2004-07-23 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2004-07-24 | 1 | -14/+18 |
* | 2004-07-21 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2004-07-22 | 1 | -12/+14 |
* | 2004-07-17 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2004-07-17 | 1 | -1/+1 |
* | 2004-07-17 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2004-07-17 | 1 | -2/+2 |
* | Add native Linux support for the PowerPC E500. | Jim Blandy | 2004-06-07 | 1 | -5/+400 |
* | * ppc-linux-nat.c (fetch_register): Don't forget to pass the | Jim Blandy | 2004-06-05 | 1 | -1/+1 |
* | * ppc-linux-nat.c (store_register, fetch_register): Remove | Jim Blandy | 2004-06-04 | 1 | -42/+44 |
* | * ppc-linux-nat.c (store_register): Remove unused local 'offset'. | Jim Blandy | 2004-06-02 | 1 | -1/+0 |
* | * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess' | Jim Blandy | 2004-06-02 | 1 | -6/+6 |
* | * ppc-linux-nat.c (fetch_register): Move code back to be next | Jim Blandy | 2004-05-21 | 1 | -1/+1 |
* | * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs) | Jim Blandy | 2004-05-13 | 1 | -1/+1 |
* | * aix-thread.c (supply_gprs64, fetch_regs_user_thread) | Jim Blandy | 2004-05-13 | 1 | -2/+2 |
* | * ppc-tdep.h (struct gdbarch_tdep): Change definition of | Jim Blandy | 2004-05-11 | 1 | -8/+24 |
* | Back out change. The NetBSD changes need Jason Thorpe's approval, but | Jim Blandy | 2004-05-10 | 1 | -24/+8 |
* | * ppc-tdep.h (struct gdbarch_tdep): Change definition of | Jim Blandy | 2004-05-10 | 1 | -8/+24 |
* | * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers): | Jim Blandy | 2004-05-05 | 1 | -4/+36 |
* | * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this | Jim Blandy | 2004-05-05 | 1 | -6/+11 |
* | * config/ppc-tdep.h (struct gdbarch_tdep): Delete | Jim Blandy | 2004-05-04 | 1 | -1/+2 |
* | * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition. | Jim Blandy | 2004-05-04 | 1 | -1/+1 |
* | * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is | Jim Blandy | 2004-04-22 | 1 | -1/+1 |
* | 2004-03-15 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-03-15 | 1 | -10/+34 |
* | 2004-03-07 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2004-03-08 | 1 | -6/+0 |
* | 2003-12-03 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-12-03 | 1 | -3/+34 |
* | 2003-10-02 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-10-02 | 1 | -11/+11 |
* | 2003-09-14 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-09-14 | 1 | -2/+2 |
* | * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area | Jim Blandy | 2003-06-13 | 1 | -11/+14 |
* | * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ | Jim Blandy | 2003-06-12 | 1 | -0/+4 |
* | * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth | Jim Blandy | 2003-05-28 | 1 | -2/+2 |
* | 2003-05-08 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-05-08 | 1 | -2/+2 |
* | 2003-02-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-02-07 | 1 | -3/+4 |
* | 2002-12-06 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2002-12-06 | 1 | -0/+1 |
* | * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG) | Daniel Jacobowitz | 2002-07-30 | 1 | -21/+2 |
* | Add support for the fpscr register for Power / PowerPC targets. | Kevin Buettner | 2002-04-11 | 1 | -4/+25 |
* | 2002-02-21 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2002-02-21 | 1 | -14/+243 |