Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 1999 23:11:27 -0700 (PDT)
From:      Archie Cobbs <archie@whistle.com>
To:        dennis@etinc.com (Dennis)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: assembly listing from crash
Message-ID:  <199905190611.XAA57491@bubba.whistle.com>
In-Reply-To: <199905171301.JAA11626@etinc.com> from Dennis at "May 17, 99 09:04:09 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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 <main>:       pushl  %ebp
  0x80483b5 <main+1>:     movl   %esp,%ebp
  0x80483b7 <main+3>:     subl   $0x4,%esp
  0x80483ba <main+6>:     movl   $0x0,0xfffffffc(%ebp)
  0x80483c1 <main+13>:    movl   0xfffffffc(%ebp),%edx
  0x80483c4 <main+16>:    movl   (%edx),%eax
  0x80483c6 <main+18>:    jmp    0x80483c8 <main+20>
  0x80483c8 <main+20>:    leave  
  0x80483c9 <main+21>:    ret    
  0x80483ca <main+22>:    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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905190611.XAA57491>