Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2017-06-02 00:46:49 +0300
committerAndrew Au <andrewau@microsoft.com>2017-06-02 00:46:49 +0300
commit7140cdcbd4ba264b23c9c08dc21ec7b039d0090f (patch)
treefb218c1482a3fa62ae6615b6c392e88715c199dc /src/Native/Runtime/DebuggerHook.h
parent19b3567b9517ac153f7c73d336007b2d0e27f267 (diff)
Debugger Support
[tfs-changeset: 1660378]
Diffstat (limited to 'src/Native/Runtime/DebuggerHook.h')
-rw-r--r--src/Native/Runtime/DebuggerHook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/DebuggerHook.h b/src/Native/Runtime/DebuggerHook.h
index 09c9db1ba..c64ff8b0c 100644
--- a/src/Native/Runtime/DebuggerHook.h
+++ b/src/Native/Runtime/DebuggerHook.h
@@ -39,12 +39,12 @@ public:
static void OnBeforeGcCollection();
static UInt32 RecordDebuggeeInitiatedHandle(void* handle);
static DebuggerProtectedBufferList* s_debuggerProtectedBuffers;
+ static DebuggerOwnedHandleList* s_debuggerOwnedHandleList;
private:
static void EnsureConservativeReporting(GcProtectionRequest* request);
static void RemoveConservativeReporting(GcProtectionRequest* request);
static void RemoveHandle(GcProtectionRequest* request);
static UInt32 s_debuggeeInitiatedHandleIdentifier;
- static DebuggerOwnedHandleList* s_debuggerOwnedHandleList;
};
#endif //!DACCESS_COMPILE