Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-09TCF Debugger: multiple changed in debug model in order to improve design, per...eutarass4-86/+30
2009-09-02Code cleanup: trailing spaces are removed from the source lineeutarass31-325/+325
2009-08-28Bug 287732: Unable to build org.eclipse.tm.tcf using headless build:eutarass1-1/+0
2009-08-28Fixed MANIFEST files typo: "Import-package" replaced by "Import-Package" (wit...eutarass1-1/+1
2009-08-27Rebuilt TCF update siteeutarass1-1/+2
2009-08-26TCF Launch Configuration now can start and use TCF agent on a local host.eutarass5-6/+222
2009-08-13Bug 284963: Add a third parameter to the streams service “created” eventeutarass2-6/+7
2009-07-22Bug 282734: [tcf][agent] Adapt the agent sources to support Linux x86_64eutarass1-1/+6
2009-07-09Moved waitpid() and related code into a separate module: waitpid.[hc]eutarass1-0/+13
2009-07-07Processes service: added support for process std input streamseutarass1-9/+44
2009-06-22Bug 235251: [tcf][api] runcontrol support for complex resume modeseutarass1-1/+1
2009-06-18TCF debugger: diagnostics test suit: fixed intermittent "Invalid BP status" e...eutarass1-8/+6
2009-06-15TCF Test Suit: fixed handling of exceptions thrown by peer.openChannel()eutarass1-15/+19
2009-05-27Secure TCF: implemented certificate based authenticationeutarass1-1/+4
2009-05-14Fixed: SysMonitor service tests fail if agent user account is not root.eutarass1-8/+17
2009-05-13Added sanity tests for SysMonitor serviceeutarass2-0/+104
2009-05-07Fixed: TCF floating point numbers test can fail because of rounding error.eutarass1-2/+6
2009-05-05Bug 273236: [tcf] TCF should export packages with versioneutarass1-2/+5
2009-04-28Bug 273078:[tcf][api] Separate TCF Core from TCF Eclipse Integrationeutarass1-3/+0
2009-04-20Created TCF feature and update site projectseutarass2-34/+10
2009-04-20Bug 270605: [tcf] TCF plugins should have qualified version numberseutarass1-1/+1
2009-04-16TCF Debugger: launch configuration dialog now can install TCF agent on remote...eutarass1-4/+13
2009-04-13TCF Debugger: fixed a racing condition during initialization.eutarass2-3/+17
2009-03-16Bug 264723: API extension to TCF Registers and Memory serviceseutarass1-1/+1
2009-03-10Fixed: infinite loop in the agent if channel is closed while transmitting Mem...eutarass1-0/+46
2009-03-04Implemented better handling of unrecognized commands in TCF protocol: instead...eutarass1-1/+15
2009-02-26TCF Agent: Added MemoryMap module, it keeps track of memory regions and mapping.eutarass1-2/+14
2009-02-13Processes service now uses virtual streams (Streams service) for process cons...eutarass1-25/+139
2009-02-11Fixed: Bug 258723: [tcf] json on the target does not support double or floati...eutarass2-0/+78
2009-02-10Fixed Bug 259878: [tcf]mdep.c implements pthread for __GNUC_ but the mdep.h i...eutarass1-2/+6
2009-02-09TCF Agent: Implemented Streams service.eutarass3-1/+254
2009-01-27TCF Agent (Linux): sys call trace is turned off - needs more efficient way to...eutarass1-7/+79
2009-01-21TCF Agent: better handling of sys calls on Linuxeutarass3-47/+56
2008-12-18Updated TODO commentseutarass1-1/+1
2008-12-161. TCF Debugger: implemented detail pane in Expressions and Variables views.eutarass1-0/+2
2008-12-11Fixed: TCF Launch Configuration dialog: target selection is not persistent if...eutarass2-7/+19
2008-11-041. Implemented redirection of remote process standard IO streams to console v...eutarass1-5/+8
2008-10-24Changed TCFFileInputStream and TCFFileOutputStream to support variable buffer...eutarass1-12/+52
2008-10-14TCF debugger launch configuration: allow to run local exe file without specif...eutarass2-4/+12
2008-10-14TCF debugger: added memory view supporteutarass1-5/+7
2008-09-291. Extended IErrorReport interface: now error report details are accessible f...eutarass1-2/+2
2008-09-25New extension point: org.eclipse.tm.tcf.debug.ui.launch.context - for integra...eutarass3-23/+142
2008-09-04TCF Agent: improved handling of debug info, including DWARF location expressi...eutarass1-4/+1
2008-08-29TCF agent: Implemented reading, caching and usage of ELF/DWARF debug informat...eutarass1-1/+1
2008-08-19TCF Agent: debug services now support and use application data types informat...eutarass2-2/+20
2008-08-15Bug 244287 Debug new configuration reports "connecting" forever in case of in...eutarass1-7/+7
2008-07-211. Added new TCF service: Expressions. The service supports remote evaluation...eutarass3-3/+340
2008-07-10TCF tests are split into several classes and moved to non-UI plug-in. Removed...eutarass9-0/+1884
2008-07-091. Added Protocol.invokeLater() method that dispatches an event with given delayeutarass8-6/+841
2008-07-02Fixed source lookup in TCF/DSF integrationeutarass2-2/+6

Back to the top