Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoreutarass2011-08-29 17:22:29 +0000
committereutarass2011-08-29 17:22:29 +0000
commit757524f4eb9d2936e52585283eb02fcc027b17b2 (patch)
treef6319d339ed8d2b35f35fa0e0c536eb8d493c3c4 /tests
parentfd57b3538c69640ee24138d63b31ee6f5224c3c6 (diff)
downloadorg.eclipse.tcf-757524f4eb9d2936e52585283eb02fcc027b17b2.tar.gz
org.eclipse.tcf-757524f4eb9d2936e52585283eb02fcc027b17b2.tar.xz
org.eclipse.tcf-757524f4eb9d2936e52585283eb02fcc027b17b2.zip
TCF Agent: DWARF expression evaluation code is moved to a separate module to be used as generic virtual machine.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-dwarf/dwarf-test.vcproj1375
1 files changed, 692 insertions, 683 deletions
diff --git a/tests/test-dwarf/dwarf-test.vcproj b/tests/test-dwarf/dwarf-test.vcproj
index cd407f305..5cb12a057 100644
--- a/tests/test-dwarf/dwarf-test.vcproj
+++ b/tests/test-dwarf/dwarf-test.vcproj
@@ -1,683 +1,692 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="dwarf-test"
- ProjectGUID="{D08FED31-38A6-4239-8D20-D4276FC2BAFA}"
- RootNamespace="symtest"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=".;C:\tcf\trunk\agent"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;C:\tcf\trunk\agent"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="framework"
- >
- <File
- RelativePath="..\..\agent\framework\asyncreq.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\asyncreq.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\base64.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\base64.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\cache.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\cache.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel_pipe.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel_pipe.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel_tcp.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\channel_tcp.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\context.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\context.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\cpudefs.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\cpudefs.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\errors.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\errors.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\events.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\events.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\exceptions.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\exceptions.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\inputbuf.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\inputbuf.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\ip_ifc.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\ip_ifc.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\json.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\json.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\link.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\mdep.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\mdep.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\myalloc.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\myalloc.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\outputbuf.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\outputbuf.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\peer.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\peer.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\plugins.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\plugins.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\protocol.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\protocol.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\proxy.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\proxy.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\signames.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\signames.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\streams.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\streams.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\tcf.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\trace.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\trace.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\waitpid.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\framework\waitpid.h"
- >
- </File>
- </Filter>
- <Filter
- Name="main"
- >
- <File
- RelativePath="..\..\agent\main\main.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\main\server.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\main\server.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\main\services-ext.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\main\services.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\main\services.h"
- >
- </File>
- </Filter>
- <Filter
- Name="services"
- >
- <File
- RelativePath="..\..\agent\services\breakpoints.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\breakpoints.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\diagnostics.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\diagnostics.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\discovery.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\discovery.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\discovery_udp.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\discovery_udp.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarf.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfcache.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfcache.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfexpr.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfexpr.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfframe.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfframe.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfio.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfio.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfreloc.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\dwarfreloc.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\expressions.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\expressions.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\filesystem.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\filesystem.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\linenumbers.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\linenumbers.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\linenumbers_elf.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\linenumbers_proxy.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\linenumbers_win32.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\memorymap.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\memorymap.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\memoryservice.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\memoryservice.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\pathmap.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\pathmap.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\processes.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\processes.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\registers.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\registers.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\runctrl.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\runctrl.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\stacktrace.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\stacktrace.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\streamsservice.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\streamsservice.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols_alloc.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols_elf.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols_proxy.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\symbols_win32.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\sysmon.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\sysmon.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\tcf_elf.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\tcf_elf.h"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\terminals.c"
- >
- </File>
- <File
- RelativePath="..\..\agent\services\terminals.h"
- >
- </File>
- </Filter>
- <Filter
- Name="machine"
- >
- <File
- RelativePath=".\machine\cpudefs-ext.h"
- >
- </File>
- <Filter
- Name="i386"
- >
- <File
- RelativePath="..\..\agent\machine\i386\elf-mdep.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="backend"
- >
- <File
- RelativePath=".\backend\backend.c"
- >
- </File>
- <File
- RelativePath=".\backend\backend.h"
- >
- </File>
- </Filter>
- <Filter
- Name="system"
- >
- <File
- RelativePath="..\..\agent\system\Windows\pthreads-win32.c"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\config.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="dwarf-test"
+ ProjectGUID="{D08FED31-38A6-4239-8D20-D4276FC2BAFA}"
+ RootNamespace="symtest"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;C:\tcf\trunk\agent"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
+ LinkIncremental="2"
+ GenerateManifest="false"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)\obj\MSVC\$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories=".;C:\tcf\trunk\agent"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="WS2_32.lib Iphlpapi.lib"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="framework"
+ >
+ <File
+ RelativePath="..\..\agent\framework\asyncreq.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\asyncreq.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\base64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\cache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\cache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel_pipe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel_pipe.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel_tcp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\channel_tcp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\cpudefs.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\cpudefs.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\errors.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\errors.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\events.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\events.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\exceptions.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\exceptions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\inputbuf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\inputbuf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\ip_ifc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\ip_ifc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\json.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\json.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\link.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\mdep.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\mdep.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\myalloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\myalloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\outputbuf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\outputbuf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\peer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\peer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\plugins.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\plugins.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\protocol.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\protocol.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\proxy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\proxy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\signames.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\signames.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\streams.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\streams.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\tcf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\trace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\trace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\waitpid.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\framework\waitpid.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="main"
+ >
+ <File
+ RelativePath="..\..\agent\main\main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\main\server.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\main\server.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\main\services-ext.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\main\services.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\main\services.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="services"
+ >
+ <File
+ RelativePath="..\..\agent\services\breakpoints.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\breakpoints.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\diagnostics.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\diagnostics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\discovery.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\discovery.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\discovery_udp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\discovery_udp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfcache.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfcache.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfexpr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfexpr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfframe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfframe.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfreloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\dwarfreloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\expressions.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\expressions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\filesystem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\filesystem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\linenumbers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\linenumbers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\linenumbers_elf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\linenumbers_proxy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\linenumbers_win32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\memorymap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\memorymap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\memoryservice.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\memoryservice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\pathmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\pathmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\processes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\processes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\registers.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\registers.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\runctrl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\runctrl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\stacktrace.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\stacktrace.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\streamsservice.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\streamsservice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols_alloc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols_elf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols_proxy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\symbols_win32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\sysmon.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\sysmon.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\tcf_elf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\tcf_elf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\terminals.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\terminals.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\vm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\services\vm.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="machine"
+ >
+ <File
+ RelativePath=".\machine\cpudefs-ext.h"
+ >
+ </File>
+ <Filter
+ Name="i386"
+ >
+ <File
+ RelativePath="..\..\agent\machine\i386\elf-mdep.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="backend"
+ >
+ <File
+ RelativePath=".\backend\backend.c"
+ >
+ </File>
+ <File
+ RelativePath=".\backend\backend.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="system"
+ >
+ <File
+ RelativePath="..\..\agent\system\Windows\pthreads-win32.c"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\config.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>

Back to the top