From 8fc1cb2b537845ce9f59e7cd422ba01bc2d3011c Mon Sep 17 00:00:00 2001 From: Andrew Au <“andrewau@microsoft.com> Date: Fri, 29 Jun 2018 15:54:12 -0700 Subject: Eliminate dataBreakpointMask from ICorDebug --- src/inc/cordebug.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inc') 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); } -- cgit v1.2.3