OSDN Git Service

* hppa-hpux-nat.c (child_suppress_run): Add variable to allow
authorDave Anglin <dave.anglin@nrc.ca>
Tue, 23 Nov 2004 01:01:59 +0000 (01:01 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Tue, 23 Nov 2004 01:01:59 +0000 (01:01 +0000)
commitb2586c7c56fe183a663ffee177057bb00355beae
tree9e236cc486776c60929df3e6198bb6199112ee04
parent2e378b36e13fa9eb1be9f24342bad237ebb589dd
* hppa-hpux-nat.c (child_suppress_run): Add variable to allow
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.
gdb/ChangeLog
gdb/config/pa/hpux11.mh
gdb/config/pa/hpux11w.mh
gdb/hppa-hpux-nat.c
gdb/hpux-thread.c