Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2010-06-29Added support for "step into range" run control commands in both the agent ↵eutarass1-0/+13
and the debugger
2010-06-29Bug 317845: TCF Peer accessible via two networks appear as two distinct peerseutarass1-3/+50
2010-06-25Line delimiters converted to Unix styleeutarass1-259/+259
2010-06-25Bug 297283: TCF UDP discovery is undocumented - the doc is updated and ↵eutarass3-1/+683
converted to HTML
2010-06-11Fixed some outdated text in the docs.eutarass2-50/+20
2010-05-24Bug 297283: TCF UDP discovery is undocumentedeutarass1-0/+0
2010-05-20Changed docs for Bug 313719: Reference agent: argv[0] is missing in the ↵eutarass1-0/+4
execve() for Processes.start command
2010-03-10TCF Agent: more symbols value-add code.eutarass1-1/+1
2010-01-29Fixed: Bug 297283: TCF UDP discovery is undocumentedeutarass2-0/+4
2009-10-22Updated "TCF Getting Started" to clarify DSF versions infoeutarass1-1/+3
2009-10-16Fixed some docs no being in sync with the code.eutarass2-9/+36
2009-10-14TCF Agent: Breakpoints service: implemented "StopGroup" breakpoint propertyeutarass1-6/+75
2009-09-08Fixed few errors in TCF Getting Started manualeutarass1-3/+8
2009-09-02Code cleanup: trailing spaces are removed from the source lineeutarass15-1000/+1000
2009-08-23Getting started information for Lua integrationfburton1-1/+162
2009-08-13Bug 284963: Add a third parameter to the streams service “created” eventeutarass1-3/+28
2009-08-03TCF Agent: module asyncreq.c now uses POSIX Asynchronous I/O when available.eutarass1-1/+5
File System service read and write commands now allow offset = -1, which means no seek. Useful for reading/writing pipes and serial devices.
2009-07-28Added version history for specificationsfburton11-2/+239
2009-07-07More TCF Agent Porting Guideeutarass2-198/+295
2009-07-02More of TCF Agent Porting Guideeutarass1-1/+40
2009-06-29More of TCF Agent Porting Guideeutarass1-13/+24
2009-06-25Created initial version of TCF Agent Porting Guideeutarass6-18/+220
Changed mailing list name from dsdp-tm-dev to dsdp-tcf-dev in TCF docs
2009-06-23Updated TCF Getting Startedeutarass1-11/+17
2009-06-22Bug 235251: [tcf][api] runcontrol support for complex resume modeseutarass2-44/+88
2009-05-18Streams service: added "connect" commandeutarass1-0/+17
2009-03-17Created Streams Service specification document.eutarass4-2/+366
2009-03-16Bug 264723: API extension to TCF Registers and Memory serviceseutarass2-43/+389
2009-03-04Implemented better handling of unrecognized commands in TCF protocol: ↵eutarass1-5/+7
instead of terminating a connection, peers now can send special "command is not recognized" message. Added TCF error code "command is not recognized". Fixed agent build error on CygWin.
2009-02-27Fixed: documentation for the Processes service is missing a parameter on the ↵eutarass1-1/+3
getChildren command
2009-02-26Updated Processes service description to be in sync with current implementationeutarass1-22/+251
2008-09-22Better support for TCF Agent portability:eutarass1-4/+8
1. Changed TCF Agent Makefile to use different output directories for different build targets. 2. Agent binary files are now created in "<OS name>/<CPU name>/<Debug|Release>" directories. 3. Changed agent CDT project file to include multiple build configurations: Cygwin Debug, Cygwin Release, Msys Debug, etc.
2008-09-06TCF Agent: Got rid of libelf dependency. Use mmap() to access ELF sections data.eutarass1-16/+5
2008-07-28EPL to EPL+EDL for Agentmoberhuber1-0/+1
2008-07-02Updated docs to reflect Windows support by TCF agenteutarass1-15/+7
2008-06-30Bug 238564: [tcf] Migrate to TM 3.0 / DSF 1.0eutarass1-10/+12
2008-06-26Bug 232157: [tcf][api] FileSystem open flags: Add TCF_ prefix to TCF File ↵eutarass1-72/+39
System Service O_ flags to prevent a potential conflict with libc definitions
2008-06-25Bug 232410: [tcf][api] TCF needs standard way to define agent error codeseutarass3-53/+101
2008-05-23Updated docs to match current version of IChannel.javaeutarass1-17/+107
2008-05-19Added UI that allows manual configuration of remote TCF peerseutarass1-1/+2
2008-05-16Clarified instruction breakpoint propertiesfburton1-8/+7
2008-05-141. Bug 229039: [tcf] Discovery service should be optionaleutarass1-2/+2
2. Fixed Windows sockets error handling 3. Fixed Windows pthread_cond_timedwait() implementation - timeout value was not handled properly
2008-05-10Replaced non-ASCII characters with named HTML character entitiesfburton10-975/+975
2008-05-09Added file properties for docs filesfburton1-0/+0
2008-05-09Updated TCF Architecture picturefburton1-0/+0
2008-05-08Fixed few typos in "TCF Service - Registers.html"eutarass1-3/+3
2008-05-07Fixed minor issues discovered by Sidharthfburton1-6/+6
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

Back to the top