Can WinDbg use the IptTraceStream of a Minidump?
Domani Johannes
15
Reputation points
If I enable Intel Process Trace for a process, and then later create a minidump file for the same process with the MiniDumpWithIptTrace flag added in the MiniDumpWriteDump() call, I get an IptTraceStream in the minidump file. Presumably it contains the latest IPT data for each thread of the process at the time of the minidump creation, so I wonder if WinDbg can use this for time travel debugging of the last steps of each thread, as this could be very helpful in crashdump analysis. And if WinDbg can not do this, is there another program that can?
Sign in to answer