aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
AgeCommit message (Expand)AuthorFilesLines
2002-06-11Make print_float_info() multi-arch pure. Add ui_file and frame parameters.Andrew Cagney1-15/+2
2002-06-08* frame.c (GET_SAVED_REGISTER): Delete macro definition.Andrew Cagney1-5/+6
2002-06-08* gdbarch.sh (FRAME_CHAIN_VALID): Set default toAndrew Cagney1-1/+1
2002-06-08Oops, missed DanielJ's tipo.Andrew Cagney1-1/+1
2002-06-08* gdbarch.sh (struct gdbarch_data): Add field init_p.Andrew Cagney1-11/+6
2002-06-01Regenerate.Andrew Cagney1-1/+0
2002-05-29* sim-regno.h: New file.Andrew Cagney1-1/+2
2002-05-13* config/m88k/tm-m88k.h: Update copyright.Andrew Cagney1-16/+0
2002-05-12* arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney1-0/+51
2002-05-12* arch-utils.h (generic_register_size): Declare.Andrew Cagney1-0/+10
2002-05-12* gdbarch.sh (gdbarch_data): Add gdbarch parameter.Andrew Cagney1-1/+1
2002-04-24* arch-utils.h: Update copyright.Andrew Cagney1-0/+38
2002-04-20* gdbarch.sh (gdbarch_update_p): Keep the list of architecturesAndrew Cagney1-3/+10
2002-04-18* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney1-2/+2
2002-04-10* maint.c (maint_print_section_info): Rename print_section_info.Andrew Cagney1-0/+2
2002-04-07* gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default ofAndrew Cagney1-3/+16
2002-04-06* gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.Andrew Cagney1-0/+22
2002-04-06* h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney1-17/+0
2002-02-18* gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.Andrew Cagney1-3/+14
2002-02-18* gdbarch.sh (GET_LONGJMP_TARGET): Add rule.Richard Earnshaw1-0/+39
2002-02-16* gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.Andrew Cagney1-1/+1
2002-02-10* gdbarch.sh: For for level one methods, disallow a definitionAndrew Cagney1-16/+30
2002-02-10* valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney1-0/+5
2002-02-10* gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney1-1/+1
2002-02-06* gdbarch.sh (PRINT_FLOAT_INFO): Add rule.Richard Earnshaw1-0/+17
2002-02-062002-02-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+35
2002-02-04* gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw1-1/+21
2002-01-20Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.Andrew Cagney1-26/+0
2002-01-20Eliminate IEEE_FLOAT.Andrew Cagney1-16/+0
2001-12-29* arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney1-3/+2
2001-12-20* gdbarch.sh (TARGET_CHAR_SIGNED): New macro.Jim Blandy1-0/+18
2001-12-07* dwarf2cfi.c: New file.Jiri Smid1-1/+38
2001-12-06Expand the regcache so that there is space for pseudo-registers.Andrew Cagney1-0/+40
2001-11-22 Fix for PR gdb/209, PR gdb/156:Tom Tromey1-0/+13
2001-11-07gdbarch.sh provides default for USE_STRUCT_CONVENTION.Andrew Cagney1-0/+5
2001-11-06Add predicate for PUSH_RETURN_ADDRESS.Andrew Cagney1-0/+25
2001-11-06 * arch-utils.c (generic_in_function_epilogue_p): New function.Corinna Vinschen1-0/+14
2001-11-05Change INIT_EXTRA_FRAME_INFO() to a function with predicate.Andrew Cagney1-0/+25
2001-10-31 * arch-utils.c (generic_in_solib_call_trampoline): New function.Corinna Vinschen1-0/+21
2001-10-21Add explicit #include of "value.h".Andrew Cagney1-0/+3
2001-10-15Provide a valid non-multi-arch default for INTEGER_TO_ADDRESS.Andrew Cagney1-1/+1
2001-10-15Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney1-0/+37
2001-09-052001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-5/+19
2001-08-15 * arch-utils.c (generic_skip_trampoline_code): New function.Corinna Vinschen1-0/+17
2001-08-11* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.Andrew Cagney1-0/+21
2001-07-10Clean up the D10V port so that GDB and the target program noJim Blandy1-110/+0
2001-06-18* gdbarch.sh: Generate an error when conflicting macroAndrew Cagney1-0/+385
2001-06-16* arch-utils.c (init_frame_pc_default): New functionAndrew Cagney1-1/+1
2001-06-15Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().Andrew Cagney1-0/+28
2001-06-15Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney1-0/+28