cvs commit: src/sys/i386/i386 db_interface.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jan 27 19:53:38 PST 2004
dillon 2004/01/27 19:52:28 PST
DragonFly src repository
Modified files:
sys/i386/i386 db_interface.c
Log:
Fix the DDB 'trace' command. When segment address adjustments were added
in 1.7 so VM86 code could be properly traced, the routine that pulls out
%ebp was accidently changed to return %esp instead, causing DDB
backtraces to produce incorrect results.
Revision Changes Path
1.8 +1 -1 src/sys/i386/i386/db_interface.c
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/db_interface.c.diff?r1=1.7&r2=1.8&f=h
More information about the Commits
mailing list