aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-29gdb/arm: Remove tpidruro register from non-FreeBSD target descriptionsThiago Jung Bauermann1-1/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-4/+2
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-08-17[gdb/build] Return const reference in target_read_auxvTom de Vries1-1/+1
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-16/+38
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi1-1/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-5/+20
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-3/+3
2022-05-03Support TLS variables on FreeBSD/arm.John Baldwin1-0/+33
2022-05-03Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm.John Baldwin1-6/+26
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-2/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-24Update comments about removed functionChristian Biesinger1-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-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-5/+7
2019-04-06Revert the header-sorting patchTom Tromey1-3/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+3
2019-01-28Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.John Baldwin1-40/+23
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-5/+5
2018-08-13Split size in regset section iteratorsAlan Hayward1-3/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-11Add FreeBSD/arm architecture.John Baldwin1-0/+257