Browse Source

Ignore warnings 108 and 1591 in debugger wrapper classes.

CS108: The keyword new is required on X because it hides Y  
CS1591: Missing XML comment for publicly visible type or member

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

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

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<NoWarn>108</NoWarn>
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
@ -65,8 +64,6 @@ @@ -65,8 +64,6 @@
<Compile Include="Src\Modules\Module.cs" />
<Compile Include="Src\Modules\ModuleEventArgs.cs" />
<Compile Include="Src\Modules\Process-Modules.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\AsyncMessageResponseSink.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\MyProxy.cs" />
<Compile Include="Src\Debugger\Internal\RemotingObjectBase.cs" />
<Compile Include="Src\Threads\Exception.cs" />
<Compile Include="Src\Threads\ExceptionType.cs" />
@ -78,13 +75,6 @@ @@ -78,13 +75,6 @@
<Compile Include="Src\Threads\SourcecodeSegment.cs" />
<Compile Include="Src\Threads\Thread.cs" />
<Compile Include="Src\Threads\ThreadEventArgs.cs" />
<Compile Include="Src\RemotingSinks\InvokeOnSTASink\InvokeOnSTAServerChannelSinkProvider.cs" />
<Compile Include="Src\RemotingSinks\InvokeOnSTASink\InvokeOnSTAClientChannelSink.cs" />
<Compile Include="Src\RemotingSinks\InvokeOnSTASink\InvokeOnSTAClientChannelSinkProvider.cs" />
<Compile Include="Src\RemotingSinks\InvokeOnSTASink\InvokeOnSTAServerChannelSink.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\PrivateEventHandlersClientChannelSinkProvider.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\EventForwarder.cs" />
<Compile Include="Src\RemotingSinks\PrivateEventHandlersSink\PrivateEventHandlersClientChannelSink.cs" />
<Compile Include="Src\Debugger\Process-StateControl.cs" />
<Compile Include="Src\Interop\CorDebug\_COR_IL_MAP.cs" />
<Compile Include="Src\Interop\CorDebug\_COR_VERSION.cs" />
@ -403,4 +393,4 @@ @@ -403,4 +393,4 @@
<Content Include="docs\Stepping.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
</Project>

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/COR_DEBUG_STEP_RANGE.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -17,3 +19,5 @@ namespace Debugger.Interop.CorDebug @@ -17,3 +19,5 @@ namespace Debugger.Interop.CorDebug
public uint endOffset;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebug.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System.Runtime.InteropServices;
@ -14,3 +16,5 @@ namespace Debugger.Interop.CorDebug @@ -14,3 +16,5 @@ namespace Debugger.Interop.CorDebug
{
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugChainReason.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -27,3 +29,5 @@ namespace Debugger.Interop.CorDebug @@ -27,3 +29,5 @@ namespace Debugger.Interop.CorDebug
CHAIN_THREAD_START = 0x40
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugClass.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug @@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugCreateProcessFlags.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -15,3 +17,5 @@ namespace Debugger.Interop.CorDebug @@ -15,3 +17,5 @@ namespace Debugger.Interop.CorDebug
DEBUG_NO_SPECIAL_OPTIONS = 0
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionCallbackType.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Wrappers.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Wrappers.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Wrappers.CorDebug
DEBUG_EXCEPTION_USER_FIRST_CHANCE = 2
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugExceptionUnwindCallbackType.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Wrappers.CorDebug
{
using System;
@ -16,3 +18,5 @@ namespace Debugger.Wrappers.CorDebug @@ -16,3 +18,5 @@ namespace Debugger.Wrappers.CorDebug
DEBUG_EXCEPTION_UNWIND_BEGIN = 1
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugHandleType.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug @@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug
HANDLE_WEAK_TRACK_RESURRECTION = 2
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugIntercept.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug @@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug
INTERCEPT_SECURITY = 4
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugInternalFrameType.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug @@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug
STUBFRAME_U2M = 2
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMDAFlags.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -15,3 +17,5 @@ namespace Debugger.Interop.CorDebug @@ -15,3 +17,5 @@ namespace Debugger.Interop.CorDebug
MDA_FLAG_SLIP = 2
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugMappingResult.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
MAPPING_UNMAPPED_ADDRESS = 8
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugRegister.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -70,3 +72,5 @@ namespace Debugger.Interop.CorDebug @@ -70,3 +72,5 @@ namespace Debugger.Interop.CorDebug
REGISTER_X86_FPSTACK_7 = 0x10
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugStepReason.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Wrappers.CorDebug
{
using System;
@ -21,3 +23,5 @@ namespace Debugger.Wrappers.CorDebug @@ -21,3 +23,5 @@ namespace Debugger.Wrappers.CorDebug
STEP_RETURN = 1
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugThreadState.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug @@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug
THREAD_SUSPEND = 1
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUnmappedStop.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug @@ -21,3 +23,5 @@ namespace Debugger.Interop.CorDebug
STOP_UNMANAGED = 0x10
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/CorDebugUserState.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug @@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug
USER_WAIT_SLEEP_JOIN = 0x20
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebug.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System.Runtime.InteropServices;
@ -14,3 +16,5 @@ namespace Debugger.Interop.CorDebug @@ -14,3 +16,5 @@ namespace Debugger.Interop.CorDebug
{
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/EmbeddedCLRCorDebugClass.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug @@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebug.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug @@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug
void CanLaunchOrAttach([In] uint dwProcessId, [In] int win32DebuggingEnabled);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -56,3 +58,5 @@ namespace Debugger.Interop.CorDebug @@ -56,3 +58,5 @@ namespace Debugger.Interop.CorDebug
void GetID(out uint pId);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomain2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
void GetFunctionPointerType([In] uint nTypeArgs, [In, MarshalAs(UnmanagedType.Interface)] ref ICorDebugType ppTypeArgs, [MarshalAs(UnmanagedType.Interface)] out ICorDebugType ppType);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAppDomainEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr values, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugArrayValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug @@ -44,3 +46,5 @@ namespace Debugger.Interop.CorDebug
void GetElementAtPosition([In] uint nPosition, [MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssembly.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void GetName([In] uint cchName, out uint pcchName, [Out] IntPtr szName);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugAssemblyEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr values, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBoxValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug @@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug
void GetObject([MarshalAs(UnmanagedType.Interface)] out ICorDebugObjectValue ppObject);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpoint.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
void IsActive(out int pbActive);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugBreakpointEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr breakpoints, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChain.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -40,3 +42,5 @@ namespace Debugger.Interop.CorDebug @@ -40,3 +42,5 @@ namespace Debugger.Interop.CorDebug
void GetReason(out CorDebugChainReason pReason);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugChainEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out, MarshalAs(UnmanagedType.LPArray)] ICorDebugChain[] chains, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug @@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug
void GetStaticFieldValue([In] uint fieldDef, [In, MarshalAs(UnmanagedType.Interface)] ICorDebugFrame pFrame, [MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugClass2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
void SetJMCStatus([In] int bIsJustMyCode);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCode.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug @@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug
void GetEnCRemapSequencePoints([In] uint cMap, out uint pcMap, [Out] IntPtr offsets);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugCodeEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr values, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugContext.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug @@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug
void SetFromManagedCopy([In, MarshalAs(UnmanagedType.IUnknown)] object pObject);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugController.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -36,3 +38,5 @@ namespace Debugger.Interop.CorDebug @@ -36,3 +38,5 @@ namespace Debugger.Interop.CorDebug
void CommitChanges([In] uint cSnapshots, [In, MarshalAs(UnmanagedType.Interface)] ref ICorDebugEditAndContinueSnapshot pSnapshots, [MarshalAs(UnmanagedType.Interface)] out ICorDebugErrorInfoEnum pError);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEditAndContinueSnapshot.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug @@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug
void SetPESymbolBytes([In, MarshalAs(UnmanagedType.Interface)] IStream pIStream);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug @@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug
void GetCount(out uint pcelt);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugErrorInfoEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr errors, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -36,3 +38,5 @@ namespace Debugger.Interop.CorDebug @@ -36,3 +38,5 @@ namespace Debugger.Interop.CorDebug
void CreateValue([In] uint elementType, [In, MarshalAs(UnmanagedType.Interface)] ICorDebugClass pElementClass, [MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugEval2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug @@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug
void RudeAbort();
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrame.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug @@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug
void CreateStepper([MarshalAs(UnmanagedType.Interface)] out ICorDebugStepper ppStepper);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFrameEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out, MarshalAs(UnmanagedType.LPArray)] ICorDebugFrame[] frames, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug @@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug
void GetCurrentVersionNumber(out uint pnCurrentVersion);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunction2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug @@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug
void GetVersionNumber(out uint pnVersion);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugFunctionBreakpoint.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug @@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug
void GetOffset(out uint pnOffset);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugGenericValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -28,3 +30,5 @@ namespace Debugger.Interop.CorDebug @@ -28,3 +30,5 @@ namespace Debugger.Interop.CorDebug
void SetValue([In] IntPtr pFrom);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHandleValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug @@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug
void Dispose();
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -28,3 +30,5 @@ namespace Debugger.Interop.CorDebug @@ -28,3 +30,5 @@ namespace Debugger.Interop.CorDebug
void CreateRelocBreakpoint([MarshalAs(UnmanagedType.Interface)] out ICorDebugValueBreakpoint ppBreakpoint);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugHeapValue2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
void CreateHandle([In] CorDebugHandleType type, [MarshalAs(UnmanagedType.Interface)] out ICorDebugHandleValue ppHandle);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug @@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug
void CanSetIP([In] uint nOffset);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugILFrame2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
void EnumerateTypeParameters([MarshalAs(UnmanagedType.Interface)] out ICorDebugTypeEnum ppTyParEnum);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugInternalFrame.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug @@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug
void GetFrameType(out CorDebugInternalFrameType pType);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugMDA.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void GetOSThreadId(out uint pOsTid);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -68,3 +70,5 @@ namespace Debugger.Interop.CorDebug @@ -68,3 +70,5 @@ namespace Debugger.Interop.CorDebug
void BreakpointSetError([In] IntPtr pAppDomain, [In] IntPtr pThread, [In] IntPtr pBreakpoint, [In] uint dwError);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugManagedCallback2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug @@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug
void MDANotification([In] IntPtr pController, [In] IntPtr pThread, [In] IntPtr pMDA);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug @@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug
void IsInMemory(out int pInMemory);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModule2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void ResolveAssembly([In] uint tkAssemblyRef, [In, MarshalAs(UnmanagedType.Interface)] ref ICorDebugAssembly ppAssembly);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleBreakpoint.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug @@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug
void GetModule([MarshalAs(UnmanagedType.Interface)] out ICorDebugModule ppModule);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugModuleEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr modules, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugNativeFrame.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug @@ -50,3 +52,5 @@ namespace Debugger.Interop.CorDebug
void CanSetIP([In] uint nOffset);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr objects, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug @@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug
void SetFromManagedCopy([In, MarshalAs(UnmanagedType.IUnknown)] object pObject);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugObjectValue2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
void GetVirtualMethodAndType([In] uint memberRef, [MarshalAs(UnmanagedType.Interface)] out ICorDebugFunction ppFunction, [MarshalAs(UnmanagedType.Interface)] out ICorDebugType ppType);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -70,3 +72,5 @@ namespace Debugger.Interop.CorDebug @@ -70,3 +72,5 @@ namespace Debugger.Interop.CorDebug
void GetHelperThreadID(out uint pThreadID);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcess2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug @@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug
void GetReferenceValueFromGCHandle([In, ComAliasName("Debugger.Interop.CorDebug.UINT_PTR")] uint handle, [MarshalAs(UnmanagedType.Interface)] out ICorDebugReferenceValue pOutValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugProcessEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr processes, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugReferenceValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug @@ -34,3 +36,5 @@ namespace Debugger.Interop.CorDebug
void DereferenceStrong([MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugRegisterSet.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void SetThreadContext([In] uint contextSize, [In] IntPtr context);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug @@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug
void SetRangeIL([In] int bIL);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepper2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
void SetJMC([In] int fIsJMCStepper);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStepperEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr steppers, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugStringValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug @@ -32,3 +34,5 @@ namespace Debugger.Interop.CorDebug
void GetString([In] uint cchString, out uint pcchString, [Out] IntPtr szString);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -48,3 +50,5 @@ namespace Debugger.Interop.CorDebug @@ -48,3 +50,5 @@ namespace Debugger.Interop.CorDebug
void GetObject([MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppObject);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThread2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void InterceptCurrentException([In, MarshalAs(UnmanagedType.Interface)] ICorDebugFrame pFrame);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugThreadEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr threads, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugType.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug @@ -30,3 +32,5 @@ namespace Debugger.Interop.CorDebug
void GetRank(out uint pnRank);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugTypeEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr values, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugUnmanagedCallback.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
void DebugEvent([In, ComAliasName("Debugger.Interop.CorDebug.ULONG_PTR")] uint pDebugEvent, [In] int fOutOfBand);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug @@ -24,3 +26,5 @@ namespace Debugger.Interop.CorDebug
void CreateBreakpoint([MarshalAs(UnmanagedType.Interface)] out ICorDebugValueBreakpoint ppBreakpoint);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValue2.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
void GetExactType([MarshalAs(UnmanagedType.Interface)] out ICorDebugType ppType);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueBreakpoint.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug @@ -22,3 +24,5 @@ namespace Debugger.Interop.CorDebug
void GetValue([MarshalAs(UnmanagedType.Interface)] out ICorDebugValue ppValue);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ICorDebugValueEnum.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug @@ -26,3 +28,5 @@ namespace Debugger.Interop.CorDebug
void Next([In] uint celt, [Out] IntPtr values, out uint pceltFetched);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/ISequentialStream.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug @@ -20,3 +22,5 @@ namespace Debugger.Interop.CorDebug
void RemoteWrite([In] ref byte pv, [In] uint cb, out uint pcbWritten);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/IStream.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug @@ -38,3 +40,5 @@ namespace Debugger.Interop.CorDebug
void Clone([MarshalAs(UnmanagedType.Interface)] out IStream ppstm);
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_IL_MAP.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
public int fAccurate;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_COR_VERSION.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -19,3 +21,5 @@ namespace Debugger.Interop.CorDebug @@ -19,3 +21,5 @@ namespace Debugger.Interop.CorDebug
public uint dwSubBuild;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_FILETIME.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -17,3 +19,5 @@ namespace Debugger.Interop.CorDebug @@ -17,3 +19,5 @@ namespace Debugger.Interop.CorDebug
public uint dwHighDateTime;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_LARGE_INTEGER.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug @@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug
public long QuadPart;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_SECURITY_ATTRIBUTES.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug @@ -18,3 +20,5 @@ namespace Debugger.Interop.CorDebug
public int bInheritHandle;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/_ULARGE_INTEGER.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug @@ -16,3 +18,5 @@ namespace Debugger.Interop.CorDebug
public ulong QuadPart;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorDebug/tagSTATSTG.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorDebug
{
using System;
@ -27,3 +29,5 @@ namespace Debugger.Interop.CorDebug @@ -27,3 +29,5 @@ namespace Debugger.Interop.CorDebug
public uint reserved;
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymAddrKind.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System;
@ -24,3 +26,5 @@ namespace Debugger.Interop.CorSym @@ -24,3 +26,5 @@ namespace Debugger.Interop.CorSym
ADDR_NATIVE_STKREG = 8
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymBinder_SxS.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System.Runtime.InteropServices;
@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym @@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym
{
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymBinder_SxSClass.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System;
@ -25,3 +27,5 @@ namespace Debugger.Interop.CorSym @@ -25,3 +27,5 @@ namespace Debugger.Interop.CorSym
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymBinder_deprecated.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System.Runtime.InteropServices;
@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym @@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym
{
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymBinder_deprecatedClass.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System;
@ -25,3 +27,5 @@ namespace Debugger.Interop.CorSym @@ -25,3 +27,5 @@ namespace Debugger.Interop.CorSym
}
}
#pragma warning restore 108, 1591

4
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Interop/CorSym/CorSymReader_SxS.cs

@ -5,6 +5,8 @@ @@ -5,6 +5,8 @@
// <version>$Revision$</version>
// </file>
#pragma warning disable 108, 1591
namespace Debugger.Interop.CorSym
{
using System.Runtime.InteropServices;
@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym @@ -14,3 +16,5 @@ namespace Debugger.Interop.CorSym
{
}
}
#pragma warning restore 108, 1591

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save