mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00:00
5d0fc17b31
<machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and "bsd-kvm.h". (i386obsd_supply_pcb): New function. (_initialize_i386obsd_nat): Construct and add target vector. Enable libkvm interface. * Makefile.in (i386obsd-nat.o): Update dependencies. * config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
# Host: OpenBSD/i386 ELF
|
|
NATDEPFILES= fork-child.o inf-ptrace.o \
|
|
i386bsd-nat.o i386obsd-nat.o bsd-kvm.o
|
|
|
|
LOADLIBES= -lkvm
|