2 files changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 |
| |
69 | 74 |
| |
70 | 75 |
| |
|
Submodule debugger-libs updated 57 files
- Directory.Build.props+7
- Mono.Debugger.Soft/Mono.Debugger.Soft.csproj+4-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/AssemblyMirror.cs+55-5
- Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs+264-110
- Mono.Debugger.Soft/Mono.Debugger.Soft/EncEvents.cs-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/EventRequest.cs+2-2
- Mono.Debugger.Soft/Mono.Debugger.Soft/Location.cs+5-2
- Mono.Debugger.Soft/Mono.Debugger.Soft/MethodMirror.cs+67-8
- Mono.Debugger.Soft/Mono.Debugger.Soft/ModuleMirror.cs+1-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/ObjectMirror.cs+9-4
- Mono.Debugger.Soft/Mono.Debugger.Soft/StackFrame.cs+6-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/StepEventRequest.cs+1-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/StructMirror.cs+10
- Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs+62-20
- Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs+17-3
- Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachineManager.cs+3-1
- Mono.Debugging.Soft/ArrayAdaptor.cs+37
- Mono.Debugging.Soft/DebugSymbolsManager.cs+299
- Mono.Debugging.Soft/Mono.Debugging.Soft.csproj+3-3
- Mono.Debugging.Soft/PortablePdbData.cs+75-1
- Mono.Debugging.Soft/SoftDebuggerAdaptor.cs+9-2
- Mono.Debugging.Soft/SoftDebuggerBacktrace.cs+85-8
- Mono.Debugging.Soft/SoftDebuggerSession.cs+347-243
- Mono.Debugging.Soft/nuget.config+7
- Mono.Debugging/Mono.Debugging.Client/Assembly.cs+133
- Mono.Debugging/Mono.Debugging.Client/AssemblyEventArgs.cs+11
- Mono.Debugging/Mono.Debugging.Client/Backtrace.cs+7
- Mono.Debugging/Mono.Debugging.Client/BreakEvent.cs+2-1
- Mono.Debugging/Mono.Debugging.Client/BreakEventInfo.cs+2
- Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs+3-1
- Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs+110-78
- Mono.Debugging/Mono.Debugging.Client/Catchpoint.cs+11
- Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs+136-122
- Mono.Debugging/Mono.Debugging.Client/DebuggerSessionOptions.cs+23-1
- Mono.Debugging/Mono.Debugging.Client/FunctionBreakpoint.cs+50-6
- Mono.Debugging/Mono.Debugging.Client/ProcessInfo.cs+10-2
- Mono.Debugging/Mono.Debugging.Client/SourceLink.cs+4-2
- Mono.Debugging/Mono.Debugging.Client/StackFrame.cs+24-4
- Mono.Debugging/Mono.Debugging.Evaluation/LambdaBodyOutputVisitor.cs+50-609
- Mono.Debugging/Mono.Debugging.Evaluation/NRefactoryExpressionEvaluator.cs+13-14
- Mono.Debugging/Mono.Debugging.Evaluation/NRefactoryExpressionEvaluatorVisitor.cs+364-824
- Mono.Debugging/Mono.Debugging.Evaluation/NRefactoryExpressionResolverVisitor.cs+34-40
- Mono.Debugging/Mono.Debugging.Evaluation/NRefactoryExtensions.cs+97-67
- Mono.Debugging/Mono.Debugging.Evaluation/RemoteFrameObject.cs+2-1
- Mono.Debugging/Mono.Debugging.csproj+9-7
- NuGet.config+1
- UnitTests/Mono.Debugging.Tests/Shared/AdvancedEvaluationTests.cs+1-1
- UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs+61-7
- UnitTests/Mono.Debugging.Tests/Shared/CodeCompletionTests.cs+1-1
- UnitTests/Mono.Debugging.Tests/Shared/DebugTests.cs+17-5
- UnitTests/Mono.Debugging.Tests/Shared/DebuggerSessionTests.cs+2-2
- UnitTests/Mono.Debugging.Tests/Shared/EvaluationTests.cs+1-1
- UnitTests/Mono.Debugging.Tests/Shared/StackFrameTests.cs+1-1
- UnitTests/MonoDevelop.Debugger.Tests.TestApp/BreakpointsAndStepping.cs+24
- UnitTests/MonoDevelop.Debugger.Tests.TestApp/Logging.cs+11
- UnitTests/MonoDevelop.Debugger.Tests.TestApp/MonoDevelop.Debugger.Tests.TestApp.csproj+1
- UnitTests/MonoDevelop.Debugger.Tests.TestAppCore/MonoDevelop.Debugger.Tests.TestAppCore.csproj+2-1
0 commit comments