aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-12-04Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney1-0/+170
2000-11-30Regenerate gdbarch.c.Andrew Cagney1-17/+17
2000-10-30* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin1-2/+2
2000-10-27* arch-utils.c (set_architecture, set_architecture_from_arch_mach,J.T. Conklin1-1/+1
2000-10-27Corrected spelling errors in comments.David Anderson1-1/+1
2000-10-26 * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer1-0/+34
2000-09-01Corrected spelling error in comment: swaped -> swapped.David Anderson1-1/+1
2000-08-25Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor1-2/+33
2000-08-11 * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP,Andrew Cagney1-18/+12
2000-08-11Move TARGET_*_PTR to gdbarch.h.Andrew Cagney1-96/+80
2000-08-11Rename gdbarch_update() to gdbarch_update_p()Andrew Cagney1-1/+1
2000-08-04Missing GDBARCH updates for EXTRA_STACK_ALIGNMENT needed.Andrew Cagney1-0/+30
2000-08-02* gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSETJimmy Guo1-3/+4
2000-08-02Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney1-3/+36
2000-08-012000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-2/+38
2000-07-30Protoization.Kevin Buettner1-3/+2
2000-07-27Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney1-1/+1
2000-07-242000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+68
2000-07-24 * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.Elena Zannoni1-0/+29
2000-06-12Don't try to dump void macros (when non multi-arch). They couldAndrew Cagney1-17/+34
2000-06-10Re-implement gdbach_dump() so that it prints out the macro values.Andrew Cagney1-338/+981
2000-06-07The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney1-408/+45
2000-06-06Move generic_register_convertible_not and frame_num_args_unknown fromAndrew Cagney1-18/+0
2000-06-04Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney1-4/+4
2000-06-02Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney1-0/+73
2000-05-15Convert SAVE_DUMMY_FRAME_TOS to multi-arch.Andrew Cagney1-0/+32