3f6306ec32
hpux-thread.c to suppress children from running. (hppa_hpux_child_can_run): New function. (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run. * hpux-thread.c: Include string.h and hppa-tdep.h. (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM, HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively. (hpux_thread_store_registers): Replace deprecated_registers with calls to regcache_raw_read. * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
11 lines
350 B
Text
11 lines
350 B
Text
# Host: Hewlett-Packard PA-RISC machine, running HPUX 11.00
|
|
|
|
# FIXME: cagney/2002-04-07: gdb/366: The -Dvfork=fork hack below is
|
|
# stop GDB hanging on HP/UX. For some reason vfork() hangs yet fork()
|
|
# doesn't ....
|
|
|
|
MH_CFLAGS = -Dvfork=fork
|
|
|
|
NAT_FILE= nm-hppah11.h
|
|
NATDEPFILES= hppah-nat.o corelow.o core-aout.o inftarg.o fork-child.o \
|
|
infttrace.o
|