Re: assembly listing from crash

1999-05-18 Thread Archie Cobbs
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 :

assembly listing from crash

1999-05-17 Thread Dennis
What is required to get an assembly listing of the crashpoint when analyzing a crash dump? thanks, Dennis To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message