CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2012/07/12 02:57:35

Modified files:
        gnu/usr.bin/binutils/gdb: i386obsd-tdep.c 

Log message:
On i386 gdb failed to display the stack trace of a kernel core dump
correctly.  The gdb backtrace command did not get over the trap
stack frame.  There is a pushl %esp in alltraps() that was not
accounted for.  Depending on wheter the analyzed kernel has debugging
symbols or not, the symbol is calltrap or alltraps.  Both get special
treatment now.
ok miod@ kettenis@

Reply via email to