How to get stack address
- From: Mosfet <mosfet@xxxxxxxxxxxxx>
- Date: Mon, 14 Jul 2008 21:38:30 +0200
Hi,
I would like to know how I can get the bottom stack address of a thread on windows CE.
I am currently doing this :
BOOL bKmode = SetKMode(TRUE);
DWORD dwOrigBase = ((ArmHigh->kdata).pCurThd)->dwOrigBase;
SetKMode(bKmode);
Is there a better option that accessing directly the kernel ?
.
- Follow-Ups:
- Re: How to get stack address
- From: Silver
- Re: How to get stack address
- From: Silver
- Re: How to get stack address
- Prev by Date: Re: error wince600 boot message after dowload PB6 OS to HW board
- Next by Date: Re: Question re: creating a .pbxml file
- Previous by thread: which version of WinCE is required to bring up OMAP2430 hardware ?
- Next by thread: Re: How to get stack address
- Index(es):