summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorTom McDonald <tommcdon@microsoft.com>2018-05-16 19:20:06 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit4e9171f9c0f718464e3a62614377100f3abae1c8 (patch)
tree2f00e682fc2674505c601395278391cf0e40b487 /src/inc
parent6fff658c9cd28e4c8c893596a34a1910099c4d70 (diff)
downloadcoreclr-4e9171f9c0f718464e3a62614377100f3abae1c8.tar.gz
coreclr-4e9171f9c0f718464e3a62614377100f3abae1c8.tar.bz2
coreclr-4e9171f9c0f718464e3a62614377100f3abae1c8.zip
Pass databreakpoint mask into debugger
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 61fe60d458..dfba621ce5 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -1361,7 +1361,7 @@ interface ICorDebugManagedCallback4 : IUnknown
{
HRESULT BeforeGarbageCollection([in] ICorDebugProcess* pProcess);
HRESULT AfterGarbageCollection([in] ICorDebugProcess* pProcess);
- HRESULT DataBreakpoint([in] ICorDebugProcess* pProcess);
+ HRESULT DataBreakpoint([in] ICorDebugProcess* pProcess, [in] ICorDebugThread* pThread, [in] ULONG64 dataBreakpointMask);
}