summaryrefslogtreecommitdiff
path: root/src/debug/di/shimdatatarget.h
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-12-03 16:24:46 -0800
committerMike McLaughlin <mikem@microsoft.com>2015-12-07 14:38:29 -0800
commit25369d2f68b7cd0c10b518350edfdf3251be8d68 (patch)
treeef04481d7408a73c54373b2ef700d2b2f605fe6e /src/debug/di/shimdatatarget.h
parent9803ebe310d251a22499897a71fcda4407a2e468 (diff)
downloadcoreclr-25369d2f68b7cd0c10b518350edfdf3251be8d68.tar.gz
coreclr-25369d2f68b7cd0c10b518350edfdf3251be8d68.tar.bz2
coreclr-25369d2f68b7cd0c10b518350edfdf3251be8d68.zip
Add new IPC message for out of context unwinding used for HelperMethodFrames.
Diffstat (limited to 'src/debug/di/shimdatatarget.h')
-rw-r--r--src/debug/di/shimdatatarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug/di/shimdatatarget.h b/src/debug/di/shimdatatarget.h
index 145b30cde1..64da7e9ef5 100644
--- a/src/debug/di/shimdatatarget.h
+++ b/src/debug/di/shimdatatarget.h
@@ -90,7 +90,8 @@ public:
//
// Unwind to the next stack frame
- virtual HRESULT STDMETHODCALLTYPE VirtualUnwind(DWORD threadId, ULONG32 contextSize, PBYTE context);
+ virtual HRESULT STDMETHODCALLTYPE VirtualUnwind(
+ DWORD threadId, ULONG32 contextSize, PBYTE context) = 0;
protected:
// Pid of the target process.