Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Bug 366124 - TCFModelProxy won't compile against Platform 3.8M4.Eugene Tarassov1-3/+2
2011-12-10TCF Core: Breakpoints service: added capability definition: "BreakpointType".Eugene Tarassov1-0/+1
2011-12-08TCF Debugger: implemented an overlay for breakpoint icon to indicate that bre...Eugene Tarassov10-78/+234
2011-12-07TCF Debugger: added display of source file name and line number in the breakp...Eugene Tarassov1-0/+16
2011-12-05TCF Debugger: fixed number of leading zeros in hex values in the Registers view.Eugene Tarassov1-4/+6
2011-11-30TCF Debugger: more of debug console code.Eugene Tarassov6-21/+76
2011-11-29TCF Debugger: removed unwanted export from the debugger plugin.Eugene Tarassov2-4/+3
2011-11-29TCF Debugger: fixed few Java compiler warnings.Eugene Tarassov3-6/+6
2011-11-29Bug 329662 - [tcf]IllegalStateException while shutting down Eclipse with unfo...Eugene Tarassov1-5/+10
2011-11-28TCF Debugger: added "Detach Debug Context" command in the Debug view.Eugene Tarassov8-11/+167
2011-11-24TCF Debugger: added command to open debug console.Eugene Tarassov5-1/+104
2011-11-24TCF RSE: fixed multiple problems in TCF/RSE Terminals service implementation.Eugene Tarassov8-300/+228
2011-11-23TCF Tests: allow multiple clients to run diagnostic tests at same time.Eugene Tarassov1-2/+5
2011-11-23TCF RSE: added support for connections over SSL.Eugene Tarassov1-3/+5
2011-11-23TCF Core: added new property for IExpressions.Value: "Symbol" - symbol ID.Eugene Tarassov2-0/+11
2011-11-21TCF Tests: fixed NullPointerException in Path Map tests.Eugene Tarassov1-1/+4
2011-11-19TCF Tests: more C++ tests.Eugene Tarassov1-1/+3
2011-11-18TCF Tests: added tests for C++.Eugene Tarassov1-8/+57
2011-11-17TCF Core: a speed improvement in the JSON parser.Eugene Tarassov1-20/+22
2011-11-17TCF Core: added handling of whitespace characters in JSON to make it complian...Eugene Tarassov1-2/+23
2011-11-16TCF Core: removed non-ASCII characters from a comment.Eugene Tarassov1-4/+4
2011-11-16Code cleanup: fixed missing LF at end of file.Eugene Tarassov19-19/+19
2011-11-16TCF Debugger: add code to use target side path mapping rules for source lookup.Eugene Tarassov10-45/+167
2011-11-15TCF Core: implemented PathMap.changed event listener registration.Eugene Tarassov2-2/+56
2011-11-11Update site URL is changed to http://download.eclipse.org/tools/cdt/releases/...Eugene Tarassov3-5/+5
2011-11-11"Incubation" is removed from TCF plugin descriptions.Eugene Tarassov6-6/+6
2011-11-11TCF Version number is changed to 1.0.0Eugene Tarassov13-38/+38
2011-11-11Fixed TCF package names in import statements.Eugene Tarassov312-1830/+1830
2011-11-11TCF Core: removed .tm. from project names.Eugene Tarassov12-22/+22
2011-11-11TCF Java package names changed: org.eclipse.tm.tcf.* -> org.eclipse.tcf.*Eugene Tarassov392-0/+0
2011-11-09TCF Tests: improved FileSystem tests.Eugene Tarassov1-16/+67
2011-11-08TCF Debugger: added code to show breakpoint type and size in the breakpoint s...Eugene Tarassov2-3/+9
2011-11-07TCF Debugger: security manager changed to search both workspace and system di...Eugene Tarassov1-6/+68
2011-11-03TCF Debugger: added font styles and colors in detail panes.Eugene Tarassov6-85/+247
2011-11-02TCF Debugger: added 16-bit floating point numbers support, more accurate hand...Eugene Tarassov1-53/+88
2011-11-02TCF Debugger: fixed: 10 and 16 byte floating point numbers are shown with too...Eugene Tarassov1-3/+12
2011-11-01TCF Debugger: enable "Symbol Files" command in the Registers view.Eugene Tarassov1-0/+2
2011-11-01TCF Debugger: fixed: "Watch In Expressions" command should add quotes for reg...Eugene Tarassov2-37/+47
2011-10-28TCF Debugger: added support for "exotic" breakpoints that cannot be represent...Eugene Tarassov8-137/+217
2011-10-27TCF Debugger: fixed number of issues in handling of "foreign" breakpoints (br...Eugene Tarassov2-301/+361
2011-10-26TCF Debugger: fixed: wrong format of IBreakpoints.PROP_STOP_GROUP breakpoint ...Eugene Tarassov1-0/+1
2011-10-26TCF Debugger: added change management support in TCFMemoryBlockRetrieval.Eugene Tarassov3-18/+93
2011-10-25TCF Debugger: added Refresh command and update policies menu in the Memory view.Eugene Tarassov8-41/+149
2011-10-25TCF Debugger: implemented "Breakpoint Hit" update policy.Eugene Tarassov3-9/+40
2011-10-25TCF Debugger: implemented Update Policy menu in debug views.Eugene Tarassov10-108/+375
2011-10-25TCF Debugger: changed default value of "Run instance of TCF agent on the loca...Eugene Tarassov2-2/+5
2011-10-24TCF Core: fixed: IStreams service proxy calls all listeners on every "created...Eugene Tarassov1-18/+22
2011-10-21TCF Debugger: added manual refresh mode in debug views.Eugene Tarassov8-28/+588
2011-10-19TCF Debugger: fixed: TCF Launch should subscribe for streams from both Proces...Eugene Tarassov1-10/+16
2011-10-18TCF Tests: more Terminals tests.Eugene Tarassov1-3/+6

Back to the top