summaryrefslogtreecommitdiff
path: root/src/debug/inc/coreclrremotedebugginginterfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/inc/coreclrremotedebugginginterfaces.h')
-rw-r--r--src/debug/inc/coreclrremotedebugginginterfaces.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/debug/inc/coreclrremotedebugginginterfaces.h b/src/debug/inc/coreclrremotedebugginginterfaces.h
new file mode 100644
index 0000000000..ac7ddb68ab
--- /dev/null
+++ b/src/debug/inc/coreclrremotedebugginginterfaces.h
@@ -0,0 +1,20 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+
+//
+// Defines interfaces shared between mscordbi and the Visual Studio debugger port supplier plugin that we
+// provide for debugging remote CoreCLR instances on the Mac.
+//
+
+#ifndef __PORT_SUPPLIER_INTERFACES_INCLUDED
+#define __PORT_SUPPLIER_INTERFACES_INCLUDED
+
+
+
+
+class ICoreClrDebugTarget;
+
+
+#endif // __PORT_SUPPLIER_INTERFACES_INCLUDED