You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.114
Former-commit-id: 48b5c9fe44a9601c58e1ebb3fff2b1a50e94a508
This commit is contained in:
parent
f3eef79423
commit
5ee9b766e6
@ -114,6 +114,7 @@ namespace Mono.Debugger.Soft
|
||||
protected abstract int TransportReceive(byte[] buf, int buf_offset, int len);
|
||||
protected abstract int TransportSend(byte[] buf, int buf_offset, int len);
|
||||
protected abstract void TransportSetTimeouts(int send_timeout, int receive_timeout);
|
||||
protected abstract void TransportShutdown();
|
||||
public long[] Type_GetMethodsByNameFlags(long id, string name, int flags, bool ignoreCase) { throw null; }
|
||||
}
|
||||
public partial class CrashEvent : Mono.Debugger.Soft.Event
|
||||
|
Reference in New Issue
Block a user