Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* ptrace(2) autoconf tests
@ 2004-08-08 21:00 Mark Kettenis
  2004-08-08 21:42 ` Michael Chastain
  2004-08-09  5:37 ` Joel Brobecker
  0 siblings, 2 replies; 17+ messages in thread
From: Mark Kettenis @ 2004-08-08 21:00 UTC (permalink / raw)
  To: gdb

FYI,

I'm working on ptrace(2) autoconf tests.  I think I've got a real
nifty way to find the correct one.  It'd be great though if people
could post the ptrace prototypes from the headers on their systems.
You can find them in <sys/ptrace.h>, <unistd.h> or <ptrace.h>.  Thus
far I've got:

Ancient UNIX		int ptrace (int, int, int *, int);
BSD			int ptrace (int, pid_t, caddr_t, int);
GNU/Linux		long int ptrace (enum __request, ...);
HP-UX 11.00 (32-bit)	int ptrace (int, pid_t, int, int, int);
HP-UX 11.00 (64-bit)	long ptrace (int, pid_t, long, long, long);
Solaris 2.9		long ptrace (int, pid_t, long, long);

and

AIX 5.2L		int ptrace (int, int, int *, int, int *);
Tru64 5.1A		int ptrace (long, long int, ulong_t *, ulong_t);

The latter two are snatched from the manual pages.  I'd like to verify
them against the header files.

Cheers,

Mark


^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <no.id>]

end of thread, other threads:[~2004-08-11  2:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-08 21:00 ptrace(2) autoconf tests Mark Kettenis
2004-08-08 21:42 ` Michael Chastain
2004-08-09  0:46   ` Mark Kettenis
2004-08-09  7:19     ` Michael Chastain
2004-08-09 13:09     ` Andrew Cagney
2004-08-09 15:34       ` Mark Kettenis
2004-08-09 15:53         ` Andrew Cagney
2004-08-09  5:37 ` Joel Brobecker
2004-08-09 21:52   ` Mark Kettenis
2004-08-10  5:49     ` Joel Brobecker
2004-08-10  6:56       ` Michael Chastain
2004-08-10  7:20         ` Marcel Moolenaar
2004-08-10 14:45           ` John David Anglin
2004-08-10 18:52             ` Joel Brobecker
2004-08-11  2:16               ` John David Anglin
2004-08-10 19:03     ` Joel Brobecker
     [not found] <no.id>
2004-08-11  2:55 ` John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox