Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10TCF Debugger: changed memory map entry dialog to allow section name in "File ↵test-terminateEugene Tarassov1-3/+28
offset" field.
2011-10-10TCF Debugger: changed the code to show "?" instead of complete error message ↵Eugene Tarassov2-7/+9
in stack frame label when a function argument retrieval returns an error.
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 Tarassov4-18/+41
2011-10-04TCF Debugger: added "Watch In Expressions" command in the Registers view.Eugene Tarassov4-20/+66
2011-09-30Source code cleanup: CRLF -> LF, removing extra space charsEugene Tarassov3-10/+10
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 Debugger: added display of decimal value for 80-bit floating point numbers.eutarass3-44/+77
2011-09-26TCF Debugger: symbol files and path map are now associated with SymbolsGroup ↵eutarass10-141/+233
instead of ProcessID.
2011-09-13TCF Debugger: added handling of invalid selection in the Debug view.eutarass1-2/+17
2011-09-13TCF Debugger: fixed: resume command should be enabled for ↵eutarass2-4/+8
suspended-not-active contexts.
2011-09-09TCF Debugger: fixed: the debugger should never try to lookup source files ↵eutarass3-36/+12
using partial file names.
2011-09-08TCF Debugger: fixed: the debugger should not show decimal value of an array ↵eutarass1-5/+14
- it looks useless and confusing.
2011-09-08TCF Debugger: fixed: the debugger should update editor annotations when ↵eutarass1-1/+37
launch configuration changes.
2011-09-07TCF Debugger: fixed: debugger preference "Delay children list updates in the ↵eutarass2-19/+27
Debug View until a child context is suspended" does not work as expected.
2011-09-07TCF Debugger: fixed: opening Symbol Files dialog for already closed debug ↵eutarass1-4/+5
session can cause NPE.
2011-09-02TCF Debugger: improved handling of symbol flags.eutarass2-3/+19
2011-09-01TCF version changed to 0.5.0eutarass1-1/+1
2011-09-01TCF Debugger: a bit better code for conversion of JSON numbers to BigInteger.eutarass8-43/+19
2011-08-26TCF Debugger: implemented new debugger preference: Automatic children list ↵eutarass6-23/+89
updates in the Debug View
2011-08-24TCF Debugger: added handling of Expressions view commands: "Disable", ↵eutarass4-108/+167
"Enable" and "Edit Watch Expression".
2011-08-19TCF Tests: added run control tracing support.eutarass1-0/+5
2011-08-17TCF Debugger: implemented new debugger preference: Delay children list ↵eutarass5-2/+37
updates in the Debug View until a child context is suspended.
2011-08-16TCF Debugger: improved logic that controls enabled/disabled state of run ↵eutarass3-30/+45
control commands in the Debug view - now it take into account state of children of a selected node.
2011-08-16TCF Debugger: added some code comments.eutarass1-3/+57
2011-08-10TCF Debugger: fixed: suspend command in the Debug view should cancel active ↵eutarass2-4/+3
breakpoint actions for currently selected context.
2011-08-09TCF Debugger: better looking breakpoint overlay in the Debug view.eutarass2-2/+3
2011-08-08TCF Debugger: implemented adapter for CDT breakpoint actions.eutarass3-2/+82
2011-08-08TCF Debugger: implemented smooth painting of instruction pointer.eutarass3-13/+52
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 ↵eutarass3-71/+161
stack traces.
2011-07-28TCF Debugger: implemented debugger preference "Limit number of stack frames ↵eutarass8-20/+147
to ..."
2011-07-11Bug 351153 - Regression: Workspace Selection Dialog no longer shown due to ↵eutarass1-1/+1
cdt.tcf.ui / TCFSecurityManager starting early.
2011-07-05TCF Debugger: breakpoint status editor annotations code changed to support ↵eutarass1-5/+6
older agents that don't implement BPGroup context attribute.
2011-06-30TCF Debugger: implemented editor markers that show breakpoints status for ↵eutarass5-176/+339
current selection in the Debug view.
2011-06-23TCF Debugger: Remembering when user collapses thread in the Debug view and ↵eutarass1-5/+6
don't expand it again.
2011-06-23TCF Debugger: workaround: Eclipse 3.7 calls IModelProxy.installed and ↵eutarass1-0/+2
IModelProxy.dispose multiple times and in random order.
2011-06-23TCF Debugger: applied model proxy patch from Bug 349998 that allows to avoid ↵eutarass1-19/+8
using SWT by using ITreeModelViewer and ITreeModelContentProvider interfaces.
2011-06-23TCF Debugger: fixed Memory Map backward compatibility with TCF agents ver. ↵eutarass1-9/+26
0.4 and older.
2011-06-22TCF Debugger: fixed: the debugger should update Variables and Expressions ↵eutarass7-1/+36
views on memory map changes.
2011-06-22TCF Debugger: fixed: exception in display.asyncExec() during unexpected ↵eutarass1-2/+14
shutdown.
2011-06-22TCF Debugger: implemented new TCF launch configuration option: "Disconnect ↵eutarass1-3/+16
when last debug context exits"
2011-06-22TCF Debugger: fixed: when debug context exits it should be removed from ↵eutarass1-1/+3
pending memory view updates.
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
views.

Back to the top