From 52e949043ae6d6fd8d643232f2794e15a564a6a5 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Tue, 15 Aug 2017 17:33:04 -0700 Subject: Implement out of context stack unwinder (#13302) Implement out of context stack unwinder Decode the eh frame info found in the in-memory module image and pass it back to the remote libunwind8 to do the unwind. Added remote-unwind.cpp for all the out of context unwind code. Added an all managed threads option -all the "clrstack" (sos ClrStack). The IDebugDataTarget4 feature needs to be enabled for OS X. Add libunwind license notice to third party notices file. --- src/dlls/mscordac/mscordac_unixexports.src | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dlls/mscordac') diff --git a/src/dlls/mscordac/mscordac_unixexports.src b/src/dlls/mscordac/mscordac_unixexports.src index 5ec7bfe6ab..99ed375ce7 100644 --- a/src/dlls/mscordac/mscordac_unixexports.src +++ b/src/dlls/mscordac/mscordac_unixexports.src @@ -41,6 +41,7 @@ PAL__wcstoui64 PAL_wcstoul PAL_iswprint PAL_VirtualReserveFromExecutableMemoryAllocatorWithinRange +PAL_VirtualUnwindOutOfProc PAL_wcslen PAL_wcsncmp PAL_wcsrchr -- cgit v1.2.3