You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore E_NOTIMPL fallback in DacDbiInterfaceImpl::GetContext (#128499)
On platforms where ICorDebugDataTarget::GetThreadContext returns
E_NOTIMPL, restore the fallback that walks the thread's Frame chain to
reconstruct a register context from REGDISPLAY. This is needed for
managed debugging stack walks on non-Windows platforms.
The fallback was removed in 5391e9e.
Found using internal Visual Studio testing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments