aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-11-01[ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado1-10/+10
2019-10-31[ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado1-4/+5
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-7/+7
2019-10-17[gdb] Fix typos in commentsTom de Vries1-4/+4
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-2/+0
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+8
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-23[gdb][Arm]: gdb cannot step across CMSE secure entry function code.Srinath Parvathaneni1-0/+56
2019-07-19Arm: Remove unused feature files and testsAlan Hayward1-18/+0
2019-07-19Arm: Add xml unit testsAlan Hayward1-0/+18
2019-07-19Arm: Use feature target descriptionsAlan Hayward1-17/+0
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-4/+44
2019-07-10Change arm-tdep.c to use type-safe registryTom Tromey1-52/+26
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-12/+3
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward1-52/+56
2019-07-04Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward1-1/+1
2019-06-27Change arm_objfile_data_key to use type-safe registryTom Tromey1-23/+7
2019-06-26Arm: Allow version strings in the triplet regexpAlan Hayward1-1/+13
2019-06-25arm-tdep: sort mapping symbols after parsing all minimal symbolsSimon Marchi1-9/+19
2019-06-25arm-tdep: replace arm_mapping_symbol VEC with std::vectorSimon Marchi1-72/+55
2019-04-23gdb/arm: Use type_align instead of arm_type_alignAndrew Burgess1-51/+17
2019-04-06Revert the header-sorting patchTom Tromey1-38/+39
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-39/+38
2019-02-27gdb/arm: Use default gdbarch methods where possibleAndrew Burgess1-37/+0
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-11-06ARM: Do not use FP reg when on AAPCSMarius Muench1-0/+4
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+2
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