summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* FDPIC WIPusers/lyon/arm-fdpic-wip-gdb-8.2users/clyon/arm-fdpic-wip-gdb-8.2Christophe Lyon2019-07-111-1/+6
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* ARM: Do not use FP reg when on AAPCSMarius Muench2018-11-061-0/+4
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+2
* Simple unused variable removalsTom Tromey2018-07-221-1/+1
* Fix -Wunused-variable warnings related to conditional compilationSimon Marchi2018-07-211-6/+7
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-1/+2
* Remove regcache_cooked_writeSimon Marchi2018-05-301-11/+8
* Remove regcache_cooked_readSimon Marchi2018-05-301-7/+5
* Remove regcache_raw_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* Fix decoding of ARM VFP instructionsTom Tromey2018-05-071-2/+3
* Fix "fall through" commentsTom Tromey2018-05-041-0/+1
* Enable -Wsuggest-overrideTom Tromey2018-04-271-2/+2
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Use gdb::byte_vector when reading section dataTom Tromey2018-03-121-31/+22
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-3/+3
* Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_strYao Qi2018-02-011-172/+329
* set ret signed in arm_record_extension_spaceYao Qi2018-02-011-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Constify add_setshow_*Tom Tromey2017-11-071-4/+4
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-4/+4
* Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi2017-10-301-4/+4
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-8/+8
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-85/+88
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-42/+31
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* gdb: Fix decoding of ARM neon memory hint insns.Jose E. Marchesi2017-10-061-2/+2
* Complete tdep move to convert_typed_floatingUlrich Weigand2017-09-271-42/+3
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2017-08-181-0/+8
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-4/+1
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-24/+6
* Change gdbarch_wchar_bit for AArch64 and ARMYao Qi2017-04-251-1/+0
* release branch: Fix: --enable-werrorJan Kratochvil2017-04-211-0/+2
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+7
* Remove MAX_REGISTER_SIZE from arm-tdep.cAlan Hayward2017-04-111-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves2017-04-051-1/+1
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+3
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi2017-03-161-2/+2
* Fix arm process record for some instructionsYao Qi2017-03-161-77/+228
* Add instruction_reader to arm process recordYao Qi2017-03-161-9/+37
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-49/+57
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-9/+4