goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

fixed issue that top frame on stack gets thrown away #48

Closed alobmaier closed 8 years ago

alobmaier commented 8 years ago

when there was a managed frame at the top of the stack and no native one associated with, the frame could get thrown away, which would not be correct.