summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-1/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-1/+1
* Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin2022-05-031-1/+3
* gdb/arm: Add support for multiple stack pointers on Cortex-MChristophe Lyon2022-04-271-2/+9
* gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon2022-04-271-0/+3
* Enable ARMv8.1-m PACBTI supportLuis Machado2022-04-061-0/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-32/+33
* [ARM] Add support for M-profile MVE extensionSrinath Parvathaneni2021-10-111-0/+5
* [ARM] Refactor pseudo register numberingLuis Machado2021-10-111-4/+11
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-8/+10
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Change booleans to bool in ARM's gdbarch_tdepChristian Biesinger2020-02-121-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Move arm_apcs_32 extern declaration to headerChristian Biesinger2019-09-201-0/+4
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-6/+6
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-1/+1
* Arm: Prefix register sizes with ARM_Alan Hayward2019-07-041-9/+0
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-7/+8
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-1/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Normalize names of some source filesSimon Marchi2016-11-231-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-1/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-1/+1
* Remove arm_insert_single_step_breakpointYao Qi2016-11-081-2/+0
* arm-tdep.c: Remove unused arm_displaced_step_copy_insnSimon Marchi2016-02-111-3/+0
* [ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi2016-01-141-7/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-181-2/+16
* Refactor arm_software_single_step to use regcacheAntoine Tremblay2015-12-181-4/+5
* Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay2015-12-181-29/+0
* Move ARM register numbers enum to arch/arm.hYao Qi2015-07-301-38/+1
* Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi2015-05-281-0/+1
* Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi2015-05-281-1/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* ARM: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez2014-09-301-3/+5
* ARM: Replace regset_alloc() invocations by static regset structures.Andreas Arnez2014-05-211-3/+0
* gdb: ARM: Adds support for recording system call instructionsOmair Javaid2014-01-151-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-3/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * arm-tdep.h (VFP_REGISTER_SIZE): Define.Jonathan Larmour2012-04-261-0/+4
* * arm-linux-tdep.c (arm_linux_init_abi): CallPawandeep Oza2012-03-271-0/+5