aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-3/+3
2021-05-27gdb: fix some indentation issuesSimon Marchi1-21/+21
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-05-11gdb: fix indentation in arm_record_data_proc_misc_ld_strSimon Marchi1-14/+14
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-3/+3
2021-01-21gdb: convert arm to new-style debug macrosSimon Marchi1-19/+19
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-19trad-frame cleanupsLuis Machado1-5/+5
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