Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBazhan committed Nov 3, 2016
1 parent 5fb4265 commit 9da36de
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion KD.sln → DbgExt.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kd", "KD\kd.vcxproj", "{5BBD5478-483A-4DB0-855A-74187E629C1A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DbgExt", "DbgExt\dbgext.vcxproj", "{5BBD5478-483A-4DB0-855A-74187E629C1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Binary file renamed KD/Version.rc → DbgExt/Version.rc
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion KD/common.h → DbgExt/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once


#define APPNAME _T("KD")
#define APPNAME _T("DbgExt")


HRESULT
Expand Down
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions KD/kd.vcxproj → DbgExt/dbgext.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{5BBD5478-483A-4DB0-855A-74187E629C1A}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>kd</RootNamespace>
<RootNamespace>DbgExt</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -87,14 +87,14 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;KD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DBGEXT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ModuleDefinitionFile>kd.def</ModuleDefinitionFile>
<ModuleDefinitionFile>dbgext.def</ModuleDefinitionFile>
<AdditionalDependencies>Version.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
Expand All @@ -103,14 +103,14 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;KD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DBGEXT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ModuleDefinitionFile>kd.def</ModuleDefinitionFile>
<ModuleDefinitionFile>dbgext.def</ModuleDefinitionFile>
<AdditionalDependencies>Version.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
Expand All @@ -125,7 +125,7 @@
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;KD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DBGEXT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<TreatWarningAsError>true</TreatWarningAsError>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand All @@ -135,7 +135,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<ModuleDefinitionFile>kd.def</ModuleDefinitionFile>
<ModuleDefinitionFile>dbgext.def</ModuleDefinitionFile>
<AdditionalDependencies>Version.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalOptions>/PDBALTPATH:%_PDB% %(AdditionalOptions)</AdditionalOptions>
</Link>
Expand All @@ -147,7 +147,7 @@
<Optimization>MinSpace</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;KD_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DBGEXT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<TreatWarningAsError>true</TreatWarningAsError>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand All @@ -157,7 +157,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<ModuleDefinitionFile>kd.def</ModuleDefinitionFile>
<ModuleDefinitionFile>dbgext.def</ModuleDefinitionFile>
<AdditionalDependencies>Version.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalOptions>/PDBALTPATH:%_PDB% %(AdditionalOptions)</AdditionalOptions>
</Link>
Expand All @@ -182,10 +182,10 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="kd.def" />
<None Include="dbgext.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="kd.rc" />
<ResourceCompile Include="dbgext.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
4 changes: 2 additions & 2 deletions KD/kd.vcxproj.filters → DbgExt/dbgext.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="kd.def">
<None Include="dbgext.def">
<Filter>Resource Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="kd.rc">
<ResourceCompile Include="dbgext.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed KD/resource.h → DbgExt/resource.h
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion KD/stdafx.cpp → DbgExt/stdafx.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// stdafx.cpp : source file that includes just the standard includes
// Kd.pch will be the pre-compiled header
// DbgExt.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KD
# DbgExt

Debugger extension for the Debugging Tools for Windows (WinDbg, KD, CDB, NTSD).

Expand All @@ -18,7 +18,7 @@ Debugger extension for the Debugging Tools for Windows (WinDbg, KD, CDB, NTSD).
C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\windbg.exe or
C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\windbg.exe
7. In the right pane, select Command Arguments and then set the command line arguments:
-c ".prefer_dml 1;.load kd" -z "D:\CrashDumps\livekd.dmp"
-c ".prefer_dml 1;.load dbgext" -z "D:\CrashDumps\livekd.dmp"
8. In the right pane, select Environment and then set the PATH environment variable: PATH=$(OutDir);%PATH%
9. Choose the OK button.
10. Press F5 or use Debug > Start Debugging to debug.

0 comments on commit 9da36de

Please sign in to comment.