Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-04-27 23:38:58 +0000
committereutarass2010-04-27 23:38:58 +0000
commitf1017722bccf19a6510d84d10a86aa494822b18b (patch)
treeb083886bc87b97383e6e6c8495502960104f61a2 /agent.vcproj
parent9bb534d80827bbcb1306f68949e4ea15444c472d (diff)
downloadorg.eclipse.tcf.agent-f1017722bccf19a6510d84d10a86aa494822b18b.tar.gz
org.eclipse.tcf.agent-f1017722bccf19a6510d84d10a86aa494822b18b.tar.xz
org.eclipse.tcf.agent-f1017722bccf19a6510d84d10a86aa494822b18b.zip
TCF Agent: added function context_extension() that allows service implementations to extend debug context object with arbitrary service-private data. Services code changed to use the new extension method.
Diffstat (limited to 'agent.vcproj')
-rw-r--r--agent.vcproj48
1 files changed, 48 insertions, 0 deletions
diff --git a/agent.vcproj b/agent.vcproj
index 20c0aa2e..b2419293 100644
--- a/agent.vcproj
+++ b/agent.vcproj
@@ -750,6 +750,10 @@
>
</File>
<File
+ RelativePath=".\system\Windows\context-win32.h"
+ >
+ </File>
+ <File
RelativePath=".\system\Windows\regset.h"
>
</File>
@@ -874,10 +878,54 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\system\VxWorks\context-vxworks.h"
+ >
+ </File>
+ <File
RelativePath=".\system\VxWorks\regset.h"
>
</File>
</Filter>
+ <Filter
+ Name="Cygwin"
+ >
+ <File
+ RelativePath=".\system\Cygwin\context-cygwin.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\system\Cygwin\regset.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Msys"
+ >
+ <File
+ RelativePath=".\system\Msys\context-msys.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\system\Msys\regset.h"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="machine"

Back to the top