summaryrefslogtreecommitdiff
path: root/src/debug/di/rsmain.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-08 21:12:57 -0800
committerJan Kotas <jkotas@microsoft.com>2018-11-08 21:13:54 -0800
commit592bc01e8da6bb4f692b3b090a3c82d415a3b7d7 (patch)
treeb76251d1ee822540d5cd19933ef937178704fcb6 /src/debug/di/rsmain.cpp
parent9f41ff9d20c66a4b4fa8c273059085b8a8036343 (diff)
downloadcoreclr-592bc01e8da6bb4f692b3b090a3c82d415a3b7d7.tar.gz
coreclr-592bc01e8da6bb4f692b3b090a3c82d415a3b7d7.tar.bz2
coreclr-592bc01e8da6bb4f692b3b090a3c82d415a3b7d7.zip
Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"
This reverts commit 9dd2a3688320fa197a3a2a412523416f10e7fa3b.
Diffstat (limited to 'src/debug/di/rsmain.cpp')
-rw-r--r--src/debug/di/rsmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/di/rsmain.cpp b/src/debug/di/rsmain.cpp
index 750cb1d8ee..8f26de0aea 100644
--- a/src/debug/di/rsmain.cpp
+++ b/src/debug/di/rsmain.cpp
@@ -870,7 +870,7 @@ namespace
virtual ULONG STDMETHODCALLTYPE Release();
COM_METHOD BeforeGarbageCollection(ICorDebugProcess* pProcess);
COM_METHOD AfterGarbageCollection(ICorDebugProcess* pProcess);
- COM_METHOD DataBreakpoint(ICorDebugProcess* pProcess, ICorDebugThread* pThread, BYTE* pContext, ULONG32 contextSize);
+ COM_METHOD DataBreakpoint(ICorDebugProcess* pProcess, ICorDebugThread* pThread);
private:
// not implemented
DefaultManagedCallback4(const DefaultManagedCallback4&);
@@ -944,7 +944,7 @@ namespace
}
HRESULT
- DefaultManagedCallback4::DataBreakpoint(ICorDebugProcess* pProcess, ICorDebugThread* pThread, BYTE* pContext, ULONG32 contextSize)
+ DefaultManagedCallback4::DataBreakpoint(ICorDebugProcess* pProcess, ICorDebugThread* pThread)
{
//
// Just ignore and continue the process.