This repository was archived by the owner on Nov 11, 2024. It is now read-only.
5 files changed
+6
-4
lines changed+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
| |||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
163 |
| - | |
| 164 | + | |
164 | 165 |
| |
165 | 166 |
| |
166 | 167 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
|
Submodule cecil updated from cd2ff63 to bd98f21
Submodule debugger-libs updated 45 files
- .gitignore+1
- Mono.Debugger.Soft/Mono.Debugger.Soft.csproj+4
- Mono.Debugger.Soft/Mono.Debugger.Soft.nuspec+20
- Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs+40-3
- Mono.Debugger.Soft/Mono.Debugger.Soft/IInvocableMethodOwnerMirror.cs+20
- Mono.Debugger.Soft/Mono.Debugger.Soft/InvocationsAPI.cs+367
- Mono.Debugger.Soft/Mono.Debugger.Soft/LocalScope.cs+35
- Mono.Debugger.Soft/Mono.Debugger.Soft/MethodMirror.cs+14
- Mono.Debugger.Soft/Mono.Debugger.Soft/ObjectMirror.cs+4-333
- Mono.Debugger.Soft/Mono.Debugger.Soft/PrimitiveValue.cs+8-23
- Mono.Debugger.Soft/Mono.Debugger.Soft/StackFrame.cs+9
- Mono.Debugger.Soft/Mono.Debugger.Soft/StructMirror.cs+5-60
- Mono.Debugger.Soft/Mono.Debugger.Soft/ThreadMirror.cs+8-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs+11-45
- Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs+10-4
- Mono.Debugging.Soft/Mono.Debugging.Soft.csproj+1
- Mono.Debugging.Soft/Mono.Debugging.Soft.nuspec+22
- Mono.Debugging.Soft/SoftDebuggerAdaptor.cs+96-107
- Mono.Debugging.Soft/SoftDebuggerSession.cs+127-56
- Mono.Debugging.Soft/SoftEvaluationContext.cs+6-1
- Mono.Debugging.Soft/ThisValueReference.cs+4-1
- Mono.Debugging.settings+23
- Mono.Debugging/Mono.Debugging.Client/Backtrace.cs+10-5
- Mono.Debugging/Mono.Debugging.Client/BreakEvent.cs+6-6
- Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs+24-12
- Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs+4-4
- Mono.Debugging/Mono.Debugging.Client/Catchpoint.cs+3-3
- Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs+34-10
- Mono.Debugging/Mono.Debugging.Client/DebuggerStartInfo.cs+12
- Mono.Debugging/Mono.Debugging.Client/EvaluationOptions.cs+56-19
- Mono.Debugging/Mono.Debugging.Client/ExceptionInfo.cs+32-8
- Mono.Debugging/Mono.Debugging.Client/FunctionBreakpoint.cs+3-3
- Mono.Debugging/Mono.Debugging.Client/ObjectValue.cs+11-4
- Mono.Debugging/Mono.Debugging.Client/ObjectValueFlags.cs+1
- Mono.Debugging/Mono.Debugging.Client/StackFrame.cs+52
- Mono.Debugging/Mono.Debugging.Client/ThreadInfo.cs+1-1
- Mono.Debugging/Mono.Debugging.Evaluation/ArrayElementGroup.cs+1-1
- Mono.Debugging/Mono.Debugging.Evaluation/ExceptionInfoSource.cs+37-10
- Mono.Debugging/Mono.Debugging.Evaluation/NRefactoryExpressionEvaluatorVisitor.cs+6-2
- Mono.Debugging/Mono.Debugging.Evaluation/ObjectValueAdaptor.cs+1-1
- Mono.Debugging/Mono.Debugging.Evaluation/ValueReference.cs+1-1
- Mono.Debugging/Mono.Debugging.csproj+1
- Mono.Debugging/Mono.Debugging.nuspec+20
- UnitTests/UnitTests/UnitTests.csproj+5-2
- UnitTests/UnitTests/packages.config+4
Submodule nrefactory updated 15 files
- .travis.yml+1
- ICSharpCode.NRefactory.CSharp/Ast/AstType.cs+9-1
- ICSharpCode.NRefactory.CSharp/Ast/ComposedType.cs+32-3
- ICSharpCode.NRefactory.CSharp/OutputVisitor/CSharpOutputVisitor.cs+75-46
- ICSharpCode.NRefactory.CSharp/OutputVisitor/InsertParenthesesVisitor.cs+11-1
- ICSharpCode.NRefactory.CSharp/Parser/mcs/cs-tokenizer.cs-1
- ICSharpCode.NRefactory.CSharp/Refactoring/TypeGuessing.cs+2
- ICSharpCode.NRefactory.CSharp/Refactoring/TypeSystemAstBuilder.cs+11-1
- ICSharpCode.NRefactory.CSharp/Resolver/ResolveVisitor.cs+3
- ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ConvertWhileToDoWhileLoopTests.cs+1-2
- ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ExtractMethodTests.cs+2-2
- ICSharpCode.NRefactory.Tests/CSharp/CodeIssues/AutoAsyncTests.cs+2-3
- ICSharpCode.NRefactory.Tests/CSharp/InsertParenthesesVisitorTests.cs+1-1
- ICSharpCode.NRefactory/TypeSystem/TypeSystemExtensions.cs+2
- README+15-4
0 commit comments