Imported Upstream version 6.6.0.114

Former-commit-id: 48b5c9fe44a9601c58e1ebb3fff2b1a50e94a508
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-10-07 08:58:42 +00:00
parent f3eef79423
commit 5ee9b766e6
48 changed files with 56 additions and 44 deletions

View File

@ -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