aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-fbsd-nat.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
2022-03-22x86-fbsd-nat: Copy debug register state on fork.John Baldwin1-0/+45
Use the FreeBSD native target low_new_fork hook to copy the per-process debug state from the parent to the child on fork.