]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/aarch64-tdep.c
gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
[thirdparty/binutils-gdb.git] / gdb / aarch64-tdep.c
2022-04-02  Tiezhu Yanggdb: rename floatformats_ia64_quad to floatformats_ieee...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-18  Tom TromeyImplement gdbarch_stack_frame_destroyed_p for aarch64
2022-03-14  Luis Machado[aarch64/arm] Properly extract the return value returne...
2022-01-26  Keith SeitzReference array of structs instead of first member...
2022-01-05  Tom TromeyUse filtered output for gdbarch dump
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyUse correct stream for process record output
2021-12-02  Xavier Roirand(Ada/AArch64) fix fixed point argument passing in infer...
2021-11-15  Luis MachadoExtend the prologue analyzer to handle the bti instruction
2021-11-15  Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-28  Simon Marchigdb: remove gdbarch_info_init
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-03-24  Luis MachadoAArch64: Add MTE register set support for GDB and gdbserver
2021-03-24  Luis MachadoAArch64: Add target description/feature for MTE registers
2021-01-27  Matthew MalcomsonGDB: aarch64: Add ability to displaced step over a...
2021-01-21  Simon Marchigdb: make some variables static
2021-01-19  Luis Machadotrad-frame cleanups
2021-01-12  Srinath Parvathaneniaarch64: Add support for bfloat16 in gdb.
2021-01-11  Simon Marchigdb: convert aarch64 to new-style debug macros
2021-01-04  Luis MachadoRefactor struct trad_frame_saved_regs
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Luis MachadoRecord FPSR for SIMD/FP data instructions
2020-12-04  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-12-04  Luis MachadoFix shifting of negative value
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30  Simon Marchigdb: introduce displaced_debug_printf
2020-10-29  Simon Marchigdb: remove parameter of gdbarch_displaced_step_hw_sing...
2020-10-20  Simon Marchigdb: make gdbarch_displaced_step_hw_singlestep return...
2020-09-17  Tom TromeyChange management of tdesc_arch_data
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-10  Luis Machado[AArch64] Improve prologue handling (and fix PR26310)
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-02-25  Luis Machado[AArch64] Fix typo in comment
2020-02-18  Bernd EdlingerFix build with gcc-4.8.x
2020-02-14  Simon Marchigdb: introduce displaced_step_closure_up type alias
2020-02-14  Simon Marchigdb: make gdbarch_displaced_step_copy_insn return an...
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-29  Luis MachadoRecognize more program breakpoint patterns
2020-01-21  Luis MachadoConvert an int flag variable to bool
2020-01-21  Luis MachadoAdd more debugging output to aarch64_displaced_step_fixup
2020-01-21  Luis MachadoFix step-over-syscall.exp failure
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Simon MarchiRemove unused includes in aarch64-tdep.c
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-08-16  Alan HaywardMove [PAC] into a new MI field addr_flags
2019-08-14  Alan HaywardAArch64: Allow additional sizes in prologue
2019-08-07  Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-04  Alan HaywardArm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
2019-07-04  Alan Haywardi386/AArch64: Remove old xml tests
2019-05-22  Alan HaywardAArch64: Treat pauth ops as nops on non-pauth systems
2019-05-14  Alan HaywardAArch64: Add half float view to V registers
2019-05-04  Tom TromeyRemove a VEC from aarch64-tdep.c
2019-04-24  Sergio Durigan JuniorUse "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
2019-04-23  Andrew Burgessgdb/aarch64: Use type_align instead of aarch64_type_align
2019-04-15  Alan HaywardAArch64 SVE: Check for vector length change when gettin...
2019-04-15  Alan HaywardAArch64: Tidy up aarch64_gdbarch_init
2019-04-11  Alan HaywardAArch64: Ensure regcache is reset between tests
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-28  Alan HaywardAArch64: View the pseudo V registers as vectors
2019-03-22  Alan HaywardAArch64: Prologue scan unwinder support for signed...
2019-03-22  Alan HaywardAArch64: DWARF unwinder support for signed return addresses
2019-03-22  Alan HaywardAArch64: Add pauth DWARF registers
2019-03-22  Alan HaywardAArch64: Read pauth registers
2019-03-22  Alan HaywardAArch64: Add pointer authentication feature
2019-02-27  Andrew Burgessgdb/aarch64: Use default gdbarch methods where possible
2019-02-20  Alan HaywardAArch64: Add default reggroups
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-24  Alan HaywardAArch64 AAPCS: Ignore static members
2019-01-21  Alan HaywardAArch64 AAPCS: Empty structs have non zero size in C++
2019-01-17  Tom TromeyReplace "the the" with "the"
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16  Alan HaywardAarch64: Fix segfault when casting dummy calls
2018-11-16  Alan HaywardPass return_method to _push_dummy_call
2018-11-08  Joel Brobecker(AArch64) wrong value returned by "finish" for HFA
2018-11-02  Joel Brobecker(Ada) Add ravenscar tasking support on AArch64
2018-10-01  Alan HaywardAarch64: Move pseudo defines to header
2018-09-18  Alan HaywardAarch64 SVE: Fix stack smashing when calling functions
2018-08-29  Alan HaywardAarch64: Float register detection for return values
2018-08-29  Alan HaywardAarch64: Float register detection for _push_dummy_call
2018-08-29  Alan HaywardAarch64: Func to detect args passed in float regs
2018-08-27  Tom TromeyUse CORE_ADDR_MAX in various "breaks" arrays
2018-07-11  Alan HaywardRename tdesc_register_size to tdesc_register_bitsize
2018-06-11  Alan HaywardAdd Aarch64 SVE dwarf regnums
2018-06-07  Alan HaywardAarch64 SVE pseudo register support
next