Browse Source

Debugger Interop updated to Beta 2

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@94 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 21 years ago
parent
commit
f6ddb57440
  1. BIN
      src/AddIns/Misc/Debugger/Debugger.Core/RequiredLibraries/Debugger.Interop.dll
  2. BIN
      src/AddIns/Misc/Debugger/Debugger.Core/RequiredLibraries/Debugger.Interop.pdb
  3. 26
      src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/AssemblyInfo.il
  4. 4
      src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/DebuggerInterop.Core.il
  5. 2
      src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/make_cor.bat

BIN
src/AddIns/Misc/Debugger/Debugger.Core/RequiredLibraries/Debugger.Interop.dll

Binary file not shown.

BIN
src/AddIns/Misc/Debugger/Debugger.Core/RequiredLibraries/Debugger.Interop.pdb

Binary file not shown.

26
src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/AssemblyInfo.il

@ -2,20 +2,28 @@ @@ -2,20 +2,28 @@
// <owner name="David Srbecký" email="dsrbecky@post.cz"/>
// </file>
// Metadata version: v2.0.50215
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 1:0:5000:0
.ver 2:0:0:0
}
.assembly Debugger.Interop
{
.ver 1:0:0:0
.custom instance void [mscorlib]System.Runtime.InteropServices.ImportedFromTypeLibAttribute::.ctor(string) = ( 01 00 08 43 4F 52 44 42 4C 69 62 00 00 ) // ...CORDBLib..
.custom instance void [mscorlib]System.Runtime.InteropServices.GuidAttribute::.ctor(string) = ( 01 00 24 35 33 64 31 33 36 32 30 2D 66 34 31 37 // ..$53d13620-f417
2D 31 31 64 31 2D 39 37 36 32 2D 61 36 33 38 32 // -11d1-9762-a6382
36 61 34 66 32 35 35 00 00 ) // 6a4f255..
.custom instance void [mscorlib]System.Runtime.InteropServices.TypeLibVersionAttribute::.ctor(int32,
int32) = ( 01 00 01 00 00 00 00 00 00 00 00 00 )
.hash algorithm 0x00008004
.ver 2:0:0:0
}
.module Debugger.Interop
// MVID: {D99DDAB7-C9D5-462D-9019-F632E9BAF060}
.module CORDBLib.dll
// MVID: {0F507CC5-B630-4DED-BC39-27191862A333}
.imagebase 0x00400000
.subsystem 0x00000003
.file alignment 4096
.corflags 0x00000001
.file alignment 0x00001000
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x00000001 // ILONLY
// Image base: 0x00F30000

4
src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/DebuggerInterop.Core.il

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
// Microsoft (R) .NET Framework IL Disassembler. Version 2.0.41115.19
// Microsoft (R) .NET Framework IL Disassembler. Version 2.0.50215.44
// Copyright (C) Microsoft Corporation. All rights reserved.
@ -3017,6 +3017,7 @@ @@ -3017,6 +3017,7 @@
.field public static literal valuetype DebuggerInterop.Core.CorDebugInternalFrameType STUBFRAME_APPDOMAIN_TRANSITION = int32(0x00000003)
.field public static literal valuetype DebuggerInterop.Core.CorDebugInternalFrameType STUBFRAME_LIGHTWEIGHT_FUNCTION = int32(0x00000004)
.field public static literal valuetype DebuggerInterop.Core.CorDebugInternalFrameType STUBFRAME_FUNC_EVAL = int32(0x00000005)
.field public static literal valuetype DebuggerInterop.Core.CorDebugInternalFrameType STUBFRAME_INTERNALCALL = int32(0x00000006)
} // end of class DebuggerInterop.Core.CorDebugInternalFrameType
.class interface public abstract auto ansi import DebuggerInterop.Core.ICorDebugNativeFrame
@ -3344,7 +3345,6 @@ @@ -3344,7 +3345,6 @@
extends [mscorlib]System.Enum
{
.field public specialname rtspecialname int32 value__
.field public static literal valuetype DebuggerInterop.Core.CorDebugMDAFlags MDA_FLAG_SEVERE = int32(0x00000001)
.field public static literal valuetype DebuggerInterop.Core.CorDebugMDAFlags MDA_FLAG_SLIP = int32(0x00000002)
} // end of class DebuggerInterop.Core.CorDebugMDAFlags

2
src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/make_cor.bat

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
tlbimp cordebug.tlb /out:DebuggerInterop.Core.dll /namespace:DebuggerInterop.Core
ildasm DebuggerInterop.Core.dll /OUT=DebuggerInterop.Core.il
Loading…
Cancel
Save