> .effmach x86
> .load wow64exts
> ~*k =@ebp @ebp @ebp
This particular "k" command is an ugly hack, but hey, "it works" :)
I am not sure why WinDBG doesn't support this more directly with their wow64 extensions, sure would have been nice...
Changing the instructions for generating dumps seems fine, I am not opposed to generating 32-bit dumps instead.
The downside of course is if the hang actually is in 64-bit code, then you now won't be able to diagnose it from the dump.
Note that I also have an
internal G+ post that talks about about wrangling the 32-bit parts out of a 64 bit dump.
Cheers.