Age | Commit message (Expand) | Author | Files | Lines |
2010-12-28 | 2010-12-28 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -4/+4 |
2010-12-23 | 2010-12-23 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -4/+204 |
2010-12-23 | 2010-12-23 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -1/+0 |
2010-12-20 | 2010-12-20 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -0/+13 |
2010-11-18 | * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP" | Pierre Muller | 1 | -1/+1 |
2010-11-14 | * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid | Pierre Muller | 1 | -0/+1 |
2010-10-19 | * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding | Ulrich Weigand | 1 | -0/+12 |
2010-10-12 | * gdb/arm-tdep.c (arm_mode_strings): Add NULL entry at end of array. | Matthew Gretton-Dann | 1 | -1/+2 |
2010-10-08 | * arm-tdep.c (thumb_expand_immediate): New function. | Ulrich Weigand | 1 | -42/+392 |
2010-10-08 | 2010-10-08 Ulrich Weigand <uweigand@de.ibm.com> | Ulrich Weigand | 1 | -0/+200 |
2010-08-30 | 2010-08-30 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -2/+20 |
2010-08-24 | * arm-tdep.c: Include features/arm-with-m.c. | Daniel Jacobowitz | 1 | -163/+229 |
2010-08-14 | * arm-tdep.c (arm_push_dummy_call): Handle pointers to | Ulrich Weigand | 1 | -1/+1 |
2010-05-27 | * arm-tdep.c (push_stack_item): 'contents' now const. | Tom Tromey | 1 | -5/+6 |
2010-05-05 | ARI fix: Remove ATTRIBUTE_UNUSED throughout. | Pierre Muller | 1 | -15/+15 |
2010-03-31 | * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH | Richard Earnshaw | 1 | -5/+15 |
2010-03-24 | * arm-tdep.c (skip_prologue_function): New function. | Daniel Jacobowitz | 1 | -206/+529 |
2010-03-04 | * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg, | Doug Evans | 1 | -2/+0 |
2010-03-04 | * arm-tdep.c (arm_stub_unwind_sniffer): Add comment. | Doug Evans | 1 | -0/+2 |
2010-03-04 | 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | Daniel Jacobowitz | 1 | -48/+71 |
2010-02-26 | * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode. | Daniel Jacobowitz | 1 | -1/+1 |
2010-02-01 | * arm-tdep.c (arm_find_mapping_symbol): New function, from | Daniel Jacobowitz | 1 | -18/+232 |
2010-02-01 | * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint) | Daniel Jacobowitz | 1 | -9/+161 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-13 | * arm-tdep.c (arm_skip_stub): Recognize RealView veneer functions. | Daniel Jacobowitz | 1 | -2/+4 |
2009-10-28 | Reported by Antti Hatala <ahatala@nvidia.com>. | Daniel Jacobowitz | 1 | -1/+1 |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+2 |
2009-10-13 | * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for | Daniel Jacobowitz | 1 | -8/+204 |
2009-10-06 | ARI fix: OP eol rule. | Pierre Muller | 1 | -21/+23 |
2009-09-11 | * objfiles.c (struct objfile_data): Delete member cleanup and replace | Doug Evans | 1 | -2/+2 |
2009-09-03 | * arm-tdep.c (displaced_write_reg): Replace call to abort by call | Joel Brobecker | 1 | -1/+2 |
2009-08-14 | * ui-file.h (ui_file_xstrdup): Mention that the length argument | Pedro Alves | 1 | -1/+1 |
2009-07-30 | * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h): | Julian Brown | 1 | -0/+1860 |
2009-07-28 | * NEWS: Mention ARM VFP support. | Daniel Jacobowitz | 1 | -18/+428 |
2009-07-28 | * arm-tdep.c (enum arm_vfp_cprc_base_type, | Daniel Jacobowitz | 1 | -6/+354 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -47/+36 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -2/+2 |
2009-07-02 | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 1 | -1/+3 |
2009-07-02 | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. | Ulrich Weigand | 1 | -1/+1 |
2009-07-02 | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 1 | -1/+15 |
2009-07-02 | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 1 | -2/+2 |
2009-06-17 | * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, | Ulrich Weigand | 1 | -3/+4 |
2009-06-17 | * prologue-value.c (make_pv_area): Add ADDR_BIT argument. | Ulrich Weigand | 1 | -2/+2 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-10-01 | * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update. | Tom Tromey | 1 | -3/+2 |
2008-09-22 | * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal | Jonathan Larmour | 1 | -22/+19 |
2008-09-11 | * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch) | Ulrich Weigand | 1 | -2/+2 |
2008-09-05 | * gdbarch.sh (addr_bits_remove): Change type to 'm'. | Ulrich Weigand | 1 | -5/+7 |
2008-08-26 | * gdbarch.sh (target_gdbarch): New global variable. | Ulrich Weigand | 1 | -7/+7 |
2008-08-21 | * arm-tdep.c (arm_pc_is_thumb): Use obj_section_addr. | Pedro Alves | 1 | -1/+2 |