Browse Source

Code from DebuggerInterop moved to Interop

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@695 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 20 years ago
parent
commit
5c439cd41b
  1. 190
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj
  2. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/COR_DEBUG_STEP_RANGE.cs
  3. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebug.cs
  4. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugChainReason.cs
  5. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugClass.cs
  6. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugCreateProcessFlags.cs
  7. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionCallbackType.cs
  8. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionUnwindCallbackType.cs
  9. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugHandleType.cs
  10. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugIntercept.cs
  11. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugInternalFrameType.cs
  12. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMDAFlags.cs
  13. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMappingResult.cs
  14. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugRegister.cs
  15. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugStepReason.cs
  16. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugThreadState.cs
  17. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUnmappedStop.cs
  18. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUserState.cs
  19. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebug.cs
  20. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebugClass.cs
  21. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebug.cs
  22. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain.cs
  23. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain2.cs
  24. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomainEnum.cs
  25. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugArrayValue.cs
  26. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssembly.cs
  27. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssemblyEnum.cs
  28. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBoxValue.cs
  29. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpoint.cs
  30. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpointEnum.cs
  31. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChain.cs
  32. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChainEnum.cs
  33. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass.cs
  34. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass2.cs
  35. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCode.cs
  36. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCodeEnum.cs
  37. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugContext.cs
  38. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugController.cs
  39. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEditAndContinueSnapshot.cs
  40. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEnum.cs
  41. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugErrorInfoEnum.cs
  42. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval.cs
  43. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval2.cs
  44. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrame.cs
  45. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrameEnum.cs
  46. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction.cs
  47. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction2.cs
  48. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunctionBreakpoint.cs
  49. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugGenericValue.cs
  50. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHandleValue.cs
  51. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue.cs
  52. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue2.cs
  53. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame.cs
  54. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame2.cs
  55. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugInternalFrame.cs
  56. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugMDA.cs
  57. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback.cs
  58. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback2.cs
  59. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule.cs
  60. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule2.cs
  61. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleBreakpoint.cs
  62. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleEnum.cs
  63. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugNativeFrame.cs
  64. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectEnum.cs
  65. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue.cs
  66. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue2.cs
  67. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess.cs
  68. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess2.cs
  69. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcessEnum.cs
  70. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugReferenceValue.cs
  71. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugRegisterSet.cs
  72. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper.cs
  73. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper2.cs
  74. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepperEnum.cs
  75. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStringValue.cs
  76. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread.cs
  77. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread2.cs
  78. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThreadEnum.cs
  79. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugType.cs
  80. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugTypeEnum.cs
  81. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugUnmanagedCallback.cs
  82. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue.cs
  83. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue2.cs
  84. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueBreakpoint.cs
  85. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueEnum.cs
  86. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ISequentialStream.cs
  87. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/IStream.cs
  88. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_IL_MAP.cs
  89. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_VERSION.cs
  90. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_FILETIME.cs
  91. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_LARGE_INTEGER.cs
  92. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_SECURITY_ATTRIBUTES.cs
  93. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_ULARGE_INTEGER.cs
  94. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/tagSTATSTG.cs
  95. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/MetaData/COR_FIELD_OFFSET.cs
  96. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/MetaData/IMetaDataImport.cs

190
src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj

@ -107,102 +107,102 @@ @@ -107,102 +107,102 @@
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\EventForwarder.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\PrivateEventHandlersClientChannelSink.cs" />
<Compile Include="Src\Debugger\NDebugger-StateControl.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebug.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugChainReason.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugClass.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugCreateProcessFlags.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugExceptionCallbackType.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugExceptionUnwindCallbackType.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugHandleType.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugIntercept.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugInternalFrameType.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugMappingResult.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugMDAFlags.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugRegister.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugStepReason.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugThreadState.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugUnmappedStop.cs" />
<Compile Include="Src\DebuggerInterop\Core\CorDebugUserState.cs" />
<Compile Include="Src\DebuggerInterop\Core\COR_DEBUG_STEP_RANGE.cs" />
<Compile Include="Src\DebuggerInterop\Core\EmbeddedCLRCorDebug.cs" />
<Compile Include="Src\DebuggerInterop\Core\EmbeddedCLRCorDebugClass.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebug.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugAppDomain.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugAppDomain2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugAppDomainEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugArrayValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugAssembly.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugAssemblyEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugBoxValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugBreakpoint.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugBreakpointEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugChain.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugChainEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugClass.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugClass2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugCode.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugCodeEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugContext.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugController.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugEditAndContinueSnapshot.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugErrorInfoEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugEval.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugEval2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugFrame.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugFrameEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugFunction.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugFunction2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugFunctionBreakpoint.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugGenericValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugHandleValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugHeapValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugHeapValue2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugILFrame.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugILFrame2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugInternalFrame.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugManagedCallback.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugManagedCallback2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugMDA.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugModule.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugModule2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugModuleBreakpoint.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugModuleEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugNativeFrame.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugObjectEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugObjectValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugObjectValue2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugProcess.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugProcess2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugProcessEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugReferenceValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugRegisterSet.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugStepper.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugStepper2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugStepperEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugStringValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugThread.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugThread2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugThreadEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugType.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugTypeEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugUnmanagedCallback.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugValue.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugValue2.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugValueBreakpoint.cs" />
<Compile Include="Src\DebuggerInterop\Core\ICorDebugValueEnum.cs" />
<Compile Include="Src\DebuggerInterop\Core\ISequentialStream.cs" />
<Compile Include="Src\DebuggerInterop\Core\IStream.cs" />
<Compile Include="Src\DebuggerInterop\Core\tagSTATSTG.cs" />
<Compile Include="Src\DebuggerInterop\Core\_COR_IL_MAP.cs" />
<Compile Include="Src\DebuggerInterop\Core\_COR_VERSION.cs" />
<Compile Include="Src\DebuggerInterop\Core\_FILETIME.cs" />
<Compile Include="Src\DebuggerInterop\Core\_LARGE_INTEGER.cs" />
<Compile Include="Src\DebuggerInterop\Core\_SECURITY_ATTRIBUTES.cs" />
<Compile Include="Src\DebuggerInterop\Core\_ULARGE_INTEGER.cs" />
<Compile Include="Src\DebuggerInterop\MetaData\COR_FIELD_OFFSET.cs" />
<Compile Include="Src\DebuggerInterop\MetaData\IMetaDataImport.cs" />
<Compile Include="Src\Variables\UnavailableVariable.cs" />
<Compile Include="Src\Interop\CorDebug\_COR_IL_MAP.cs" />
<Compile Include="Src\Interop\CorDebug\_COR_VERSION.cs" />
<Compile Include="Src\Interop\CorDebug\_FILETIME.cs" />
<Compile Include="Src\Interop\CorDebug\_LARGE_INTEGER.cs" />
<Compile Include="Src\Interop\CorDebug\_SECURITY_ATTRIBUTES.cs" />
<Compile Include="Src\Interop\CorDebug\_ULARGE_INTEGER.cs" />
<Compile Include="Src\Interop\CorDebug\COR_DEBUG_STEP_RANGE.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebug.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugClass.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugCreateProcessFlags.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugExceptionCallbackType.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugExceptionUnwindCallbackType.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugHandleType.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugChainReason.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugIntercept.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugInternalFrameType.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugMappingResult.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugMDAFlags.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugRegister.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugStepReason.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugThreadState.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugUnmappedStop.cs" />
<Compile Include="Src\Interop\CorDebug\CorDebugUserState.cs" />
<Compile Include="Src\Interop\CorDebug\EmbeddedCLRCorDebug.cs" />
<Compile Include="Src\Interop\CorDebug\EmbeddedCLRCorDebugClass.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebug.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugAppDomain.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugAppDomain2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugAppDomainEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugArrayValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugAssembly.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugAssemblyEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugBoxValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugBreakpoint.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugBreakpointEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugClass.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugClass2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugCode.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugCodeEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugContext.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugController.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugEditAndContinueSnapshot.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugErrorInfoEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugEval.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugEval2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugFrame.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugFrameEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugFunction.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugFunction2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugFunctionBreakpoint.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugGenericValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugHandleValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugHeapValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugHeapValue2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugChain.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugChainEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugILFrame.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugILFrame2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugInternalFrame.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugManagedCallback.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugManagedCallback2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugMDA.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugModule.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugModule2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugModuleBreakpoint.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugModuleEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugNativeFrame.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugObjectEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugObjectValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugObjectValue2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugProcess.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugProcess2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugProcessEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugReferenceValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugRegisterSet.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugStepper.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugStepper2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugStepperEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugStringValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugThread.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugThread2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugThreadEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugType.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugTypeEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugUnmanagedCallback.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugValue.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugValue2.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugValueBreakpoint.cs" />
<Compile Include="Src\Interop\CorDebug\ICorDebugValueEnum.cs" />
<Compile Include="Src\Interop\CorDebug\ISequentialStream.cs" />
<Compile Include="Src\Interop\CorDebug\IStream.cs" />
<Compile Include="Src\Interop\CorDebug\tagSTATSTG.cs" />
<Compile Include="Src\Interop\MetaData\IMetaDataImport.cs" />
<Compile Include="Src\Interop\MetaData\COR_FIELD_OFFSET.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="README.TXT" />

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/COR_DEBUG_STEP_RANGE.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/COR_DEBUG_STEP_RANGE.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebug.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebug.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugChainReason.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugChainReason.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugClass.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugClass.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugCreateProcessFlags.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugCreateProcessFlags.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugExceptionCallbackType.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionCallbackType.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugExceptionUnwindCallbackType.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionUnwindCallbackType.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugHandleType.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugHandleType.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugIntercept.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugIntercept.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugInternalFrameType.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugInternalFrameType.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugMDAFlags.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMDAFlags.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugMappingResult.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMappingResult.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugRegister.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugRegister.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugStepReason.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugStepReason.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugThreadState.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugThreadState.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugUnmappedStop.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUnmappedStop.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/CorDebugUserState.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUserState.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/EmbeddedCLRCorDebug.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebug.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/EmbeddedCLRCorDebugClass.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebugClass.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebug.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebug.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugAppDomain.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugAppDomain2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugAppDomainEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomainEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugArrayValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugArrayValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugAssembly.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssembly.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugAssemblyEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssemblyEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugBoxValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBoxValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugBreakpoint.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpoint.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugBreakpointEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpointEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugChain.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChain.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugChainEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChainEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugClass.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugClass2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugCode.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCode.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugCodeEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCodeEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugContext.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugContext.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugController.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugController.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugEditAndContinueSnapshot.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEditAndContinueSnapshot.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugErrorInfoEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugErrorInfoEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugEval.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugEval2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugFrame.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrame.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugFrameEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrameEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugFunction.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugFunction2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugFunctionBreakpoint.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunctionBreakpoint.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugGenericValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugGenericValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugHandleValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHandleValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugHeapValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugHeapValue2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugILFrame.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugILFrame2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugInternalFrame.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugInternalFrame.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugMDA.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugMDA.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugManagedCallback.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugManagedCallback2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugModule.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugModule2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugModuleBreakpoint.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleBreakpoint.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugModuleEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugNativeFrame.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugNativeFrame.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugObjectEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugObjectValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugObjectValue2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugProcess.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugProcess2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugProcessEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcessEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugReferenceValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugReferenceValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugRegisterSet.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugRegisterSet.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugStepper.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugStepper2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugStepperEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepperEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugStringValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStringValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugThread.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugThread2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugThreadEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThreadEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugType.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugType.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugTypeEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugTypeEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugUnmanagedCallback.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugUnmanagedCallback.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugValue.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugValue2.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue2.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugValueBreakpoint.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueBreakpoint.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ICorDebugValueEnum.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueEnum.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/ISequentialStream.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ISequentialStream.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/IStream.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/IStream.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_COR_IL_MAP.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_IL_MAP.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_COR_VERSION.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_VERSION.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_FILETIME.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_FILETIME.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_LARGE_INTEGER.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_LARGE_INTEGER.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_SECURITY_ATTRIBUTES.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_SECURITY_ATTRIBUTES.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/_ULARGE_INTEGER.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_ULARGE_INTEGER.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/Core/tagSTATSTG.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/tagSTATSTG.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/MetaData/COR_FIELD_OFFSET.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/MetaData/COR_FIELD_OFFSET.cs

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/DebuggerInterop/MetaData/IMetaDataImport.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/MetaData/IMetaDataImport.cs

Loading…
Cancel
Save