Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-12-30 17:55:13 +0000
committerEugene Tarassov2011-12-30 17:55:13 +0000
commit93188425e70f3d1a1c256e8d6fc7d1fe230670d6 (patch)
tree11d462d92c7c87453dfe2efd7532acc611fe082c /agent/agent.vcproj
parent866417fda66e11b1686d3e95581f544dea1af9ac (diff)
downloadorg.eclipse.tcf.agent-93188425e70f3d1a1c256e8d6fc7d1fe230670d6.tar.gz
org.eclipse.tcf.agent-93188425e70f3d1a1c256e8d6fc7d1fe230670d6.tar.xz
org.eclipse.tcf.agent-93188425e70f3d1a1c256e8d6fc7d1fe230670d6.zip
TCF Agent: implemented remote execution of DWRF expressions; more C++ support in DWARF reader.
Diffstat (limited to 'agent/agent.vcproj')
-rw-r--r--agent/agent.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/agent.vcproj b/agent/agent.vcproj
index f13dd7c6..786d1fd3 100644
--- a/agent/agent.vcproj
+++ b/agent/agent.vcproj
@@ -664,6 +664,14 @@
>
</File>
<File
+ RelativePath=".\tcf\services\dwarfecomp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\tcf\services\dwarfecomp.h"
+ >
+ </File>
+ <File
RelativePath=".\tcf\services\dwarfexpr.c"
>
</File>

Back to the top