rrt/tools/winedbg_auto_load_crash.cmd

7 lines
148 B
Batchfile
Raw Permalink Normal View History

cont
info reg
print/x *(unsigned int*)($esp)
print/x *(unsigned int*)($esp+4)
print/x *(unsigned int*)($esp+8)
print/x *(unsigned int*)($esp+12)
bt