Can WinDbg use the IptTraceStream of a Minidump?

Domani Johannes 15 Reputation points
2024-02-11T15:33:40.5766667+00:00

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?

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.