From owner-freebsd-hackers Tue May 18 23:12: 0 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 86D0814E55 for ; Tue, 18 May 1999 23:11:59 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.2/8.9.2) id XAA57491; Tue, 18 May 1999 23:11:27 -0700 (PDT) From: Archie Cobbs Message-Id: <199905190611.XAA57491@bubba.whistle.com> Subject: Re: assembly listing from crash In-Reply-To: <199905171301.JAA11626@etinc.com> from Dennis at "May 17, 99 09:04:09 pm" To: dennis@etinc.com (Dennis) Date: Tue, 18 May 1999 23:11:27 -0700 (PDT) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dennis writes: > What is required to get an assembly listing of the crashpoint when > analyzing a crash dump? Program received signal SIGSEGV, Segmentation fault. 0x80483c4 in main () at xx.c:8 (gdb) x/10i main 0x80483b4
: pushl %ebp 0x80483b5 : movl %esp,%ebp 0x80483b7 : subl $0x4,%esp 0x80483ba : movl $0x0,0xfffffffc(%ebp) 0x80483c1 : movl 0xfffffffc(%ebp),%edx 0x80483c4 : movl (%edx),%eax 0x80483c6 : jmp 0x80483c8 0x80483c8 : leave 0x80483c9 : ret 0x80483ca : nop ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message