Sherry Moore wrote:
> Hi Piotr,
> 
> We walk the stack from the base (thr.t_stkbase) to the top thr.t_stk
> one frame at a time (a frame is a frame pointer and a pc).
>       struct rwindow {
>               uintptr_t rw_fp;
>               uintptr_t rw_pc;
>       };
> 
> If we can't reach the top from base, we can't declare conclusively that
> it's the correct stack.
> 
> Please see the following file for details:
>     usr/src/cmd/mdb/common/modules/genunix/findstack.c
Thanks a lot!

-- 
Regards,
Piotr Jasiukajtis | estibi | SCA OS0072
http://estseg.blogspot.com
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to