summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
Commit message (Expand)AuthorAgeFilesLines
* Provide a valid non-multi-arch default for INTEGER_TO_ADDRESS.Andrew Cagney2001-10-151-1/+1
* Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney2001-10-151-0/+37
* 2001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-051-5/+19
* * arch-utils.c (generic_skip_trampoline_code): New function.Corinna Vinschen2001-08-151-0/+17
* * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.Andrew Cagney2001-08-111-0/+21
* Clean up the D10V port so that GDB and the target program noJim Blandy2001-07-101-110/+0
* * gdbarch.sh: Generate an error when conflicting macroAndrew Cagney2001-06-181-0/+385
* * 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/+28
* Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney2001-06-151-0/+28
* multi-arch ADDR_BITS_REMOVE.Andrew Cagney2001-06-151-1/+25
* * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney2001-06-151-11/+22
* * gdbarch.sh: Changes to effect the following:Jim Blandy2001-06-061-0/+4
* Fix logic selecting a new architecture. Use the sequence:Andrew Cagney2001-05-141-12/+5
* 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/+14
* * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade toAndrew Cagney2001-03-241-0/+40
* Re-vamp the register code so that a lot more is routed throughAndrew Cagney2001-03-241-0/+12
* * gdbarch.sh: Allow a non- multi-arch target to override aAndrew Cagney2001-03-211-0/+8
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-15/+15
* Addd set_gdbarch_data() method. Update register_gdbarch_data() interface.Andrew Cagney2001-02-071-12/+23
* Changed free() to xfree() where appropriate. Also changed Copyright toJohn R. Moore2001-02-021-1/+1
* * gdbarch.sh (PARM_BOUNDARY): Define.Nicholas Duffek2001-01-221-0/+8
* Multi-arch REGISTER_BYTES_OK.Andrew Cagney2000-12-151-0/+29
* Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney2000-12-041-0/+80
* * arch-utils.c (set_architecture, set_architecture_from_arch_mach,J.T. Conklin2000-10-271-1/+1
* * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer2000-10-261-0/+14
* Fixed spelling errors in comments: dependant->dependent in several places.David Anderson2000-09-021-7/+7
* Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-251-3/+26
* * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP,Andrew Cagney2000-08-111-0/+30
* Move TARGET_*_PTR to gdbarch.h.Andrew Cagney2000-08-111-20/+81
* Rename gdbarch_update() to gdbarch_update_p()Andrew Cagney2000-08-111-5/+7
* Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).Andrew Cagney2000-08-041-0/+13
* Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney2000-08-021-0/+17
* 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-011-0/+14
* Copy comments from gdbarch.sh to gdbarch.h. Fix a number of K&R params.Andrew Cagney2000-08-011-0/+17
* Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional.Andrew Cagney2000-07-271-152/+144
* 2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-07-241-0/+28
* * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure.Elena Zannoni2000-07-241-0/+13
* Re-implement gdbach_dump() so that it prints out the macro values.Andrew Cagney2000-06-101-4/+16
* The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney2000-06-071-13/+8
* Move generic_register_convertible_not and frame_num_args_unknown fromAndrew Cagney2000-06-061-5/+0
* Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney2000-06-041-6/+6
* Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney2000-06-021-0/+39
* Convert SAVE_DUMMY_FRAME_TOS to multi-arch.Andrew Cagney2000-05-151-0/+29
* 2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-05-101-0/+13
* Multi-arch NPC_REGNUM NNPC_REGNUM.Andrew Cagney2000-05-021-0/+26
* re-do how gdbarch provides non-multi arch defaults so that non-Andrew Cagney2000-05-021-0/+192
* Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P.Andrew Cagney2000-04-291-0/+7
* 2000-04-27 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-04-281-8/+0