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-15 21:07:48 +0300
committerAndrew Au <andrewau@microsoft.com>2017-06-15 21:07:48 +0300
commit34b00937c6c83185d3f3512df2b71d777263f3b4 (patch)
tree5e4c9b86627266158e0c9bc66afb934f1c3bcd99 /src/Native/Runtime/gcrhinterface.h
parent3805f6558511e79f9367723147f1aeff1be4cc20 (diff)
Debugger Support
[tfs-changeset: 1661846]
Diffstat (limited to 'src/Native/Runtime/gcrhinterface.h')
-rw-r--r--src/Native/Runtime/gcrhinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Native/Runtime/gcrhinterface.h b/src/Native/Runtime/gcrhinterface.h
index dfcd00939..2cea66073 100644
--- a/src/Native/Runtime/gcrhinterface.h
+++ b/src/Native/Runtime/gcrhinterface.h
@@ -158,7 +158,8 @@ public:
static void SetLastAllocEEType(EEType *pEEType);
// Used by debugger hook
- static void DestroyTypedHandle(void * handle);
+ static void* CreateTypedHandle(void* object, int type);
+ static void DestroyTypedHandle(void* handle);
private:
// The EEType for the last allocation. This value is used inside of the GC allocator