aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi1-0/+8
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-4/+1
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-24/+6
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi1-1/+0
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil1-0/+2
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+7
2017-04-11Remove MAX_REGISTER_SIZE from arm-tdep.cAlan Hayward1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves1-1/+1
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi1-0/+3
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+3
2017-03-16Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi1-2/+2
2017-03-16Fix arm process record for some instructionsYao Qi1-77/+228
2017-03-16Add instruction_reader to arm process recordYao Qi1-9/+37
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-49/+57
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-9/+4
2017-01-26Refactor disassembly codeYao Qi1-1/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-5/+0
2016-12-09Use code cache in arm prologue analyzerYao Qi1-19/+19
2016-11-30[ARM] Read memory as unsigned integerYao Qi1-8/+9
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
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