summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index d556ebc7cc..093b893dbc 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -5427,23 +5427,6 @@ interface ICorDebugFunction3 : IUnknown
};
/*
-ICorDebugFunction4 is a logical extension to ICorDebugFunction.
-*/
-[
- object,
- local,
- uuid(72965963-34fd-46e9-9434-b817fe6e7f43),
- pointer_default(unique)
-]
-interface ICorDebugFunction4 : IUnknown
-{
- /*
- * Sets a breakpoint at offset 0 of any current or future jitted methods.
- */
- HRESULT CreateNativeBreakpoint(ICorDebugFunctionBreakpoint **ppBreakpoint);
-};
-
-/*
ICorDebugCode represents an IL or native code blob.
For methods that take offsets, the units are the same as the units on the CordbCode object.
@@ -5695,6 +5678,7 @@ interface ICorDebugILCode2 : IUnknown
[out, size_is(cMap), length_is(*pcMap)] COR_IL_MAP map[]);
}
+
/*
ICorDebugClass represents a Class (mdTypeDef) in the IL image.
For generic types, it represents the generic type definition (eg. List<T>) not any of