Age | Commit message (Expand) | Author | Files | Lines |
2001-11-22 | Fix for PR gdb/209, PR gdb/156: | Tom Tromey | 1 | -0/+26 |
2001-11-08 | When non-multi-arch, use predefault as the value of a pure-multi-arch | Andrew Cagney | 1 | -1/+1 |
2001-11-07 | gdbarch.sh provides default for USE_STRUCT_CONVENTION. | Andrew Cagney | 1 | -3/+2 |
2001-11-07 | gdbarch.sh (PC_IN_CALL_DUMMY): Require a value. | Andrew Cagney | 1 | -1/+1 |
2001-11-06 | gdbarch.sh (CALL_DUMMY_LOCATION): Require a value. | Andrew Cagney | 1 | -1/+1 |
2001-11-06 | Add predicate for PUSH_RETURN_ADDRESS. | Andrew Cagney | 1 | -3/+7 |
2001-11-06 | * arch-utils.c (generic_in_function_epilogue_p): New function. | Corinna Vinschen | 1 | -0/+26 |
2001-11-05 | Change INIT_EXTRA_FRAME_INFO() to a function with predicate. | Andrew Cagney | 1 | -3/+7 |
2001-11-05 | * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all | Andrew Cagney | 1 | -98/+62 |
2001-10-31 | * arch-utils.c (generic_in_solib_call_trampoline): New function. | Corinna Vinschen | 1 | -0/+33 |
2001-10-21 | Add explicit #include of "value.h". | Andrew Cagney | 1 | -0/+1 |
2001-10-15 | Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that do | Andrew Cagney | 1 | -0/+38 |
2001-10-13 | From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>: | Andrew Cagney | 1 | -2/+2 |
2001-09-30 | * gdbarch.sh (gdbarch_alloc): Name the new architecture | Andrew Cagney | 1 | -75/+81 |
2001-09-29 | * gdbarch.sh (gdbarch_dump): Sort output. | Andrew Cagney | 1 | -1030/+842 |
2001-09-05 | 2001-09-05 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -0/+35 |
2001-08-15 | * arch-utils.c (generic_skip_trampoline_code): New function. | Corinna Vinschen | 1 | -0/+35 |
2001-08-11 | * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched. | Andrew Cagney | 1 | -0/+36 |
2001-08-11 | * gdb-events.sh: Add architecture_changed event. | Keith Seitz | 1 | -1/+4 |
2001-07-10 | Clean up the D10V port so that GDB and the target program no | Jim Blandy | 1 | -204/+0 |
2001-06-16 | * arch-utils.c (init_frame_pc_default): New function | Andrew Cagney | 1 | -1/+1 |
2001-06-16 | regenerate gdbarch.c. | Andrew Cagney | 1 | -8/+8 |
2001-06-15 | Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER(). | Andrew Cagney | 1 | -0/+70 |
2001-06-15 | Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST(). | Andrew Cagney | 1 | -0/+72 |
2001-06-15 | multi-arch ADDR_BITS_REMOVE. | Andrew Cagney | 1 | -1/+36 |
2001-06-15 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition. | Andrew Cagney | 1 | -4/+7 |
2001-06-06 | * gdbarch.sh: Changes to effect the following: | Jim Blandy | 1 | -0/+9 |
2001-06-06 | * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all | Jim Blandy | 1 | -52/+44 |
2001-06-02 | Expand the gdbarch per-architecture data vector as needed, rather | Jim Blandy | 1 | -44/+52 |
2001-05-14 | Fix logic selecting a new architecture. Use the sequence: | Andrew Cagney | 1 | -44/+41 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -8/+8 |
2001-04-06 | 2001-04-06 David Smith <dsmith@redhat.com> | David Smith | 1 | -0/+35 |
2001-03-24 | * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to | Andrew Cagney | 1 | -0/+41 |
2001-03-24 | Re-vamp the register code so that a lot more is routed through | Andrew Cagney | 1 | -0/+62 |
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -143/+286 |
2001-02-07 | Addd set_gdbarch_data() method. Update register_gdbarch_data() interface. | Andrew Cagney | 1 | -13/+70 |
2001-02-02 | Changed free() to xfree() where appropriate. Also changed Copyright to | John R. Moore | 1 | -2/+2 |
2001-01-22 | * gdbarch.sh (PARM_BOUNDARY): Define. | Nicholas Duffek | 1 | -0/+27 |
2000-12-15 | Multi-arch REGISTER_BYTES_OK. | Andrew Cagney | 1 | -1/+40 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -1/+1 |
2000-12-04 | Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, | Andrew Cagney | 1 | -0/+170 |
2000-11-30 | Regenerate gdbarch.c. | Andrew Cagney | 1 | -17/+17 |
2000-10-30 | * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c, | J.T. Conklin | 1 | -2/+2 |
2000-10-27 | * arch-utils.c (set_architecture, set_architecture_from_arch_mach, | J.T. Conklin | 1 | -1/+1 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -1/+1 |
2000-10-26 | * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr): | Peter Schauer | 1 | -0/+34 |
2000-09-01 | Corrected spelling error in comment: swaped -> swapped. | David Anderson | 1 | -1/+1 |
2000-08-25 | Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com> | David Taylor | 1 | -2/+33 |
2000-08-11 | * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP, | Andrew Cagney | 1 | -18/+12 |
2000-08-11 | Move TARGET_*_PTR to gdbarch.h. | Andrew Cagney | 1 | -96/+80 |