Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-03-07[cleanup] CDT-5.0 compliant .project settings with sorted attributes; adapt ↵moberhuber2-78/+82
build directory to renamed project
2008-02-26Example projects: added readme files, added copyright notices, did some ↵eutarass8-9/+69
cosmetic changes.
2008-02-25Added example agent project: examples/org.eclipse.tm.tcf.examples.daytime.agent.eutarass12-196/+660
Renamed agent/memory.[hc] to agent/memoryservice.[hc] to avoid conflict with standard header file.
2008-02-21In order to comply with naming conventions at Eclipse, plugins, packages, ↵eutarass13-311/+34
etc. are renamed from com.windriver.* to org.eclipse.tm.* Copyright notices are updated to include year 2008.
2008-02-21Specify execution environment J2SE-1.5 for tcf.examples.daytimemoberhuber4-2/+280
2008-02-15In tcf.examples.daytime/META-INF/MANIFEST.MF, changes ↵eutarass1-1/+1
Bundle-Vendor=WINDRIVER to Eclipse.org
2008-02-15The new version 0.2.0 of Target Communication Framework has major improvementseutarass9-0/+243
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.

Back to the top