Re: getting bad values from calls to GetThreadCallStack()
- From: fbcome@xxxxxxxxxxxx
- Date: Sun, 9 Mar 2008 18:43:08 -0700 (PDT)
CallSnapshot.dwReturnAddr holds the return address not the entry
address of the caller function.
For example:
int foo()
{
...
foo2(); //the return address of foo2() points to the next
instruction: "i++", not the entry address of foo()
i++;
...
}
.
- Prev by Date: building error in OSdesign with vs2005 and wince6.0
- Next by Date: Re: getting bad values from calls to GetThreadCallStack()
- Previous by thread: building error in OSdesign with vs2005 and wince6.0
- Next by thread: Re: getting bad values from calls to GetThreadCallStack()
- Index(es):
Relevant Pages
|