Stack Trace Collection (Predicate)

Sometimes we need to narrow general stack trace collection to a few threads that satisfy some predicate13, for example, all threads with kernel time spent greater than some value, or all suspended threads, or all threads that wait for a specific synchronization object type. This can be implemented using WinDbg scripts (page 32) and / or debugger extensions.


13 http://en.wikipedia.org/wiki/Predicate_(mathematical_logic)

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset