summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-02-09 09:40:42 -0800
committerJan Kotas <jkotas@microsoft.com>2018-02-09 09:40:42 -0800
commita3dc83e91bbba4413f20fbaf3072c167a79224cc (patch)
tree5e599a15d173ad0c44d7fcb39bf07f19e4a011a3 /src/inc
parent2afd62a9b8356d8cd22efd611d4cf5a2677d0c85 (diff)
downloadcoreclr-a3dc83e91bbba4413f20fbaf3072c167a79224cc.tar.gz
coreclr-a3dc83e91bbba4413f20fbaf3072c167a79224cc.tar.bz2
coreclr-a3dc83e91bbba4413f20fbaf3072c167a79224cc.zip
Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"
This reverts commit 3d689d00843618105e735c5647e1cb64e721a333.
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