Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2008-05-07[Bug 228389] [tcf][api] Breakpoint data structure extensionsfburton1-68/+318
2008-05-07Bug 230274: [tcf][api] Run Control Service. Reverse resume modeseutarass1-12/+38
2008-05-031. Bug 225555: [tcf] Migrate to DSF 1.0M6eutarass1-8/+7
2. Since DSF 1.0 requires it, migrated to Eclipse 3.4M6 and CDT 5.0M6 3. Since DSF is not fast enough to keep up with rapid target state changes when TCF diagnostic is running, reworked TCF flow control logic and added TCF API for client congestion monitoring, which is used to monitor DSF UI event queue.
2008-04-25Bug 227874: [tcf][api] breakpoint event and capabilities changeseutarass1-6/+114
2008-04-231. Bug 223520: [tcf] Registers service changes.eutarass1-10/+105
2. Fixed discovery periodic UDP broadcast. 3. Fixed json_read_binary_data() - it didn't work for buffers smaller then 3 bytes
2008-04-07Bug 223520: [tcf] Registers service changes: data formatting is removed from ↵eutarass1-22/+24
the service.
2008-03-17[cleanup] Rename TCF Docs Project -> org.eclipse.tm.tcf.docsmoberhuber1-1/+1
2008-03-15Bug 222819: [tcf][doc] Explain the new valueadd and example plugins in TCF ↵eutarass1-0/+7
Getting Started Docs
2008-03-12[cleanup] test commit for Matt - update copyright year 2008 in "TCF ↵moberhuber1-1/+1
Specification.html"
2008-03-11[cleanup] test commit for Matt - update copyright year 2008 in docsmoberhuber1-1/+1
2008-03-07Update Copyright Year in Docs - testcommitmoberhuber1-1/+1
2008-02-28Recommend TM 2.0.3 for TCFmoberhuber1-1/+1
2008-02-21In order to comply with naming conventions at Eclipse, plugins, packages, ↵eutarass2-11/+14
etc. are renamed from com.windriver.* to org.eclipse.tm.* Copyright notices are updated to include year 2008.
2008-02-15The new version 0.2.0 of Target Communication Framework has major improvementseutarass3-29/+29
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.
2008-01-10tcf-0.1.0 initial contributionmoberhuber21-0/+6906

Back to the top