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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2017-08-02 00:33:19 +0300
committerMartin Baulig <mabaul@microsoft.com>2017-08-02 01:11:40 +0300
commitdb8d45b66d71b9d7798b832cf66fc811a855fd6f (patch)
tree37ef1e9d8406ded20e3fd901054cfb85b6567219 /tools
parente0b279ec618ca2a48f45267768df6c57cfceee72 (diff)
[offset-tool]: Add MonoProfilerCallContext to MonoAotOffsetsDumper.
Diffstat (limited to 'tools')
-rw-r--r--tools/offsets-tool/MonoAotOffsetsDumper.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/offsets-tool/MonoAotOffsetsDumper.cs b/tools/offsets-tool/MonoAotOffsetsDumper.cs
index 199b974559e..dc474a2e0d8 100644
--- a/tools/offsets-tool/MonoAotOffsetsDumper.cs
+++ b/tools/offsets-tool/MonoAotOffsetsDumper.cs
@@ -787,7 +787,8 @@ namespace CppSharp
"MonoTypedRef",
"MonoThreadsSync",
"SgenThreadInfo",
- "SgenClientThreadInfo"
+ "SgenClientThreadInfo",
+ "MonoProfilerCallContext"
};
DumpClasses(writer, ctx, types);