Skip to content

Commit

Permalink
Merge branch 'clrmd'
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Aug 26, 2014
2 parents 8af127a + fa9544a commit 5b83cc1
Show file tree
Hide file tree
Showing 136 changed files with 54,958 additions and 0 deletions.
151 changes: 151 additions & 0 deletions Microsoft.Diagnostics.Runtime/CLRMD/ClrMemDiag/ClrMemDiag.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A82126CA-23AA-41F1-8586-A5938D44D0A7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Diagnostics.Runtime</RootNamespace>
<AssemblyName>Microsoft.Diagnostics.Runtime</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;_REDHAWK</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>bin\Debug\Microsoft.Diagnostics.Runtime.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;_REDHAWK</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>bin\Release\Microsoft.Diagnostics.Runtime.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dia2Lib">
<HintPath>Refs\Dia2Lib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="datatargetimpl.cs" />
<Compile Include="dbgengdatatarget.cs" />
<Compile Include="Debugger\Enums.cs" />
<Compile Include="Debugger\IDebugAdvanced.cs" />
<Compile Include="Debugger\IDebugAdvanced2.cs" />
<Compile Include="Debugger\IDebugAdvanced3.cs" />
<Compile Include="Debugger\IDebugBreakpoint.cs" />
<Compile Include="Debugger\IDebugBreakpoint2.cs" />
<Compile Include="Debugger\IDebugBreakpoint3.cs" />
<Compile Include="Debugger\IDebugClient.cs" />
<Compile Include="Debugger\IDebugClient2.cs" />
<Compile Include="Debugger\IDebugClient3.cs" />
<Compile Include="Debugger\IDebugClient4.cs" />
<Compile Include="Debugger\IDebugClient5.cs" />
<Compile Include="Debugger\IDebugControl.cs" />
<Compile Include="Debugger\IDebugControl2.cs" />
<Compile Include="Debugger\IDebugControl3.cs" />
<Compile Include="Debugger\IDebugControl4.cs" />
<Compile Include="Debugger\IDebugControl5.cs" />
<Compile Include="Debugger\IDebugControl6.cs" />
<Compile Include="Debugger\IDebugDataSpaces.cs" />
<Compile Include="Debugger\IDebugDataSpaces2.cs" />
<Compile Include="Debugger\IDebugDataSpaces3.cs" />
<Compile Include="Debugger\IDebugDataSpaces4.cs" />
<Compile Include="Debugger\IDebugEventCallbacks.cs" />
<Compile Include="Debugger\IDebugEventCallbacksWide.cs" />
<Compile Include="Debugger\IDebugInputCallbacks.cs" />
<Compile Include="Debugger\IDebugOutputCallbacks.cs" />
<Compile Include="Debugger\IDebugOutputCallbacks2.cs" />
<Compile Include="Debugger\IDebugOutputCallbacksWide.cs" />
<Compile Include="Debugger\IDebugRegisters.cs" />
<Compile Include="Debugger\IDebugRegisters2.cs" />
<Compile Include="Debugger\IDebugSymbolGroup.cs" />
<Compile Include="Debugger\IDebugSymbolGroup2.cs" />
<Compile Include="Debugger\IDebugSymbols.cs" />
<Compile Include="Debugger\IDebugSymbols2.cs" />
<Compile Include="Debugger\IDebugSymbols3.cs" />
<Compile Include="Debugger\IDebugSymbols4.cs" />
<Compile Include="Debugger\IDebugSymbols5.cs" />
<Compile Include="Debugger\IDebugSystemObjects.cs" />
<Compile Include="Debugger\IDebugSystemObjects2.cs" />
<Compile Include="Debugger\IDebugSystemObjects3.cs" />
<Compile Include="Debugger\Structs.cs" />
<Compile Include="Desktop\com.cs" />
<Compile Include="dacprivate.cs" />
<Compile Include="Desktop\lockinspection.cs" />
<Compile Include="Desktop\threadpool.cs" />
<Compile Include="Desktop\domains.cs" />
<Compile Include="Desktop\fields.cs" />
<Compile Include="Desktop\heap.cs" />
<Compile Include="Desktop\helpers.cs" />
<Compile Include="Desktop\legacyruntime.cs" />
<Compile Include="Desktop\methods.cs" />
<Compile Include="Desktop\modules.cs" />
<Compile Include="Desktop\runtimebase.cs" />
<Compile Include="Desktop\threads.cs" />
<Compile Include="Desktop\types.cs" />
<Compile Include="Desktop\v45runtime.cs" />
<Compile Include="dumpdatareader.cs" />
<Compile Include="heapbase.cs" />
<Compile Include="internal.cs" />
<Compile Include="livedatatarget.cs" />
<Compile Include="metadata.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="public.cs" />
<Compile Include="Redhawk\dacprivate.cs" />
<Compile Include="Redhawk\heap.cs" />
<Compile Include="Redhawk\module.cs" />
<Compile Include="Redhawk\roots.cs" />
<Compile Include="Redhawk\runtime.cs" />
<Compile Include="Redhawk\types.cs" />
<Compile Include="runtimebase.cs" />
<Compile Include="sigparser.cs" />
<Compile Include="Utilities\command.cs" />
<Compile Include="Utilities\DirectoryUtilities.cs" />
<Compile Include="Utilities\DumpReader.cs" />
<Compile Include="Utilities\FileUtilities.cs" />
<Compile Include="Utilities\pefile.cs" />
<Compile Include="Utilities\SymbolPath.cs" />
<Compile Include="Utilities\SymbolReader.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
20 changes: 20 additions & 0 deletions Microsoft.Diagnostics.Runtime/CLRMD/ClrMemDiag/ClrMemDiag.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrMemDiag", "ClrMemDiag.csproj", "{A82126CA-23AA-41F1-8586-A5938D44D0A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A82126CA-23AA-41F1-8586-A5938D44D0A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A82126CA-23AA-41F1-8586-A5938D44D0A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A82126CA-23AA-41F1-8586-A5938D44D0A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A82126CA-23AA-41F1-8586-A5938D44D0A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 5b83cc1

Please sign in to comment.