aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Simple unused variable removalsTom Tromey1-1/+1
2018-07-21Fix -Wunused-variable warnings related to conditional compilationSimon Marchi1-6/+7
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-1/+2
2018-05-30Remove regcache_cooked_writeSimon Marchi1-11/+8
2018-05-30Remove regcache_cooked_readSimon Marchi1-7/+5
2018-05-30Remove regcache_raw_writeSimon Marchi1-3/+3
2018-05-30Remove regcache_raw_readSimon Marchi1-1/+1
2018-05-07Fix decoding of ARM VFP instructionsTom Tromey1-2/+3
2018-05-04Fix "fall through" commentsTom Tromey1-0/+1
2018-04-27Enable -Wsuggest-overrideTom Tromey1-2/+2
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-03-12Use gdb::byte_vector when reading section dataTom Tromey1-31/+22
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-3/+3
2018-02-01Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_strYao Qi1-172/+329
2018-02-01set ret signed in arm_record_extension_spaceYao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-07Constify add_setshow_*Tom Tromey1-4/+4
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