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-05-19 03:43:10 +0300
committerAndrew Au <andrewau@microsoft.com>2017-05-19 03:43:10 +0300
commit3dfdee07d87a6d2bef24b66a1a033fa53eb3318f (patch)
tree54949ee037f8cff6737e54b1dd58b633d836913c /src/Native/Runtime/DebuggerHook.h
parente0f9230083afc469a93a77668cab37ec3e36da46 (diff)
Debugger Support
[tfs-changeset: 1658843]
Diffstat (limited to 'src/Native/Runtime/DebuggerHook.h')
-rw-r--r--src/Native/Runtime/DebuggerHook.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/DebuggerHook.h b/src/Native/Runtime/DebuggerHook.h
index fb8d0090c..feb1d3e24 100644
--- a/src/Native/Runtime/DebuggerHook.h
+++ b/src/Native/Runtime/DebuggerHook.h
@@ -21,6 +21,7 @@ struct DebuggerProtectedBufferList
{
UInt64 address;
UInt16 size;
+ UInt32 identifier;
struct DebuggerProtectedBufferList* next;
};