From owner-freebsd-hackers Tue Oct 29 13:11:19 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BE937B401 for ; Tue, 29 Oct 2002 13:11:18 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DA5CE43E3B for ; Tue, 29 Oct 2002 13:11:17 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 88067 invoked by uid 1000); 29 Oct 2002 21:11:18 -0000 Date: Tue, 29 Oct 2002 13:11:18 -0800 (PST) From: Nate Lawson To: Zhihui Zhang Cc: freebsd-hackers@freebsd.org Subject: RE: Command used to trace the stack of a process In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 29 Oct 2002, John Baldwin wrote: > On 29-Oct-2002 Zhihui Zhang wrote: > > > > I remember there is a command in either gdb or ddb which enable you to > > display the stack of a particular process. Can anyone tell me if there is > > such a command and what the command is? Thanks! > > In ddb you can do 'tr ' where is the PID of the process. In gdb, it's bt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message