aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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