Age | Commit message (Expand) | Author | Files | Lines |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -9/+4 |
2017-01-26 | Refactor disassembly code | Yao Qi | 1 | -1/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -5/+0 |
2016-12-09 | Use code cache in arm prologue analyzer | Yao Qi | 1 | -19/+19 |
2016-11-30 | [ARM] Read memory as unsigned integer | Yao Qi | 1 | -8/+9 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-08 | Use ui_file_as_string in gdb/arm-tdep.c | Pedro Alves | 1 | -3/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -7/+3 |
2016-11-08 | Clear addr bit in next_pcs vector | Yao Qi | 1 | -1/+4 |
2016-11-08 | Remove arm_insert_single_step_breakpoint | Yao Qi | 1 | -15/+4 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -1/+2 |
2016-11-03 | Remove arm_override_mode | Yao Qi | 1 | -14/+0 |
2016-11-03 | Determine the kind of single step breakpoint | Yao Qi | 1 | -0/+55 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -10/+0 |
2016-11-03 | Remove gdbarch_remote_breakpoint_from_pc | Yao Qi | 1 | -10/+0 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -0/+4 |
2016-11-03 | Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -23/+38 |
2016-10-21 | Use RAII to save and restore scalars | Tom Tromey | 1 | -6/+3 |
2016-10-10 | Share enum arm_breakpoint_kinds | Yao Qi | 1 | -1/+1 |
2016-10-05 | Clean up the XML files for ARM | Yao Qi | 1 | -7/+7 |
2016-09-27 | Detect the magic address of EXC_RETURN in ARM coretx-m profile | Fredrik Hederstierna | 1 | -9/+59 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-07-06 | [ARM] Fix endless recursion on calculating CPRC candidate | Yao Qi | 1 | -2/+5 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+19 |
2016-05-10 | Use getters/setters to access ARM branch type | Thomas Preud'homme | 1 | -1/+3 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -6/+0 |
2016-04-18 | Revert 415fa612 | Yao Qi | 1 | -8/+0 |
2016-04-15 | [ARM] minor opt in thumb_stack_frame_destroyed_p | Yao Qi | 1 | -0/+8 |
2016-03-30 | Check func against 0 rather than NULL | Yao Qi | 1 | -1/+1 |
2016-03-30 | Add arm epilogue unwinder | Yao Qi | 1 | -0/+107 |
2016-03-30 | Refactor arm_stack_frame_destroyed_p | Yao Qi | 1 | -6/+11 |
2016-03-21 | ARM process record: median instructions | Yao Qi | 1 | -0/+85 |
2016-03-04 | ARM process record: VMOV | Yao Qi | 1 | -11/+2 |
2016-03-04 | Tweak ARM process record | Yao Qi | 1 | -32/+19 |
2016-02-26 | Fix various bugs in arm_record_exreg_ld_st_insn | Yao Qi | 1 | -35/+58 |
2016-02-26 | Record right reg num of thumb special data instructions | Yao Qi | 1 | -4/+4 |
2016-02-23 | arm-tdep.c: Remove unused "to" parameters | Simon Marchi | 1 | -4/+4 |
2016-02-22 | Fix arm process record code format | Yao Qi | 1 | -136/+136 |
2016-02-16 | Remove PC from syscall_next_pc | Yao Qi | 1 | -4/+2 |
2016-02-12 | [ARM] Fixup PC in software single step | Yao Qi | 1 | -1/+2 |
2016-02-11 | arm-tdep.c: Remove unused variables | Simon Marchi | 1 | -46/+15 |
2016-02-11 | arm-tdep.c: Remove unused arm_displaced_step_copy_insn | Simon Marchi | 1 | -23/+6 |
2016-02-11 | arm-tdep.c: Change type of insn parameters | Simon Marchi | 1 | -5/+5 |
2016-02-10 | arm-tdep.c: Fix typo | Simon Marchi | 1 | -3/+3 |
2016-01-26 | Remove argument pc in get_next_pcs | Yao Qi | 1 | -1/+1 |
2016-01-14 | [ARM] Remove field syscall_next_pc in struct gdbarch_tdep | Yao Qi | 1 | -8/+8 |
2016-01-14 | [ARM] Make thumb2_breakpoint static again | Yao Qi | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integer | Antoine Tremblay | 1 | -1/+2 |