summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-25/+24
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-20/+6
* Cast to bfd_vma in arm-tdep.cTom Tromey2020-03-121-2/+2
* gnulib: import count-one-bits module and use itSimon Marchi2020-02-141-5/+7
* Change booleans to bool in ARM's gdbarch_tdepChristian Biesinger2020-02-121-12/+14
* Print more information in arm_dump_tdepChristian Biesinger2020-02-121-0/+14
* Add missing \n in fprintfChristian Biesinger2020-02-111-1/+1
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+3
* [ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado2019-11-011-10/+10
* [ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado2019-10-311-4/+5
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-7/+7
* [gdb] Fix typos in commentsTom de Vries2019-10-171-4/+4
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-2/+0
* Move arm_apcs_32 extern declaration to headerChristian Biesinger2019-09-201-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-9/+8
* bfd_asymbol_* macrosAlan Modra2019-09-181-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* [gdb][Arm]: gdb cannot step across CMSE secure entry function code.Srinath Parvathaneni2019-07-231-0/+56
* Arm: Remove unused feature files and testsAlan Hayward2019-07-191-18/+0
* Arm: Add xml unit testsAlan Hayward2019-07-191-0/+18
* Arm: Use feature target descriptionsAlan Hayward2019-07-191-17/+0
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-4/+44
* Change arm-tdep.c to use type-safe registryTom Tromey2019-07-101-52/+26
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward2019-07-041-12/+3
* Arm: Prefix register sizes with ARM_Alan Hayward2019-07-041-52/+56
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-1/+1
* Change arm_objfile_data_key to use type-safe registryTom Tromey2019-06-271-23/+7
* Arm: Allow version strings in the triplet regexpAlan Hayward2019-06-261-1/+13
* arm-tdep: sort mapping symbols after parsing all minimal symbolsSimon Marchi2019-06-251-9/+19
* arm-tdep: replace arm_mapping_symbol VEC with std::vectorSimon Marchi2019-06-251-72/+55
* gdb/arm: Use type_align instead of arm_type_alignAndrew Burgess2019-04-231-51/+17
* Revert the header-sorting patchTom Tromey2019-04-061-38/+39
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-39/+38
* gdb/arm: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-37/+0
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* 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