Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-13Bug 270610: [tcf] Get rid of org.eclipse.tm.tcf.startup extension pointeutarass1-1/+1
2009-04-09Fixed typos in a comment.eutarass1-2/+2
2009-04-02Bug 270607: [tcf] Cleanup TCF core implementation and split out plugin testseutarass1-32/+0
2009-03-16Bug 264723: API extension to TCF Registers and Memory serviceseutarass4-38/+230
2009-03-04Implemented better handling of unrecognized commands in TCF protocol: instead...eutarass9-42/+162
2009-02-27Fixed: documentation for the Processes service is missing a parameter on the ...eutarass1-0/+1
2009-02-26Updated Processes service description to be in sync with current implementationeutarass1-28/+33
2009-02-13Processes service now uses virtual streams (Streams service) for process cons...eutarass2-21/+17
2009-02-11Fixed: Bug 258723: [tcf] json on the target does not support double or floati...eutarass4-20/+89
2009-02-09Bug 243774: [tcf] Possibility to programatically add new communication channe...eutarass8-69/+144
2009-02-09TCF Agent: Implemented Streams service.eutarass7-24/+606
2009-01-22TCF Debugger on Windows now provides UI to control exception handling, simila...eutarass2-5/+6
2009-01-21TCF Agent: better handling of sys calls on Linuxeutarass2-6/+14
2009-01-17TCF Debugger: finished UI to control POSIX signalseutarass3-104/+148
2009-01-15TCF Debugger, work in progress: added debugger UI to handle POSIX signalseutarass4-10/+54
2009-01-13Fixed: unsuccessful Locator.redirect returns wrong error code.eutarass5-7/+131
2009-01-07TCF Debugger: Expressions, Variables and Registers views now support editing/...eutarass2-2/+2
2008-12-29259728: [tcf] JSON returns Collections and not List for JSON arraysmischarf1-2/+2
2008-12-18TCF Debugger: implemented array partitioning in Expressions and Variables viewseutarass1-0/+13
2008-12-161. TCF Debugger: implemented detail pane in Expressions and Variables views.eutarass2-0/+11
2008-12-14fixed parsing of floating point numbersmischarf1-1/+3
2008-12-11Fixed: TCF Launch Configuration dialog: target selection is not persistent if...eutarass3-27/+59
2008-12-09Better values for UDP packet size limitseutarass1-3/+4
2008-12-08Bug 257670: Why does TCF have its own implementation of ReadOnlyCollection an...eutarass8-221/+5
2008-12-08Implemented support for TCF channel proxying (aka value-add, redirection) in ...eutarass13-95/+361
2008-11-11LocatorProxy: fixed a bug: peer info was not removed from the list on peerRem...eutarass1-1/+2
2008-11-11JSON: implemented support for floating point numberseutarass1-3/+38
2008-11-11TCFTask: implemented get() with timeout, added comments for all public methodseutarass1-14/+107
2008-11-041. Implemented redirection of remote process standard IO streams to console v...eutarass3-2/+83
2008-10-24Changed TCFFileInputStream and TCFFileOutputStream to support variable buffer...eutarass2-53/+63
2008-10-21Bug 249841: Changes in TCF discovery protocol: UDP instead of TCP in slave modeeutarass5-176/+637
2008-10-14TCF debugger: added memory view supporteutarass3-14/+5
2008-10-14Improved TCFTask class to support null as result valueeutarass1-6/+17
2008-10-02Bug 243763: [tcf] Possibility for the java implementation to act as a servereutarass6-21/+220
2008-09-291. Extended IErrorReport interface: now error report details are accessible f...eutarass5-58/+165
2008-09-22Better support for TCF Agent portability:eutarass1-1/+2
2008-09-15New TCF service defined and implemented: Symbolseutarass4-40/+389
2008-09-04TCF Agent: improved handling of debug info, including DWARF location expressi...eutarass4-36/+45
2008-08-20Bug 243768 [tcf] Possibility to programatically add new services to the java ...eutarass6-35/+167
2008-08-19TCF Agent: debug services now support and use application data types informat...eutarass1-0/+4
2008-08-11More functionality of Expressions service is implemented.eutarass4-11/+18
2008-07-211. Added new TCF service: Expressions. The service supports remote evaluation...eutarass12-23/+649
2008-07-10TCF tests are split into several classes and moved to non-UI plug-in. Removed...eutarass7-44/+87
2008-07-091. Added Protocol.invokeLater() method that dispatches an event with given delayeutarass1-5/+95
2008-07-02Fixed source lookup in TCF/DSF integrationeutarass1-0/+2
2008-06-261. Bug 225078: [tcf][api] Add API markup to TCF Javadocs where extend / imple...eutarass16-31/+70
2008-06-26Bug 225103: [tcf][releng] Add "(Incubation)" to TCF plugins in order to be co...eutarass1-1/+1
2008-06-26Bug 232157: [tcf][api] FileSystem open flags: Add TCF_ prefix to TCF File Sys...eutarass2-59/+26
2008-06-25Bug 232410: [tcf][api] TCF needs standard way to define agent error codeseutarass15-233/+368
2008-06-161. TCF agent Stack Trace service: fixed handling of PLT entries on Linux.eutarass6-14/+66

Back to the top