You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
parent
92747312ea
commit
0b380204a4
@@ -1 +1 @@
|
||||
3e8933930502d0d8ded2c9654341153068d92d73
|
||||
e52ae1321cb12d23e3b585c7556602edad61b435
|
@@ -1 +1 @@
|
||||
ed1414ca828ee9519a6607ede29370c74a68f69b
|
||||
2c9ad44ed0aa5722e9ba1a8610b6b7dfa4c7dfc0
|
@@ -2,12 +2,12 @@
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("0.11.0.0")]
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("0.11.1.0")]
|
||||
[assembly:System.CLSCompliantAttribute(false)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.0")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.1.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.1.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
|
@@ -1 +1 @@
|
||||
7d65de02df2ecf34d5528debc47da5e04ca08c3c
|
||||
d885583bf5126fa7cef592508f257eead32e1fd6
|
@@ -103,6 +103,7 @@ namespace Mono.Debugger.Soft
|
||||
{
|
||||
internal CommandException() { }
|
||||
public Mono.Debugger.Soft.ErrorCode ErrorCode { get { throw null; } set { } }
|
||||
public string ErrorMessage { get { throw null; } }
|
||||
}
|
||||
public abstract partial class Connection
|
||||
{
|
||||
@@ -174,6 +175,7 @@ namespace Mono.Debugger.Soft
|
||||
{
|
||||
public ErrorHandlerEventArgs() { }
|
||||
public Mono.Debugger.Soft.ErrorCode ErrorCode { get { throw null; } set { } }
|
||||
public string ErrorMessage { get { throw null; } set { } }
|
||||
}
|
||||
public abstract partial class Event
|
||||
{
|
||||
@@ -204,6 +206,7 @@ namespace Mono.Debugger.Soft
|
||||
protected void CheckMirror(Mono.Debugger.Soft.VirtualMachine vm, Mono.Debugger.Soft.Mirror m) { }
|
||||
public void Disable() { }
|
||||
public virtual void Enable() { }
|
||||
public int GetId() { throw null; }
|
||||
protected void SetEnabled(int id) { }
|
||||
}
|
||||
public partial class EventSet
|
||||
|
@@ -1 +1 @@
|
||||
971ec0433e2549af734d0be493c45056564c2b41
|
||||
d227de624686ae491802de93462fadfaf51e3d05
|
@@ -1 +1 @@
|
||||
d22c0752cbf3a18e72df8083ab5354f346c648f8
|
||||
f335934c8d138cba6480252052ba3f3ea71d10fc
|
Reference in New Issue
Block a user