From 96bc8982a85f8247ee4292eb9a34109339a27711 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Mon, 23 Sep 2019 15:22:48 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/16825 to API snapshot --- profiles/net_4_x/Mono.Debugger.Soft.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/net_4_x/Mono.Debugger.Soft.cs b/profiles/net_4_x/Mono.Debugger.Soft.cs index 7cbde41..7d8eced 100644 --- a/profiles/net_4_x/Mono.Debugger.Soft.cs +++ b/profiles/net_4_x/Mono.Debugger.Soft.cs @@ -836,6 +836,7 @@ namespace Mono.Debugger.Soft public Mono.Debugger.Soft.EnumMirror CreateEnumMirror(Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.PrimitiveValue value) { throw null; } public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type) { throw null; } public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught) { throw null; } + public Mono.Debugger.Soft.ExceptionEventRequest CreateExceptionRequest(Mono.Debugger.Soft.TypeMirror exc_type, bool caught, bool uncaught, bool everything_else) { throw null; } public Mono.Debugger.Soft.MethodEntryEventRequest CreateMethodEntryRequest() { throw null; } public Mono.Debugger.Soft.MethodExitEventRequest CreateMethodExitRequest() { throw null; } public Mono.Debugger.Soft.StepEventRequest CreateStepRequest(Mono.Debugger.Soft.ThreadMirror thread) { throw null; } -- cgit v1.2.3