summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-05-22 16:00:11 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commita00a15f6ab923ef9bfee8334f241f8163359316b (patch)
tree80db61630d49e8ee83439a8ae7e95e214092b5f4 /src/inc
parentc5a69820e866fff47c9f415d872112c58f17a717 (diff)
downloadcoreclr-a00a15f6ab923ef9bfee8334f241f8163359316b.tar.gz
coreclr-a00a15f6ab923ef9bfee8334f241f8163359316b.tar.bz2
coreclr-a00a15f6ab923ef9bfee8334f241f8163359316b.zip
Making sure issues are tracked by TODOs
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index e016ad2773..b275b69e33 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -1359,6 +1359,8 @@ interface ICorDebugManagedCallback3 : IUnknown
interface ICorDebugManagedCallback4 : IUnknown
{
+ // TODO, databp, these public APIs need to be commented.
+ // 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);