summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorAndrew Au <“andrewau@microsoft.com>2018-06-29 15:54:12 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit8fc1cb2b537845ce9f59e7cd422ba01bc2d3011c (patch)
tree00439e4b27b938689bd2d871f5ca49630a05bdfc /src/inc
parent20b1e6c0ec19c90f67fb08e1f655e58871302a2d (diff)
downloadcoreclr-8fc1cb2b537845ce9f59e7cd422ba01bc2d3011c.tar.gz
coreclr-8fc1cb2b537845ce9f59e7cd422ba01bc2d3011c.tar.bz2
coreclr-8fc1cb2b537845ce9f59e7cd422ba01bc2d3011c.zip
Eliminate dataBreakpointMask from ICorDebug
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index b275b69e33..d7c2853efd 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -1363,7 +1363,7 @@ interface ICorDebugManagedCallback4 : IUnknown
// TODO, databp, measure performance to see if these events need to be switched.
HRESULT BeforeGarbageCollection([in] ICorDebugProcess* pProcess);
HRESULT AfterGarbageCollection([in] ICorDebugProcess* pProcess);
- HRESULT DataBreakpoint([in] ICorDebugProcess* pProcess, [in] ICorDebugThread* pThread, [in] ULONG64 dataBreakpointMask);
+ HRESULT DataBreakpoint([in] ICorDebugProcess* pProcess, [in] ICorDebugThread* pThread);
}