Date: Wed, 31 Jul 2002 14:21:57 -0400 (EDT) From: Peter Leftwich <Hostmaster@Video2Video.Com> To: menon raghu <raghu4jm@yahoo.com> Cc: FreeBSD LIST <FreeBSD-Questions@FreeBSD.Org> Subject: Re: ptrace Message-ID: <20020731142052.V44895-100000@earl-grey.cloud9.net> In-Reply-To: <20020731171844.293.qmail@web12606.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 31 Jul 2002, menon raghu wrote:
> Is there a ptrace_syscall implementation in FreeBSD?
In version 4.6, apparently yes, as `man 2 ptrace` shows:
PTRACE(2) FreeBSD System Calls Manual PTRACE(2)
NAME
ptrace - process tracing and debugging
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <sys/types.h>
#include <sys/ptrace.h>
int
ptrace(int request, pid_t pid, caddr_t addr, int data);
DESCRIPTION
ptrace() provides tracing and debugging facilities. [snip]
--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020731142052.V44895-100000>
