summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
Commit message (Expand)AuthorAgeFilesLines
* * arch-utils.h: Update copyright.Andrew Cagney2002-04-241-0/+38
* * gdbarch.sh (gdbarch_update_p): Keep the list of architecturesAndrew Cagney2002-04-201-3/+10
* * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney2002-04-181-2/+2
* * maint.c (maint_print_section_info): Rename print_section_info.Andrew Cagney2002-04-101-0/+2
* * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default ofAndrew Cagney2002-04-071-3/+16
* * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.Andrew Cagney2002-04-061-0/+22
* * h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney2002-04-061-17/+0
* * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.Andrew Cagney2002-02-181-3/+14
* * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.Richard Earnshaw2002-02-181-0/+39
* * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.Andrew Cagney2002-02-161-1/+1
* * gdbarch.sh: For for level one methods, disallow a definitionAndrew Cagney2002-02-101-16/+30
* * valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney2002-02-101-0/+5
* * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney2002-02-101-1/+1
* * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.Richard Earnshaw2002-02-061-0/+17
* 2002-02-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-02-061-0/+35
* * gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw2002-02-041-1/+21
* Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.Andrew Cagney2002-01-201-26/+0
* Eliminate IEEE_FLOAT.Andrew Cagney2002-01-201-16/+0
* * arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney2001-12-291-3/+2
* * gdbarch.sh (TARGET_CHAR_SIGNED): New macro.Jim Blandy2001-12-201-0/+18
* * dwarf2cfi.c: New file.Jiri Smid2001-12-071-1/+38
* Expand the regcache so that there is space for pseudo-registers.Andrew Cagney2001-12-061-0/+40
* Fix for PR gdb/209, PR gdb/156:Tom Tromey2001-11-221-0/+13
* gdbarch.sh provides default for USE_STRUCT_CONVENTION.Andrew Cagney2001-11-071-0/+5
* Add predicate for PUSH_RETURN_ADDRESS.Andrew Cagney2001-11-061-0/+25
* * arch-utils.c (generic_in_function_epilogue_p): New function.Corinna Vinschen2001-11-061-0/+14
* Change INIT_EXTRA_FRAME_INFO() to a function with predicate.Andrew Cagney2001-11-051-0/+25
* * arch-utils.c (generic_in_solib_call_trampoline): New function.Corinna Vinschen2001-10-311-0/+21
* Add explicit #include of "value.h".Andrew Cagney2001-10-211-0/+3
* 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.gdb-post-ptid_t-2001-05-03Kevin 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