summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-12C++-ify prologue-value's pv_areaTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-06gdb: Fix decoding of ARM neon memory hint insns.Jose E. Marchesi
2017-09-27Complete tdep move to convert_typed_floatingUlrich Weigand
2017-09-16Add selftests run filteringSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi
2017-08-18Put selftests api into selftests namespaceYao Qi
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