aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-fbsd-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-18gdb, gdbserver: support dlmopen()Markus Metzger1-0/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-07-20Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin1-0/+16
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-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-15/+15
2018-08-13Split size in regset section iteratorsAlan Hayward1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-8/+8
2017-10-05Add a signal frame unwinder for FreeBSD/mipsn32.John Baldwin1-0/+18
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-29Look for FIR in the last FreeBSD/mips floating-point register.John Baldwin1-13/+30
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward1-39/+6
2017-05-23Use mips_regnum instead of constants for FreeBSD/mips register operations.John Baldwin1-13/+16
2017-01-05Fix ARI warningYao Qi1-4/+4
2017-01-04Use correct OSABI constant for FreeBSD/mips binaries.John Baldwin1-1/+1
2017-01-04Add FreeBSD/mips architecture.John Baldwin1-0/+560