From owner-freebsd-questions Wed Jul 31 11:29:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE8D37B40A for ; Wed, 31 Jul 2002 11:28:56 -0700 (PDT) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC42743ED1 for ; Wed, 31 Jul 2002 11:22:12 -0700 (PDT) (envelope-from Hostmaster@Video2Video.Com) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id B4C3E28B71; Wed, 31 Jul 2002 14:21:57 -0400 (EDT) Date: Wed, 31 Jul 2002 14:21:57 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: menon raghu Cc: FreeBSD LIST Subject: Re: ptrace In-Reply-To: <20020731171844.293.qmail@web12606.mail.yahoo.com> Message-ID: <20020731142052.V44895-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 #include 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