| Commit message (Expand) | Author | Age | Files | Lines |
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -0/+1 |
* | Fix printf fmt arguments. | Andrew Cagney | 2001-02-21 | 1 | -10/+32 |
* | When the target h/w has 8byte registers, return 8 bytes for the raw buffer size | Andrew Cagney | 2001-02-20 | 1 | -0/+5 |
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 1 | -3/+6 |
* | Replace strsave() with xstrdup(). | Andrew Cagney | 2001-01-31 | 1 | -5/+5 |
* | 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2001-01-04 | 1 | -1/+1 |
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -1/+1 |
* | Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, | Andrew Cagney | 2000-12-04 | 1 | -0/+27 |
* | * mips-tdep.c (struct upk_mips16): Delete fields ``inst'' and | Andrew Cagney | 2000-12-02 | 1 | -174/+163 |
* | * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, | J.T. Conklin | 2000-10-30 | 1 | -3/+3 |
* | Corrected spelling errors in comments. | David Anderson | 2000-10-27 | 1 | -2/+2 |
* | Approved by Andrew Cagney <ac131313@cygnus.com> | Fred Fish | 2000-10-25 | 1 | -1/+8 |
* | Corrected spelling errors in comments | David Anderson | 2000-10-23 | 1 | -1/+1 |
* | Check arches->gdbarch and not current_gdbarch when looking for a match. | Andrew Cagney | 2000-08-19 | 1 | -2/+2 |
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -9/+4 |
* | * mips-tdep.c: General cleanup. Delete all #if 0 code. Convert | Andrew Cagney | 2000-07-11 | 1 | -361/+180 |
* | Force MIPS to sign-extend any addresses read from registers. | Andrew Cagney | 2000-07-11 | 1 | -22/+30 |
* | Move the ``set mask-address'' command to remote-mips.c. Disable | Andrew Cagney | 2000-07-11 | 1 | -15/+71 |
* | * mips-tdep.c (mips_push_arguments): Always align struct_addr on a | Andrew Cagney | 2000-07-10 | 1 | -3/+8 |
* | More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE, | Andrew Cagney | 2000-07-07 | 1 | -29/+26 |
* | 2000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-07-06 | 1 | -3/+5 |
* | For EABI, start allocting space on the stack when the registers are | Andrew Cagney | 2000-06-23 | 1 | -11/+16 |
* | When FP registers are full, store FP arguments on stack and not in | Andrew Cagney | 2000-06-23 | 1 | -12/+29 |
* | Add ``set debug mips'' command. Add much debugging. | Andrew Cagney | 2000-06-17 | 1 | -11/+91 |
* | For MIPS_EABI, squeeze simple floating point structs into an FP register. | Andrew Cagney | 2000-06-17 | 1 | -1/+8 |
* | EABI64 was selecting EABI32 | Andrew Cagney | 2000-06-17 | 1 | -1/+1 |
* | Multi-arch GDB_TARGET_IS_MIPS64. | Andrew Cagney | 2000-06-12 | 1 | -23/+36 |
* | Print all known but not yet multi-arched values. | Andrew Cagney | 2000-06-12 | 1 | -7/+328 |
* | Re-implement gdbach_dump() so that it prints out the macro values. | Andrew Cagney | 2000-06-10 | 1 | -58/+76 |
* | MIPS is always multi-arch enabled. | Andrew Cagney | 2000-06-08 | 1 | -1/+25 |
* | Delete MIPS_DEFAULT_FPU from config/mips/*.h | Andrew Cagney | 2000-06-08 | 1 | -0/+9 |
* | Change signature of function add_set_enum_cmd() so that it uses | Andrew Cagney | 2000-06-08 | 1 | -6/+6 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -23/+23 |
* | Fix signature of add_set_enum_cmd. Change VAR parameter to char**. | Andrew Cagney | 2000-05-16 | 1 | -5/+5 |
* | Handle case of 32 ABI saving 32 bit registers on stack when target | Andrew Cagney | 2000-05-12 | 1 | -1/+67 |
* | Fix tipo 32->64 in MIPS_EABI. | Andrew Cagney | 2000-05-12 | 1 | -1/+1 |
* | Add preliminary support for IRIX's n32 abi to the MIPS's multi-arch code. | Andrew Cagney | 2000-05-11 | 1 | -59/+115 |
* | Move some of the MIPS n32 ABI configuration options into the mips | Andrew Cagney | 2000-05-08 | 1 | -54/+96 |
* | Include "arch-utils.h". | Andrew Cagney | 2000-04-27 | 1 | -0/+1 |
* | * mips-tdep.c (do_fp_register_row): copy the number of bytes | DJ Delorie | 2000-04-13 | 1 | -2/+2 |
* | Rename gdbarch-utils.[hc] to arch-utils.[hc]. | Andrew Cagney | 2000-04-09 | 1 | -12/+114 |
* | Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. | Jim Blandy | 2000-02-22 | 1 | -0/+19 |
* | import gdb-1999-12-21 snapshot | Jason Molenda | 1999-12-22 | 1 | -2/+13 |
* | import gdb-1999-12-13 snapshot | Jason Molenda | 1999-12-14 | 1 | -1/+1 |
* | import gdb-1999-12-06 snapshot | Jason Molenda | 1999-12-07 | 1 | -0/+311 |
* | import gdb-1999-10-04 snapshot | Jason Molenda | 1999-10-05 | 1 | -1/+2 |
* | import gdb-1999-09-08 snapshot | Stan Shebs | 1999-09-09 | 1 | -6/+4 |
* | import gdb-1999-08-23 snapshot | Jason Molenda | 1999-08-23 | 1 | -2/+7 |
* | import gdb-1999-07-12 snapshot | Jason Molenda | 1999-07-12 | 1 | -3/+80 |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -887/+982 |