summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
Commit message (Expand)AuthorAgeFilesLines
* Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney2001-10-151-0/+38
* From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:Andrew Cagney2001-10-131-2/+2
* * gdbarch.sh (gdbarch_alloc): Name the new architectureAndrew Cagney2001-09-301-75/+81
* * gdbarch.sh (gdbarch_dump): Sort output.Andrew Cagney2001-09-291-1030/+842
* 2001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-051-0/+35
* * arch-utils.c (generic_skip_trampoline_code): New function.Corinna Vinschen2001-08-151-0/+35
* * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.Andrew Cagney2001-08-111-0/+36
* * gdb-events.sh: Add architecture_changed event.Keith Seitz2001-08-111-1/+4
* Clean up the D10V port so that GDB and the target program noJim Blandy2001-07-101-204/+0
* * arch-utils.c (init_frame_pc_default): New functionAndrew Cagney2001-06-161-1/+1
* regenerate gdbarch.c.Andrew Cagney2001-06-161-8/+8
* Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().Andrew Cagney2001-06-151-0/+70
* Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney2001-06-151-0/+72
* multi-arch ADDR_BITS_REMOVE.Andrew Cagney2001-06-151-1/+36
* * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney2001-06-151-4/+7
* * gdbarch.sh: Changes to effect the following:Jim Blandy2001-06-061-0/+9
* * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; allJim Blandy2001-06-061-52/+44
* Expand the gdbarch per-architecture data vector as needed, ratherJim Blandy2001-06-021-44/+52
* Fix logic selecting a new architecture. Use the sequence:Andrew Cagney2001-05-141-44/+41
* Phase 1 of the ptid_t changes.Kevin Buettner2001-05-041-8/+8
* 2001-04-06 David Smith <dsmith@redhat.com>David Smith2001-04-061-0/+35
* * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney2001-03-241-0/+41
* Re-vamp the register code so that a lot more is routed throughAndrew Cagney2001-03-241-0/+62
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-143/+286
* Addd set_gdbarch_data() method. Update register_gdbarch_data() interface.Andrew Cagney2001-02-071-13/+70
* Changed free() to xfree() where appropriate. Also changed Copyright toJohn R. Moore2001-02-021-2/+2
* * gdbarch.sh (PARM_BOUNDARY): Define.Nicholas Duffek2001-01-221-0/+27
* Multi-arch REGISTER_BYTES_OK.Andrew Cagney2000-12-151-1/+40
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1
* Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney2000-12-041-0/+170
* Regenerate gdbarch.c.Andrew Cagney2000-11-301-17/+17
* * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin2000-10-301-2/+2
* * arch-utils.c (set_architecture, set_architecture_from_arch_mach,J.T. Conklin2000-10-271-1/+1
* Corrected spelling errors in comments.David Anderson2000-10-271-1/+1
* * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer2000-10-261-0/+34
* Corrected spelling error in comment: swaped -> swapped.David Anderson2000-09-011-1/+1
* Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-251-2/+33
* * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP,Andrew Cagney2000-08-111-18/+12
* Move TARGET_*_PTR to gdbarch.h.Andrew Cagney2000-08-111-96/+80
* Rename gdbarch_update() to gdbarch_update_p()Andrew Cagney2000-08-111-1/+1
* Missing GDBARCH updates for EXTRA_STACK_ALIGNMENT needed.Andrew Cagney2000-08-041-0/+30
* * gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSETJimmy Guo2000-08-021-3/+4
* Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney2000-08-021-3/+36
* 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-011-2/+38
* Protoization.Kevin Buettner2000-07-301-3/+2
* Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney2000-07-271-1/+1
* 2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-07-241-0/+68
* * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.Elena Zannoni2000-07-241-0/+29
* Don't try to dump void macros (when non multi-arch). They couldAndrew Cagney2000-06-121-17/+34
* Re-implement gdbach_dump() so that it prints out the macro values.Andrew Cagney2000-06-101-338/+981