From owner-freebsd-hackers Wed Feb 14 0:23: 2 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from homer.softweyr.com (bsdconspiracy.net [208.187.122.220]) by hub.freebsd.org (Postfix) with ESMTP id 6D97B37B401 for ; Wed, 14 Feb 2001 00:23:00 -0800 (PST) Received: from [127.0.0.1] (helo=softweyr.com ident=Fools trust ident!) by homer.softweyr.com with esmtp (Exim 3.16 #1) id 14SxMY-0000Ed-00; Wed, 14 Feb 2001 01:32:34 -0700 Message-ID: <3A8A42A2.C9ACAC7D@softweyr.com> Date: Wed, 14 Feb 2001 01:32:34 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: milunovic Cc: hackers@freebsd.org Subject: Re: huh References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG milunovic wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Huh thanks those who helped me with some ptrace() examples for Linux. > But I cann't still figure how to trace programm execution under FreeBSD... > please can anybody help me or give me some source example to see:o) > Thank you man -k trace will tell you about trace facilities on FreeBSD. From this, you will learn of ktrace(1) and kdump(1), which will tell you how to trace a process on FreeBSD, and how to view the trace data. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message