You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@ -60,9 +60,6 @@ namespace System.Diagnostics {
|
||||
#pragma warning restore 649
|
||||
#endregion
|
||||
|
||||
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
||||
extern static int GetILOffsetFromFile (string path, int methodToken, uint methodIndex, int nativeOffset);
|
||||
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
extern static bool get_frame_info (int skip, bool needFileInfo, out MethodBase method,
|
||||
out int iloffset, out int native_offset,
|
||||
|
Reference in New Issue
Block a user