Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-11Update site URL is changed to ↵Eugene Tarassov3-5/+5
http://download.eclipse.org/tools/cdt/releases/juno
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 ↵Eugene Tarassov2-3/+9
status page.
2011-11-07TCF Debugger: security manager changed to search both workspace and system ↵Eugene Tarassov1-6/+68
directories (/etc/tcf/ssl) for SSL certificates.
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 ↵Eugene Tarassov1-53/+88
handling of FP precision.
2011-11-02TCF Debugger: fixed: 10 and 16 byte floating point numbers are shown with ↵Eugene Tarassov1-3/+12
too many digits - much more then real precision.
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 ↵Eugene Tarassov2-37/+47
register names that contain spaces and other special characters.
2011-10-28TCF Debugger: added support for "exotic" breakpoints that cannot be ↵Eugene Tarassov8-137/+217
represented by one of CDT breakpoint classes.
2011-10-27TCF Debugger: fixed number of issues in handling of "foreign" breakpoints ↵Eugene Tarassov2-301/+361
(breakpoints set by other clients connected to same target).
2011-10-26TCF Debugger: fixed: wrong format of IBreakpoints.PROP_STOP_GROUP breakpoint ↵Eugene Tarassov1-0/+1
property.
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 ↵Eugene Tarassov2-2/+5
local host" to false.
2011-10-24TCF Core: fixed: IStreams service proxy calls all listeners on every ↵Eugene Tarassov1-18/+22
"created" instead of calling right listener according to the stream type.
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 ↵Eugene Tarassov1-10/+16
Processes and ProcessesV1 services.
2011-10-18TCF Tests: more Terminals tests.Eugene Tarassov1-3/+6
2011-10-18TCF RSE: fixed: TCFTerminalShell.setTerminalSize() can deadlock.Eugene Tarassov1-1/+4
2011-10-18TCF Core: Locator service code changed to run getSubNetList() on a ↵Eugene Tarassov1-22/+29
background thread - the operation is time consuming and can block dispatch thread for long time.
2011-10-14TCF Tests: fixed "Timeout waiting for 'Terminals.exited' event" in terminals ↵Eugene Tarassov1-4/+19
service tests.
2011-10-13TCF Debugger: added support for "ClientData" breakpoint property.Eugene Tarassov2-75/+132
2011-10-13TCF Core: new breakpoint property: "ClientData".Eugene Tarassov1-2/+4
2011-10-12TCF Tests: more tests for Terminals service.Eugene Tarassov1-5/+55
2011-10-10TCF Debugger: changed memory map entry dialog to allow section name in "File ↵Eugene Tarassov1-3/+28
offset" field.
2011-10-10TCF Debugger: changed the code to show "?" instead of complete error message ↵Eugene Tarassov3-8/+10
in stack frame label when a function argument retrieval returns an error.
2011-10-07TCF Core: unwanted assertion removed from JSON.readUTF8Char().Eugene Tarassov1-1/+0
2011-10-05TCF Debugger: fixed: Pinning the Variables view to a thread results in a ↵Eugene Tarassov4-6/+5
blank view.
2011-10-05TCF Debugger: added support for CDT Clone & Pin commands.Eugene Tarassov7-82/+372
2011-10-05Changed code formatter preferences.Eugene Tarassov12-1658/+1812
2011-10-04TCF Debugger: added "Watch In Expressions" command in the Registers view.Eugene Tarassov4-20/+66
2011-10-03TCF RSE: fixed racing in TCFTerminalShellEugene Tarassov1-4/+7
2011-09-30TCF Core: added code in Locator service for faster recover when local master ↵Eugene Tarassov1-26/+56
exits.
2011-09-30Source code cleanup: CRLF -> LF, removing extra space charsEugene Tarassov5-56/+56
2011-09-30Bug 359350 - [Locator] Locator service fails to list local host (master) TCF ↵Eugene Tarassov1-12/+17
agent
2011-09-28TCF Debugger: added display of register groups children in the Expressions view.eutarass7-50/+200
2011-09-27TCF Debugger: TCF Debugger: added display of decimal value for 128-bit ↵eutarass1-11/+20
floating point numbers.
2011-09-27TCF Tests: fixed: "'char' not found" error when running diagnostic tests ↵eutarass1-0/+1
without debug info.
2011-09-27TCF Debugger: added display of decimal value for 80-bit floating point numbers.eutarass4-44/+78
2011-09-26TCF Debugger: symbol files and path map are now associated with SymbolsGroup ↵eutarass11-141/+234
instead of ProcessID.
2011-09-26TCF Debugger: lost revisions (2094..) re-applied to TCFDisassemblyBackend.javaeutarass1-999/+985
2011-09-16TCF Debugger: Fix build error against latest CDTaleherbau2-951/+1000

Back to the top