aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-07-14*-fbsd-nat: Handle null inferior in read_description.John Baldwin1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-22arm-fbsd: Use a static regset for the TLS register set.John Baldwin1-30/+4
2022-10-11gdb: fix auxv cachingSimon Marchi1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-2/+2
2022-05-03Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes.John Baldwin1-1/+51
2022-05-03Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm.John Baldwin1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-13arm-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin1-73/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-15Fix build for aarch64, arm, and riscv FreeBSD native targets.John Baldwin1-8/+6
2019-04-06Revert the header-sorting patchTom Tromey1-7/+5
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-5/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-10Fix some missed "beneath" conversionsTom Tromey1-1/+1
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-17/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-10-11Add native target for FreeBSD/arm.John Baldwin1-0/+151