summaryrefslogtreecommitdiff
path: root/gdb/aarch64-fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Updated debug architecture version checks for fbsdLuis Machado2023-04-261-0/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-091-3/+3
* aarch64-fbsd: Use a static regset for the TLS register set.John Baldwin2022-11-221-32/+4
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* aarch64-fbsd-nat: Move definition of debug_regs_probed under HAVE_DBREG.John Baldwin2022-05-261-1/+2
* Use aarch64_features to describe register features in target descriptions.John Baldwin2022-05-181-2/+3
* Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 processes.John Baldwin2022-05-031-0/+54
* Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64.John Baldwin2022-03-221-1/+259
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* aarch64-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin2021-07-131-69/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-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
* Fix build for aarch64, arm, and riscv FreeBSD native targets.John Baldwin2019-07-151-8/+7
* Revert the header-sorting patchTom Tromey2019-04-061-7/+5
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-5/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-12/+15
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Add native target for FreeBSD/aarch64.John Baldwin2017-09-061-0/+129