aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)Author
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-04-11Remove MAX_REGISTER_SIZE from arm-tdep.cAlan Hayward
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-16Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi
2017-03-16Fix arm process record for some instructionsYao Qi
2017-03-16Add instruction_reader to arm process recordYao Qi
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-26Refactor disassembly codeYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-12-09Use code cache in arm prologue analyzerYao Qi
2016-11-30[ARM] Read memory as unsigned integerYao Qi
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-08Use ui_file_as_string in gdb/arm-tdep.cPedro Alves
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-08Clear addr bit in next_pcs vectorYao Qi
2016-11-08Remove arm_insert_single_step_breakpointYao Qi
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03Remove arm_override_modeYao Qi
2016-11-03Determine the kind of single step breakpointYao Qi
2016-11-03Add default_breakpoint_from_pcYao Qi
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-10-10Share enum arm_breakpoint_kindsYao Qi
2016-10-05Clean up the XML files for ARMYao Qi
2016-09-27Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-07-06[ARM] Fix endless recursion on calculating CPRC candidateYao Qi
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-18Revert 415fa612Yao Qi
2016-04-15[ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi
2016-03-30Check func against 0 rather than NULLYao Qi
2016-03-30Add arm epilogue unwinderYao Qi
2016-03-30Refactor arm_stack_frame_destroyed_pYao Qi
2016-03-21ARM process record: median instructionsYao Qi
2016-03-04ARM process record: VMOVYao Qi
2016-03-04Tweak ARM process recordYao Qi
2016-02-26Fix various bugs in arm_record_exreg_ld_st_insnYao Qi