RE: Can I list processes called from one process in the memory.dmp li ke tlist.exe?

!process can be used to enumerate processes and get information about
them.

Once you have picked a process the following commands can be used to set
the current context to a given process/thread:
.process
.thread

I don’t know what you mean by called. Presumably you want to know what
processes launched what other processes. !process gives you the CID for
each process and the CID of the parent process. So you can figure that
out. Unfortunatly I don’t know of any extension that does that
automaticly. !process also lets you just list processes listed to
processes in given session, perhaps that is what you want.

-----Original Message-----
From: xxxxx@citrix.co.jp [mailto:xxxxx@citrix.co.jp]

Sent: Thursday, December 27, 2001 8:45 AM
To: Kernel Debugging Interest List
Subject: [windbg] Can I list processes called from one process in the
memory.dmp li ke tlist.exe?

Hi, May easy question…

Can I list processes called from one process in the memory.dmp like
tlist.exe?

e.g. When multiple users logon to NT5 with terminal services, I want to
know processes which one csrss.exe called from memory.dmp like tlist.exe

Thanks,
Kimi


You are currently subscribed to windbg as: xxxxx@microsoft.com To
unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com