summaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-nat.c
AgeCommit message (Expand)Author
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-05-03Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes.John Baldwin
2022-05-03Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm.John Baldwin
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-07-13arm-fbsd-nat: Use fetch_register_set and store_register_set.John Baldwin
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-07-15Fix build for aarch64, arm, and riscv FreeBSD native targets.John Baldwin
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-10Fix some missed "beneath" conversionsTom Tromey
2018-05-30Remove regcache_get_ptidSimon Marchi
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-11Add native target for FreeBSD/arm.John Baldwin