Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-03-18 17:38:20 +0000
committereutarass2010-03-18 17:38:20 +0000
commit083474c30fe91aaee3dc2b11a2aba03ab8110a91 (patch)
treedadfc7d2010c4c4488fbc884d15129aec46f263d /agent.vcproj
parentca5677d910cc5d3858930a4c02c9cdc44794018f (diff)
downloadorg.eclipse.tcf.agent-083474c30fe91aaee3dc2b11a2aba03ab8110a91.tar.gz
org.eclipse.tcf.agent-083474c30fe91aaee3dc2b11a2aba03ab8110a91.tar.xz
org.eclipse.tcf.agent-083474c30fe91aaee3dc2b11a2aba03ab8110a91.zip
More TCF Symbols Server code. Most services work OK.
The server still needs more work: 1. Stack trace cannot not use ELF .frame_info section. 2. TCF debugger symbols cache flushing logic is incomplete.
Diffstat (limited to 'agent.vcproj')
-rw-r--r--agent.vcproj20
1 files changed, 16 insertions, 4 deletions
diff --git a/agent.vcproj b/agent.vcproj
index f374e0bf..e9fb3061 100644
--- a/agent.vcproj
+++ b/agent.vcproj
@@ -359,6 +359,14 @@
>
</File>
<File
+ RelativePath=".\framework\signames.c"
+ >
+ </File>
+ <File
+ RelativePath=".\framework\signames.h"
+ >
+ </File>
+ <File
RelativePath=".\framework\streams.c"
>
</File>
@@ -483,6 +491,10 @@
>
</File>
<File
+ RelativePath=".\services\linenumbers.c"
+ >
+ </File>
+ <File
RelativePath=".\services\linenumbers.h"
>
</File>
@@ -491,6 +503,10 @@
>
</File>
<File
+ RelativePath=".\services\linenumbers_proxy.c"
+ >
+ </File>
+ <File
RelativePath=".\services\linenumbers_win32.c"
>
</File>
@@ -726,10 +742,6 @@
<Filter
Name="system"
>
- <File
- RelativePath=".\system\signames.h"
- >
- </File>
<Filter
Name="Windows"
>

Back to the top