From owner-freebsd-questions Mon May 17 14:23:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1B3EB1570C for ; Mon, 17 May 1999 14:23:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA08647; Mon, 17 May 1999 14:21:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 17 May 1999 14:21:29 -0700 (PDT) From: Doug White To: Ruslan Ermilov Cc: Dennis , questions@FreeBSD.ORG Subject: Re: assembly listing from crash In-Reply-To: <19990517170835.C3078@relay.ucb.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 May 1999, Ruslan Ermilov wrote: > [forwarded to -questions] > On Mon, May 17, 1999 at 09:04:09PM -0400, Dennis wrote: > > > > What is required to get an assembly listing of the crashpoint when > > analyzing a crash dump? > > > > thanks, > > > > Dennis > > Read the documentation about ``gdb''. > man 1 gdb > info gdb Hm... (gdb) help data Examining data. List of commands: whatis -- Print data type of expression EXP ptype -- Print definition of type TYPE inspect -- Same as "print" command print -- Print value of expression EXP call -- Call a function in the program set -- Evaluate expression EXP and assign result to variable VAR set variable -- Evaluate expression EXP and assign result to variable VAR output -- Like "print" but don't put in value history and don't print newline printf -- Printf "printf format string" display -- Print value of expression EXP each time the program stops undisplay -- Cancel some expressions to be displayed when program stops disassemble -- Disassemble a specified section of memory ^^^^^^^^^ Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message