aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-3/+3
2001-12-29* arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney1-5/+5
2001-12-25* gdbarch.sh: When an int variable, print value using %d insteadAndrew Cagney1-66/+66
2001-12-20* gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the printAndrew Cagney1-1/+1
2001-12-20* gdbarch.sh (TARGET_CHAR_SIGNED): New macro.Jim Blandy1-0/+31
2001-12-15Regenerate.Andrew Cagney1-1/+0
2001-12-15LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney1-2/+3
2001-12-112001-12-10 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
2001-12-10* arch-utils.c (generic_register_raw_size): New function.Andrew Cagney1-1/+1
2001-12-07* dwarf2cfi.c: New file.Jiri Smid1-0/+41
2001-12-06Expand the regcache so that there is space for pseudo-registers.Andrew Cagney1-2/+14
2001-11-22 Fix for PR gdb/209, PR gdb/156:Tom Tromey1-0/+26
2001-11-08When non-multi-arch, use predefault as the value of a pure-multi-archAndrew Cagney1-1/+1
2001-11-07gdbarch.sh provides default for USE_STRUCT_CONVENTION.Andrew Cagney1-3/+2
2001-11-07gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.Andrew Cagney1-1/+1
2001-11-06gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.Andrew Cagney1-1/+1
2001-11-06Add predicate for PUSH_RETURN_ADDRESS.Andrew Cagney1-3/+7
2001-11-06 * arch-utils.c (generic_in_function_epilogue_p): New function.Corinna Vinschen1-0/+26
2001-11-05Change INIT_EXTRA_FRAME_INFO() to a function with predicate.Andrew Cagney1-3/+7
2001-11-05* gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate allAndrew Cagney1-98/+62
2001-10-31 * arch-utils.c (generic_in_solib_call_trampoline): New function.Corinna Vinschen1-0/+33
2001-10-21Add explicit #include of "value.h".Andrew Cagney1-0/+1
2001-10-15Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney1-0/+38
2001-10-13From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:Andrew Cagney1-2/+2
2001-09-30* gdbarch.sh (gdbarch_alloc): Name the new architectureAndrew Cagney1-75/+81
2001-09-29* gdbarch.sh (gdbarch_dump): Sort output.Andrew Cagney1-1030/+842
2001-09-052001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+35
2001-08-15 * arch-utils.c (generic_skip_trampoline_code): New function.Corinna Vinschen1-0/+35
2001-08-11* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.Andrew Cagney1-0/+36
2001-08-11 * gdb-events.sh: Add architecture_changed event.Keith Seitz1-1/+4
2001-07-10Clean up the D10V port so that GDB and the target program noJim Blandy1-204/+0
2001-06-16* arch-utils.c (init_frame_pc_default): New functionAndrew Cagney1-1/+1
2001-06-16regenerate gdbarch.c.Andrew Cagney1-8/+8
2001-06-15Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().Andrew Cagney1-0/+70
2001-06-15Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney1-0/+72
2001-06-15multi-arch ADDR_BITS_REMOVE.Andrew Cagney1-1/+36
2001-06-15* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney1-4/+7
2001-06-06* gdbarch.sh: Changes to effect the following:Jim Blandy1-0/+9
2001-06-06* gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; allJim Blandy1-52/+44
2001-06-02Expand the gdbarch per-architecture data vector as needed, ratherJim Blandy1-44/+52
2001-05-14Fix logic selecting a new architecture. Use the sequence:Andrew Cagney1-44/+41
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-8/+8
2001-04-062001-04-06 David Smith <dsmith@redhat.com>David Smith1-0/+35
2001-03-24* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney1-0/+41
2001-03-24Re-vamp the register code so that a lot more is routed throughAndrew Cagney1-0/+62
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-143/+286
2001-02-07Addd set_gdbarch_data() method. Update register_gdbarch_data() interface.Andrew Cagney1-13/+70
2001-02-02Changed free() to xfree() where appropriate. Also changed Copyright toJohn R. Moore1-2/+2
2001-01-22 * gdbarch.sh (PARM_BOUNDARY): Define.Nicholas Duffek1-0/+27
2000-12-15Multi-arch REGISTER_BYTES_OK.Andrew Cagney1-1/+40