summaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* arm-fbsd: Use a static regset for the TLS register set.John Baldwin2022-11-221-30/+4
* gdb: fix auxv cachingSimon Marchi2022-10-111-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes.John Baldwin2022-05-031-1/+51
* Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm.John Baldwin2022-05-031-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* arm-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin2021-07-131-73/+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/+6
* 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
* Fix some missed "beneath" conversionsTom Tromey2018-06-101-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-17/+18
* 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/arm.John Baldwin2017-10-111-0/+151