Fix the DDB 'trace' command. When segment address adjustments were added
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 28 Jan 2004 03:52:28 +0000 (03:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 28 Jan 2004 03:52:28 +0000 (03:52 +0000)
commit179247f27afe532be49223f01a1ba2202c5a47db
treed4c74c556e36c7ac42f235a2158af290b22254e5
parent2811dfbd9a991de83765714548d71a7ade0342b9
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.
sys/i386/i386/db_interface.c
sys/platform/pc32/i386/db_interface.c