|
|
.LM[O][F][L|P|I|V|X] - print MTEs
- can specify only pdd, vdd, ifs, EXE, or DLL
.m - print memory object info
How do I know what trapped?
- 1) dump out the dump in hex/ascii
- 2) ".m #CS:EIP"
- 3) .lmo and look for CS in SEL (16 bit) or, for 32 bit, look for vbase <
- EIP << vbase+vsize
What is another thread doing? Use ".ss" |
|
|