Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-02-15 21:45:25 +0000
committereutarass2008-02-15 21:45:25 +0000
commit5ac36a50b1e59e1c89d7f8c4a549f52205928f66 (patch)
tree9cd06cefbc27700422054a451bf990a14462d711 /plugins/com.windriver.tcf.dsf.ui/.classpath
parent6459bb640308817d92790bb1b7b61348c5418ba8 (diff)
downloadorg.eclipse.tcf-5ac36a50b1e59e1c89d7f8c4a549f52205928f66.tar.gz
org.eclipse.tcf-5ac36a50b1e59e1c89d7f8c4a549f52205928f66.tar.xz
org.eclipse.tcf-5ac36a50b1e59e1c89d7f8c4a549f52205928f66.zip
The new version 0.2.0 of Target Communication Framework has major improvements
in several areas: 1. Target agent improvements: a. Generic communication and discovery code is separated from TCP/IP specific code. Now the agent can support multiple transport protocols simultaneously. b. Multiple agents can run on same host. One of them is automatically elected to be a master discovery server. c. Agent now can have different sets of services on different server sockets. 2. TCF debugger prototype is reworked in order to improve remote data caching logic. Now, for example, stack frame attributes, like source code position, are reused from cache when a thread is suspended; only frames that did not change during thread execution are reused - usually bottom part of a stack. 3. DSF/TCF integration is extended to include TCF implementation of several DSF services. 4. Many bugs are fixed in the code.
Diffstat (limited to 'plugins/com.windriver.tcf.dsf.ui/.classpath')
-rw-r--r--plugins/com.windriver.tcf.dsf.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/com.windriver.tcf.dsf.ui/.classpath b/plugins/com.windriver.tcf.dsf.ui/.classpath
index 751c8f2e5..304e86186 100644
--- a/plugins/com.windriver.tcf.dsf.ui/.classpath
+++ b/plugins/com.windriver.tcf.dsf.ui/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top