summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+5
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-8/+7
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-6/+1
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* gdb: fix some indentation issuesSimon Marchi2021-05-271-21/+21
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdb: fix indentation in arm_record_data_proc_misc_ld_strSimon Marchi2021-05-111-14/+14
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-3/+3
* gdb: convert arm to new-style debug macrosSimon Marchi2021-01-211-19/+19
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* trad-frame cleanupsLuis Machado2021-01-191-5/+5
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-30/+32
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-3/+6
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-89/+91
* gdb: fix comment in arm-tdep.cSimon Marchi2020-11-141-2/+1
* gdb/arm: avoid undefined behavior shift when decoding immediate valueSimon Marchi2020-11-131-23/+119
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1208/+1208
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-210/+129
* Remove the exec_bfd macroTom Tromey2020-10-291-3/+4
* Remove target_has_registers macroTom Tromey2020-09-281-1/+1
* Use gdb_bfd_sections in ELF osabi tag sniffingTom Tromey2020-09-191-3/+4
* Change management of tdesc_arch_dataTom Tromey2020-09-171-40/+21
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-3/+3
* gdb: add type::is_vector / type::set_is_vectorSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* Fix exception stack unwinding for ARM Cortex-MFredrik Hederstierna2020-09-141-8/+117
* Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma2020-08-201-1/+3
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-3/+3
* Fix PR 26000, logical bitwise error / prologue analyzerLuis Machado2020-05-271-1/+1
* 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