Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-03TCF Debugger: improved timing of view updates.eutarass6-26/+38
2011-08-03TCF Debugger: better optimizations of debug model deltas.eutarass2-21/+75
2011-08-01TCF Debugger: implemented display of function argument names and values in st...eutarass3-71/+161
2011-07-28TCF Debugger: implemented debugger preference "Limit number of stack frames t...eutarass8-20/+147
2011-07-11Bug 351153 - Regression: Workspace Selection Dialog no longer shown due to cd...eutarass1-1/+1
2011-07-05TCF Debugger: breakpoint status editor annotations code changed to support ol...eutarass1-5/+6
2011-06-30TCF Debugger: implemented editor markers that show breakpoints status for cur...eutarass5-176/+339
2011-06-23TCF Debugger: Remembering when user collapses thread in the Debug view and do...eutarass1-5/+6
2011-06-23TCF Debugger: workaround: Eclipse 3.7 calls IModelProxy.installed and IModelP...eutarass1-0/+2
2011-06-23TCF Debugger: applied model proxy patch from Bug 349998 that allows to avoid ...eutarass1-19/+8
2011-06-23TCF Debugger: fixed Memory Map backward compatibility with TCF agents ver. 0....eutarass1-9/+26
2011-06-22TCF Debugger: fixed: the debugger should update Variables and Expressions vie...eutarass7-1/+36
2011-06-22TCF Debugger: fixed: exception in display.asyncExec() during unexpected shutd...eutarass1-2/+14
2011-06-22TCF Debugger: implemented new TCF launch configuration option: "Disconnect wh...eutarass1-3/+16
2011-06-22TCF Debugger: fixed: when debug context exits it should be removed from pendi...eutarass1-1/+3
2011-06-21TCF Debugger: implemented memory contents editing.eutarass13-8/+199
2011-06-21TCF Debugger: implemented preferences page.eutarass14-94/+636
2011-06-20TCF Debugger: implemented "Watch In Expressions" menu command in Variables view.eutarass5-3/+101
2011-06-20TCF Debugger: implemented "Refresh" menu commands in debugger views.eutarass4-23/+93
2011-06-20TCF Debugger: implemented "View Memory" command in Variables and Expressions ...eutarass4-6/+132
2011-06-17TCF Debugger: fixed: after launch, the debugger does not always set initial s...eutarass3-48/+93
2011-06-16TCF Debugger: fixed: breakpoint overlay in Debug view not shown if the contex...eutarass1-3/+4
2011-06-16TCF Debugger: improved navigation in Debug view: added breakpoint image overl...eutarass1-18/+34
2011-06-16TCF Debugger: optimization: no need to flush context state data on context ch...eutarass1-2/+8
2011-06-15TCF Debugger: show launch disconnected error in Debug View instead of bringin...eutarass1-3/+0
2011-06-13TCF Debugger: improved Symbol Files (memory map) UI: icon, sorting, default s...eutarass7-147/+270
2011-06-13Changes in Memory Map service implementation and UI:eutarass7-512/+631
2011-06-02TCF Debugger: fixed display of partly readable memory blocks in Memory view.eutarass1-38/+48
2011-05-31TCF Debugger: Fixed NPE in TCFNodePropertySource due to race conditionaleherbau1-1/+1
2011-05-30TCF Debugger: Fixed bogus index incrementaleherbau1-1/+2
2011-05-27TCF Debugger: code cleanup: removed CRs and extra spaces.eutarass2-241/+241
2011-05-27TCF Debugger: Bug 347337 - Implement property page for TCF debug elements in ...aleherbau3-1/+245
2011-05-24TCF Debugger: when a thread exits, the debugger should cancel and remove run ...eutarass1-0/+1
2011-05-24TCF Agent: handling of RunControl.terminate is moved to target-specific code ...eutarass2-12/+37
2011-05-19Merged changes from 0.4.0 release branch to trunk.eutarass1-2/+2
2011-05-19TCF Debugger: memory map item property definition TCFLaunch.PROP_MMAP_ID is m...eutarass2-15/+14
2011-05-18TCF Debugger: Expressions view details pane: don't try to show hex value if t...eutarass1-3/+5
2011-05-18TCF Debugger: slightly better update logic in Debug view - no delay updating ...eutarass1-3/+3
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: added Status page in the breakpoint properties dialog.eutarass1-4/+3
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: Bug 344919 - [cdt] Reuse CDT's Source Not Found Editoraleherbau2-11/+66
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 viewaleherbau1-0/+61
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

Back to the top