summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-08-07 16:55:21 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit4143a9c607a387d16ffa724e37596501bb7e22f2 (patch)
treebf5bc9e8e5537546f6fad81fe1ce610514085aad /src/inc
parente467645dbefa58e144a42c3b742cee859b68d55d (diff)
downloadcoreclr-4143a9c607a387d16ffa724e37596501bb7e22f2.tar.gz
coreclr-4143a9c607a387d16ffa724e37596501bb7e22f2.tar.bz2
coreclr-4143a9c607a387d16ffa724e37596501bb7e22f2.zip
Turn GarbageCollection events off by default and allow VS turning them on
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index 63adbb79f3..32ec5039ce 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -3271,6 +3271,7 @@ interface ICorDebugProcess8 : IUnknown
interface ICorDebugProcess10 : IUnknown
{
HRESULT GetContainingObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugObjectValue** ppContainingObject);
+ HRESULT EnableGCNotificationEvents(BOOL fEnable);
}
// Event types MODULE_LOADED and MODULE_UNLOADED implement this interface