Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Mavenize TCF release branch, change version to 0.4.1eutarass9-3/+105
2011-07-11Bug 351153 - Regression: Workspace Selection Dialog no longer shown due to cd...eutarass1-1/+1
2011-07-06Bug 351305 - "Invalid Datagram Packet Received" error logged when system cloc...eutarass1-2/+2
2011-06-30Removing the prototype target explorer plugins. The real ones are in target_e...dschaefer57-3802/+0
2011-06-15TCF Debugger: show launch disconnected error in Debug View instead of bringin...eutarass1-3/+0
2011-05-16TCF version number changed from 0.3.0 to 0.4.0eutarass14-35/+35
2011-05-13TCF Debugger: improved Debug view update logic - less flicker in the view.eutarass3-27/+34
2011-05-13TCF Debugger: improved Debug view update logic - less flicker in the view.eutarass4-68/+68
2011-05-13TCF Debugger: changed breakpoint status page to show "Not planted" instead of...eutarass1-0/+5
2011-05-13TCF Debugger: added Status page in the breakpoint properties dialog.eutarass4-5/+337
2011-05-13TCF Debugger: Fixed context ordering in breakpoint Scope page, empty scope no...aleherbau2-6/+15
2011-05-11TCF Tests: fixed: diagnostic tests fail to check target support of data break...eutarass1-1/+1
2011-05-10TCF Debugger: fixed: racing between removeListener(fRunControlListener) and f...eutarass1-2/+2
2011-05-09Code cleanup: removed unwanted CR and space characters.eutarass1-47/+47
2011-05-09TCF Debugger: Use icon from launch configuration type for launch instancealeherbau1-2/+7
2011-05-09TCF Debugger: Support for restricting breakpoints to a debug sessionaleherbau3-20/+71
2011-05-09Add launch config name to scope root nodesaleherbau1-3/+10
2011-05-09TCF Debugger: Bug 344919 - [cdt] Reuse CDT's Source Not Found Editoraleherbau7-20/+269
2011-05-07TCF Debugger: added display of thread state properties "Context" and "CPU" in...eutarass1-0/+12
2011-05-06TCF Debugger: sorting order in Debug view changed from creation order to "get...eutarass2-7/+29
2011-05-06Cleanup of tabs and extra spaces.eutarass1-7/+7
2011-05-05TCF Debugger: Add Watchpoint in Editor and Variables/Expressions viewaleherbau9-32/+267
2011-05-04TCF Debugger: fixed: If a context is not active, the debugger ignores errors ...eutarass1-1/+5
2011-04-29TCF Debugger: fixed: TCF trace view should not clear selection when new outpu...eutarass1-1/+42
2011-04-29TCF Debugger: fixed: changing value of a CPU register should trigger update o...eutarass1-0/+3
2011-04-28Bug 331655 - [disassembly] Improve mixed mode (display more then one source l...eutarass1-5/+12
2011-04-28Bug 343942 - [RCP] IllegalStateException trying to initialize the SSL context...eutarass1-1/+9
2011-04-26TCF Debugger: changed code to allow empty Address, Size and Offset fields in ...eutarass1-0/+1
2011-04-25TCF Debugger: yet more efficient caching strategy for line numbers and functi...eutarass1-32/+65
2011-04-25TCF Debugger: added toString() method in a couple of classes for convenience.eutarass2-0/+32
2011-04-22TCF Debugger: more efficient caching strategy for line numbers and function s...eutarass2-15/+39
2011-04-20TCF Debugger: register node code changed to not allow register value editing ...eutarass1-8/+21
2011-04-20TCF Debugger: fixed update on suspend of children list of stack frame registe...eutarass2-1/+8
2011-04-18TCF Debugger: added character value display if form 'x' to Variables and Expr...eutarass1-5/+18
2011-04-15TCF Debugger: disassembly view changed to show single-line error reports inst...eutarass1-1/+2
2011-04-13TCF Debugger: fixed: Eclipse can lock in disassembly back-end code if target ...eutarass1-7/+7
2011-04-12Bug 342530 - TCFSourceLookupParticipant should not return inaccessible resourcesaleherbau1-16/+21
2011-04-11TCF Debugger: added agent name to launch node label in Debug vieweutarass2-11/+25
2011-04-11TCF Tests: added "tcf_test_func3" and "&tcf_test_func3" to list of expression...eutarass1-0/+2
2011-04-11Code cleanup: trailing spaces removed.eutarass1-1/+1
2011-04-11TCF Debugger: fixed: some breakpoints have "File" attribute that is empty stringeutarass1-1/+1
2011-04-11Bug 342408 - Remove in Expressions view has no effectaleherbau1-1/+16
2011-04-08TCF Debugger:eutarass4-10/+33
2011-04-071. Added "Address" property for expression values.eutarass3-1/+20
2011-04-07Improved support for register variables:eutarass5-2/+80
2011-04-06TCF Debugger: fixed couple bugs in big-endian targets support.eutarass2-5/+3
2011-04-05TCF Tests: fixed: expressions test fails when target does not have symbols se...eutarass1-1/+4
2011-04-04TCF Agent: fixed bogus error message "Undefined identifier 'struct'" when eva...eutarass1-0/+2
2011-04-04TCF Tests: fixed intermittent false positive "Unexpected contextResumed event"eutarass1-1/+2
2011-04-04Bug 341741 - Add support for breakpoint scopealeherbau6-1/+585

Back to the top