Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 11:59:17 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-hackers@freebsd.org
Subject:   ptrace equivalents between freebsd and linux?
Message-ID:  <20070130195917.GA7585@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
MPICH2 has the ability to use shared memory as one of
its communication channel.  Unfortuantely, the build
dies with an error realted to ptrace.  In looking at
a linux manpage for ptrace, I've identified that the
linux PTRACE_ATTACH and PTRACE_DETACH are equilavent to
out PT_ATTACH and PT_DETACH.  The build dies later with 
a problem with PTRACE_PEEKDATA.  Is our PT_READ_D the
right equivalent?

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070130195917.GA7585>