aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-30/+32
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-3/+6
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-89/+91
2020-11-14gdb: fix comment in arm-tdep.cSimon Marchi1-2/+1
2020-11-13gdb/arm: avoid undefined behavior shift when decoding immediate valueSimon Marchi1-23/+119
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1208/+1208
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-210/+129
2020-10-29Remove the exec_bfd macroTom Tromey1-3/+4
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-19Use gdb_bfd_sections in ELF osabi tag sniffingTom Tromey1-3/+4
2020-09-17Change management of tdesc_arch_dataTom Tromey1-40/+21
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-3/+3
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-1/+1
2020-09-14Fix exception stack unwinding for ARM Cortex-MFredrik Hederstierna1-8/+117
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma1-1/+3
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-3/+3
2020-05-27Fix PR 26000, logical bitwise error / prologue analyzerLuis Machado1-1/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-25/+24
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-20/+6
2020-03-12Cast to bfd_vma in arm-tdep.cTom Tromey1-2/+2
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi1-5/+7
2020-02-12Change booleans to bool in ARM's gdbarch_tdepChristian Biesinger1-12/+14
2020-02-12Print more information in arm_dump_tdepChristian Biesinger1-0/+14
2020-02-11Add missing \n in fprintfChristian Biesinger1-1/+1
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
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