In Windbg, how do I determine if a ManualResetEvent is signaled or not?
问题 I took a memory dump of a process using .dump /ma c:\mydump.dmp I would like to figure out if a specific ManualResetEvent handle is set or waiting. I've tried 0:181> !handle 2db0 f Event Handle 0000000000002db0 Type Event Attributes 0 GrantedAccess 0x1f0003: Delete,ReadControl,WriteDac,WriteOwner,Synch QueryState,ModifyState HandleCount 2 PointerCount 524289 Name <none> Object specific information I have discovered that someone got more information using the same command somewhere on the