* arch-utils.c (init_frame_pc_default): New function
[binutils-gdb.git] / gdb / gdbarch.sh
2001-06-16 Andrew Cagney* arch-utils.c (init_frame_pc_default): New function
2001-06-15 Andrew CagneyMulti-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REG...
2001-06-15 Andrew CagneyMulti-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
2001-06-15 Andrew Cagneymulti-arch ADDR_BITS_REMOVE.
2001-06-15 Andrew Cagney* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete...
2001-06-07 Jim Blandy* gdbarch.sh: Make sure that '[' doesn't interpret...
2001-06-06 Jim Blandy* gdbarch.sh: Changes to effect the following:
2001-06-06 Jim Blandy* gdbarch.sh, gdbarch.c: Revert change of 2001-06-01...
2001-06-02 Jim BlandyExpand the gdbarch per-architecture data vector as...
2001-05-14 Andrew CagneyFix logic selecting a new architecture. Use the sequence:
2001-05-04 Kevin BuettnerPhase 1 of the ptid_t changes.
2001-04-06 David Smith2001-04-06 David Smith <dsmith@redhat.com>
2001-03-24 Andrew Cagney* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
2001-03-24 Andrew CagneyRe-vamp the register code so that a lot more is routed...
2001-03-21 Andrew Cagney* gdbarch.sh: Allow a non- multi-arch target to override a
2001-03-21 Andrew CagneyAvoid use of ``if ! program''.
2001-03-17 Andrew CagneyAdd support for m/M methods - pure multi-arch. These...
2001-02-08 Andrew CagneyAdd __FILE__ and __LINE__ parameter to internal_error() /
2001-02-07 Andrew CagneyAddd set_gdbarch_data() method. Update register_gdbarc...
2001-02-02 John R. MooreChanged free() to xfree() where appropriate. Also chang...
2001-01-22 Nicholas Duffek * gdbarch.sh (PARM_BOUNDARY): Define.
2000-12-15 Andrew CagneyMulti-arch REGISTER_BYTES_OK.
2000-12-04 Andrew CagneyMultiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,
2000-11-08 Michael Snyder2000-11-08 Michael Snyder <msnyder@cleaver.cygnus...
2000-10-30 J.T. Conklin* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c...
2000-10-27 J.T. Conklin* arch-utils.c (set_architecture, set_architecture_from...
2000-10-27 David AndersonCorrected spelling errors in comments.
2000-10-26 Peter Schauer * arch-utils.c, arch-utils.h (default_convert_from_fun...
2000-09-04 Andrew CagneyRevamp so that it works with Solarises version of SH.
2000-09-02 David AndersonCorrected spelling in comments: dependant->dependent...
2000-08-25 David TaylorFri Aug 25 12:11:21 2000 David Taylor <taylor@texas...
2000-08-11 Andrew Cagney * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC...
2000-08-11 Andrew CagneyMove TARGET_*_PTR to gdbarch.h.
2000-08-11 Andrew CagneyRename gdbarch_update() to gdbarch_update_p()
2000-08-04 Andrew CagneyMulti-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_A...
2000-08-02 Jimmy Guo* gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPIN...
2000-08-02 Andrew CagneyMulti-arch REGISTER_SIM_REGNO. Update d10v.
2000-08-01 Elena Zannoni2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus...
2000-08-01 Andrew CagneyCopy comments from gdbarch.sh to gdbarch.h. Fix a...
2000-07-27 Andrew CagneyMove GDB_MULTI_ARCH selection to configure*. Makes...
2000-07-24 Elena Zannoni2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus...
2000-07-24 Elena Zannoni * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch struc...
2000-07-09 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-07 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-06-12 Andrew CagneyDon't try to dump void macros (when non multi-arch...
2000-06-10 Andrew CagneyRe-implement gdbach_dump() so that it prints out the...
2000-06-07 Andrew CagneyThe attatched moves the remaining guff from gdbarch...
2000-06-06 Andrew CagneyMove generic_register_convertible_not and frame_num_arg...
2000-06-04 Andrew CagneyAdd host_pointer_to_address() and address_to_host_point...
2000-06-02 Andrew CagneyMultiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,
2000-05-30 Andrew Cagney* gdbarch.sh: Add field ``postdefault''. Rename fields
2000-05-15 Andrew CagneyConvert SAVE_DUMMY_FRAME_TOS to multi-arch.
2000-05-11 Andrew CagneyOnly try to print a macro when it is defined (in gdbarc...
2000-05-10 Michael Snyder2000-05-08 Michael Snyder <msnyder@seadog.cygnus...
2000-05-02 Andrew CagneyMulti-arch NPC_REGNUM NNPC_REGNUM.
2000-05-02 Andrew Cagneyre-do how gdbarch provides non-multi arch defaults...
2000-04-29 Andrew CagneyConvert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELE...
2000-04-28 Michael Snyder2000-04-27 Michael Snyder <msnyder@seadog.cygnus...
2000-04-22 Andrew CagneyConvert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STR...
2000-04-21 Andrew Cagney* valops.c (hand_function_call): Replace #ifdef STACK_A...
2000-04-20 Andrew Cagney* gdbarch.sh: Make multi-arch variable defaults, defaul...
2000-04-19 Jim BlandyBring RETURN_VALUE_ON_STACK under gdbarch's control.
2000-04-17 Andrew CagneyOnly dump IEEE_FLOAT when defined.
2000-04-17 Andrew Cagney* remote.c (REMOTE_TRANSLATE_XFER_ADDRESS), mem-break.c
2000-04-14 Jim BlandyBring IEEE_FLOAT under gdbarch's control.
2000-04-14 Jim Blandy* gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER...
2000-04-03 Andrew Cagney* gdbarch-utils.h, gdbarch-utils.c: New files.
2000-03-30 Andrew Cagneygdbarch cleanups.
2000-03-21 Jim Blandy* gdbarch.sh: Emit a definition and declaration for...
2000-02-23 Andrew CagneyRe-sync with ../include/dis-asm.h - LEN param changed...
2000-02-22 Jim Blandy* gdbarch.sh: Make the `default' field really default...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-21 Andrew CagneyUpdate gdbarch.sh so that it generates code including...
1999-12-14 Jason Molendaimport gdb-1999-12-13 snapshot
1999-10-26 Jason Molendaimport gdb-1999-10-25 snapshot
1999-10-19 Jason Molendaimport gdb-1999-10-18 snapshot
1999-09-13 Jason Molendaimport gdb-1999-09-13 snapshot
1999-08-31 Jason Molendaimport gdb-1999-08-30 snapshot