* inf-ttrace.c: New file.
authorMark Kettenis <kettenis@gnu.org>
Tue, 23 Nov 2004 21:14:33 +0000 (21:14 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 23 Nov 2004 21:14:33 +0000 (21:14 +0000)
commiteee22bf873de2eb949376a9f0c1b2b80c2f18267
tree114f291a1b3d172a19a32dc990b657323ee9e400
parent3ca649544956e996656d40602064d9169949252b
* inf-ttrace.c: New file.
* inf-ttrace.h: New file.
* hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
Include "inf-ttrace.h".
(ss_mpsfu_high): Define to ss_tlsp if necessary.
(hppa_hpux_fetch_register, hppa_hpux_store_register): Use
ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
ptrace systems.
(_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
instead of inf_ptrace_target.
* config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
* Makefile.in (inf_ttrace_h): New variable.
(hppa-hpux-nat.o): Update dependency.
(inf-ttrace.o): New dependency.
(ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/pa/hpux.mh
gdb/hppa-hpux-nat.c
gdb/inf-ttrace.c [new file with mode: 0644]
gdb/inf-ttrace.h [new file with mode: 0644]