-
- Downloads
* amd64-nat.h: Update copyright year.
(amd64bsd_target): New prototype. * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h". (amd64bsd_target): New function. (amd64bsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (amd64bsd_store_inferior_registers): Rename from store_inferior_registers. Make static. * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h". (_initialize_amd64fbsd_nat): Construct and add target vector. * amd64nbsd-nat.o: Include "target.h". (_initialize_amd64nbsd_nat): Construct and add target vector. * amd64obsd-nat.c: Include "target.h". (_initialize_amd64obsd_nat): Construct and add target vector. * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define. * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o, inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and fbsd-nat.o. * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-child.o and inf-ptrace.o. * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o) (amd64obsd-nat.o): Update dependencies.
Showing
- gdb/ChangeLog 26 additions, 0 deletionsgdb/ChangeLog
- gdb/Makefile.in 7 additions, 5 deletionsgdb/Makefile.in
- gdb/amd64-nat.h 6 additions, 1 deletiongdb/amd64-nat.h
- gdb/amd64bsd-nat.c 20 additions, 4 deletionsgdb/amd64bsd-nat.c
- gdb/amd64fbsd-nat.c 13 additions, 3 deletionsgdb/amd64fbsd-nat.c
- gdb/amd64nbsd-nat.c 4 additions, 0 deletionsgdb/amd64nbsd-nat.c
- gdb/amd64obsd-nat.c 4 additions, 0 deletionsgdb/amd64obsd-nat.c
- gdb/config/i386/fbsd64.mh 3 additions, 3 deletionsgdb/config/i386/fbsd64.mh
- gdb/config/i386/nbsd64.mh 1 addition, 1 deletiongdb/config/i386/nbsd64.mh
- gdb/config/i386/nm-fbsd64.h 0 additions, 3 deletionsgdb/config/i386/nm-fbsd64.h
- gdb/config/i386/obsd64.mh 1 addition, 1 deletiongdb/config/i386/obsd64.mh
Loading
Please register or sign in to comment