Hi
I have a process which just calls a child process.I was able to debug the child process with
.childdbg 1 but when I do !heap -s I get the heaps of the parent, not the child
How can I get to the heap of the child process? thanks
Did you switch to the correct process context with the |s command first ?
- S
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@hotmail.com
Sent: Friday, August 06, 2010 10:04 AM
To: Kernel Debugging Interest List
Subject: [windbg] heap of child process
Hi
I have a process which just calls a child process.I was able to debug the child process with .childdbg 1 but when I do !heap -s I get the heaps of the parent, not the child How can I get to the heap of the child process? thanks
—
WINDBG is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
Ken,
that must do the trick,thanks a lot.