1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

'fr' macro: trace back to new kernel base 0xc0000000

This commit is contained in:
Greg Lehey 1999-04-05 03:55:44 +00:00
parent 6f2a248bff
commit 6560c980ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45322

View File

@ -568,7 +568,7 @@ set $fno = 0
set $searching = 1
if ($myvectorproc->p_flag & 4)
set $frame = $myvectorproc->p_addr->u_pcb->pcb_ebp
while (($searching == 1) && (*(int *) $frame > 0xf0000000))
while (($searching == 1) && (*(int *) $frame > 0xc0000000))
set $myebp = *(int *) $frame
set $myeip = *(int *) ($frame + 4)
if ($fno == $arg0)