aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Use ui_file_as_string in gdb/arm-tdep.cPedro Alves1-3/+3
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-7/+3
2016-11-08Clear addr bit in next_pcs vectorYao Qi1-1/+4
2016-11-08Remove arm_insert_single_step_breakpointYao Qi1-15/+4
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Remove arm_override_modeYao Qi1-14/+0
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+55
2016-11-03Add default_breakpoint_from_pcYao Qi1-10/+0
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-10/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+4
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-23/+38
2016-10-21Use RAII to save and restore scalarsTom Tromey1-6/+3
2016-10-10Share enum arm_breakpoint_kindsYao Qi1-1/+1
2016-10-05Clean up the XML files for ARMYao Qi1-7/+7
2016-09-27Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna1-9/+59
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-07-06[ARM] Fix endless recursion on calculating CPRC candidateYao Qi1-2/+5
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+19
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme1-1/+3
2016-05-07remove trivialy unused variablesTrevor Saunders1-6/+0
2016-04-18Revert 415fa612Yao Qi1-8/+0
2016-04-15[ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi1-0/+8
2016-03-30Check func against 0 rather than NULLYao Qi1-1/+1
2016-03-30Add arm epilogue unwinderYao Qi1-0/+107
2016-03-30Refactor arm_stack_frame_destroyed_pYao Qi1-6/+11
2016-03-21ARM process record: median instructionsYao Qi1-0/+85
2016-03-04ARM process record: VMOVYao Qi1-11/+2
2016-03-04Tweak ARM process recordYao Qi1-32/+19
2016-02-26Fix various bugs in arm_record_exreg_ld_st_insnYao Qi1-35/+58
2016-02-26Record right reg num of thumb special data instructionsYao Qi1-4/+4
2016-02-23arm-tdep.c: Remove unused "to" parametersSimon Marchi1-4/+4
2016-02-22Fix arm process record code formatYao Qi1-136/+136
2016-02-16Remove PC from syscall_next_pcYao Qi1-4/+2
2016-02-12[ARM] Fixup PC in software single stepYao Qi1-1/+2
2016-02-11arm-tdep.c: Remove unused variablesSimon Marchi1-46/+15
2016-02-11arm-tdep.c: Remove unused arm_displaced_step_copy_insnSimon Marchi1-23/+6
2016-02-11arm-tdep.c: Change type of insn parametersSimon Marchi1-5/+5
2016-02-10arm-tdep.c: Fix typoSimon Marchi1-3/+3
2016-01-26Remove argument pc in get_next_pcsYao Qi1-1/+1
2016-01-14[ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi1-8/+8
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integerAntoine Tremblay1-1/+2
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-1226/+101
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay1-57/+75
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay1-55/+0
2015-11-23[ARM] "svc" insn check at irrelevant address in ARM unwind info snifferJoel Brobecker1-16/+27
2015-11-16Fix bug in arm_push_dummy_call by -fsanitize=addressYao Qi1-3/+8
2015-11-13PR 19051: support of inferior call with gnu vector support on ARMYao Qi1-14/+54
2015-11-13Refactor arm_return_in_memoryYao Qi1-78/+84