Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-18TCF Debugger: fixed regression: assertion failure in TCFNode.dispose()eutarass2-13/+6
2011-02-16TCF Debugger: added checks of Workbench.isStarting() and Workbench().isClosin...eutarass2-33/+46
2011-02-15TCF Debugger: changed how debug model nodes are disposed to make sure all cac...eutarass20-224/+172
2011-02-15TCF Debugger: added support for register groupseutarass1-2/+34
2011-02-10TCF Debugger: implemented debug view node filtering eutarass5-66/+211
2011-02-09TCF Debugger: added code to display breakpoint status info in UIeutarass3-3/+86
2011-02-04TCF Debugger: fixed: AssertionError when I edit the hex value of a register a...eutarass2-0/+3
2011-02-04TCF Debugger: fixed: NullPointerException when Variables view contains a vari...eutarass1-1/+1
2011-02-021. Added code, API and UI to control auto-attach of process children.eutarass2-3/+15
2011-02-02TCF Debugger: fixed: 'field' symbol cache is not properly updated in expressi...eutarass2-16/+19
2011-01-30TCF Debugger: fixed: SWTException "Device is disposed" when Eclipse is shut d...eutarass1-6/+13
2011-01-28TCF Debugger: improved initial debug context selection logiceutarass1-3/+9
2011-01-27TCF Debugger: enable editing of memory map regions by double clicking in Memo...eutarass1-13/+16
2011-01-27TCF Debugger: changed Memory Map dialog code to allow editing of manually con...eutarass2-22/+30
2011-01-27TCF Debugger: fixed: Eclipse console view can get into a deadlock when it rec...eutarass2-128/+191
2011-01-27TCF Debugger: fixed regression: assertion failure in "disconnect" command han...eutarass1-4/+4
2011-01-19Bug 334751: Add support for Modules vieweutarass9-4/+315
2011-01-19Source code cleanup: removed extra spaceseutarass1-1/+1
2011-01-18Bug 334613: Better icons for Variables and Expressionseutarass5-5/+22
2011-01-14Bug 334379: Implement Drop to Frame command handlereutarass4-4/+201
2011-01-13Bug 333951: [cdt] Integrate with CDT's reverse run control commandseutarass19-383/+27
2010-12-24TCF Debugger: more changes in how the debugger removes stack frame annotation...eutarass1-6/+11
2010-12-23TCF Debugger: changed how the debugger removes stack frame annotations in edi...eutarass2-23/+41
2010-12-22TCF Debugger: displaySource() requests for a context that has active run cont...eutarass1-13/+10
2010-12-22TCF Debugger: fixed: Suspend button does not stop a step command that takes a...eutarass1-1/+8
2010-12-16Bug 332730: [cdt] Add support for debug expression hovereutarass5-5/+147
2010-12-13TCF Debugger: added public methods for accessing CPU registers cacheeutarass4-4/+16
2010-12-09TCF Debugger: fixed: selection in Debug view is not always updated properly d...eutarass1-1/+1
2010-12-07TCF Debugger:eutarass5-210/+327
2010-12-06TCF Debugger: fixed: exception in Debug Configuration dialog Target tab when ...eutarass1-0/+4
2010-12-03TCF Debugger: changes to improve performance: faster view updates, less flush...eutarass14-150/+221
2010-12-03TCF Debugger: implemented workaround for what appears to be bug in Eclipse: d...eutarass1-1/+2
2010-12-02TCF Debugger: fixed: step back over/into line leaves IP at last instruction o...eutarass2-18/+2
2010-12-01TCF Debugger: Target tab in Debug Configuration dialog:eutarass1-5/+10
2010-12-01TCF Debugger: cosmetic and minor performance improvementseutarass5-19/+21
2010-11-30Bug 331423:[cdt] Enable Instruction Stepping Mode toggle button for TCF debuggereutarass3-13/+44
2010-11-30TCF Debugger: added timestamps in TCF Trace vieweutarass1-0/+16
2010-11-25Completed initial version of reverse execution supporteutarass4-36/+65
2010-11-24TCF Debugger: fixed few more regressions in command binding caused by recent ...eutarass1-4/+4
2010-11-24TCF Debugger: fixed: Signals and Memory Map command broken by previous commiteutarass1-2/+2
2010-11-24TCF Debugger: implemented UI contributions for reverse execution controleutarass10-248/+459
2010-11-24TCF Debug: added more code to filter out unneeded debug model deltaseutarass2-24/+19
2010-11-24TCF Debugger: implemented a limit of number of pending resume commandseutarass1-41/+47
2010-11-24TCF Debugger:eutarass1-32/+36
2010-11-23TCF Debugger: fixed: disassembly view does not show current instruction if st...eutarass1-0/+1
2010-11-23TCF Debugger: changed run control action scheduling: now all actions for a la...eutarass15-77/+117
2010-11-23TCF Debugger: added icons for reverse run control actionseutarass10-0/+0
2010-11-23TCF Debugger:eutarass6-334/+300
2010-11-23TCF Debugger: run control commands improvements:eutarass11-36/+447
2010-11-23Bug 330919: TCFModelPresentation does not handle LocalFileStorageeutarass2-2/+20

Back to the top