summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
Commit message (Expand)AuthorAgeFilesLines
* http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.htmlAndrew Cagney2001-09-271-1/+1
* Clean up the D10V port so that GDB and the target program noJim Blandy2001-07-101-14/+0
* * gdbarch.sh: Generate an error when conflicting macroAndrew Cagney2001-06-181-0/+16
* * arch-utils.c (init_frame_pc_default): New functionAndrew Cagney2001-06-161-1/+1
* Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().Andrew Cagney2001-06-151-0/+2
* Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney2001-06-151-11/+19
* multi-arch ADDR_BITS_REMOVE.Andrew Cagney2001-06-151-1/+11
* * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney2001-06-151-12/+1
* * gdbarch.sh: Make sure that '[' doesn't interpret interestingJim Blandy2001-06-071-31/+31
* * gdbarch.sh: Changes to effect the following:Jim Blandy2001-06-061-0/+13
* * 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-60/+50
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-2/+2
* 2001-04-06 David Smith <dsmith@redhat.com>David Smith2001-04-061-0/+1
* * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney2001-03-241-0/+9
* Re-vamp the register code so that a lot more is routed throughAndrew Cagney2001-03-241-0/+3
* * gdbarch.sh: Allow a non- multi-arch target to override aAndrew Cagney2001-03-211-0/+2
* Avoid use of ``if ! program''.Andrew Cagney2001-03-211-25/+30
* Add support for m/M methods - pure multi-arch. These do not haveAndrew Cagney2001-03-171-25/+90
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-13/+24
* Addd set_gdbarch_data() method. Update register_gdbarch_data() interface.Andrew Cagney2001-02-071-25/+93
* Changed free() to xfree() where appropriate. Also changed Copyright toJohn R. Moore2001-02-021-3/+3
* * gdbarch.sh (PARM_BOUNDARY): Define.Nicholas Duffek2001-01-221-0/+1
* Multi-arch REGISTER_BYTES_OK.Andrew Cagney2000-12-151-0/+1
* Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney2000-12-041-0/+11
* 2000-11-08 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-11-081-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-2/+2
* 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/+1
* Revamp so that it works with Solarises version of SH.Andrew Cagney2000-09-041-231/+244
* Corrected spelling in comments: dependant->dependent swaped->swapped.David Anderson2000-09-021-8/+8
* Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-251-3/+13
* * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP,Andrew Cagney2000-08-111-8/+7
* Move TARGET_*_PTR to gdbarch.h.Andrew Cagney2000-08-111-17/+31
* Rename gdbarch_update() to gdbarch_update_p()Andrew Cagney2000-08-111-6/+8
* Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).Andrew Cagney2000-08-041-0/+1
* * gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSETJimmy Guo2000-08-021-1/+1
* Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney2000-08-021-0/+3
* 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-011-0/+1
* Copy comments from gdbarch.sh to gdbarch.h. Fix a number of K&R params.Andrew Cagney2000-08-011-59/+91
* Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney2000-07-271-17/+9
* 2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-07-241-0/+8
* * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.Elena Zannoni2000-07-241-0/+5
* Don't try to dump void macros (when non multi-arch). They couldAndrew Cagney2000-06-121-1/+7
* Re-implement gdbach_dump() so that it prints out the macro values.Andrew Cagney2000-06-101-49/+117
* The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney2000-06-071-421/+53
* Move generic_register_convertible_not and frame_num_args_unknown fromAndrew Cagney2000-06-061-23/+0
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-041-2/+2