aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand1-4/+4
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi1-4/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-8/+8
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-85/+88
2017-10-12C++-ify prologue-value's pv_areaTom Tromey1-42/+31
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-10-06gdb: Fix decoding of ARM neon memory hint insns.Jose E. Marchesi1-2/+2
2017-09-27Complete tdep move to convert_typed_floatingUlrich Weigand1-42/+3
2017-09-16Add selftests run filteringSimon Marchi1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
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