From owner-freebsd-questions Thu May 22 15:42:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA14284 for questions-outgoing; Thu, 22 May 1997 15:42:52 -0700 (PDT) Received: from miro.bestweb.net (miro.bestweb.net [208.197.0.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA14248 for ; Thu, 22 May 1997 15:42:49 -0700 (PDT) Received: from none (fwibbly@efnet.opers.phear.this.vanitydomain.net [208.218.49.12]) by miro.bestweb.net (8.8.5/8.8.5) with SMTP id SAA03119; Thu, 22 May 1997 18:42:46 -0400 (EDT) Message-Id: <3.0.1.32.19970522184239.006992b4@pop.bestweb.net> X-Sender: prw@pop.bestweb.net X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Thu, 22 May 1997 18:42:39 -0400 To: Steve , freebsd-questions@FreeBSD.ORG From: Paul Wilson Subject: Re: examining a core dump In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 05:43 PM 5/22/97 -0400, Steve wrote: > >What utility is used for examining a core dump? I would like to learn to >do this to ease program debugging. > >Any direction pointing is appreciated! > > One command is: gdb whatever.core whatever program dumped core. e.g. gdb pine.core pine Paul