Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-03TCF Debugger: fixed: in certain rare cases Step Return action does two steps ...Eugene Tarassov1-12/+14
2013-04-22Revert "Fix fully qualified names to add " around names containing /"Eugene Tarassov1-2/+0
2013-04-14TCF Core: fixed high priority FindBugs warningsEugene Tarassov10-15/+27
2013-04-14TCF Debugger: workaround for a assertion failure in the Disassembly viewEugene Tarassov1-5/+6
2013-04-14TCF Debugger: fixed: in certain cases when a debug contexts exits, parent ico...Eugene Tarassov1-8/+16
2013-04-14Bug 403803 - The context extra properties should be displayed in the breakpoi...Eugene Tarassov4-11/+22
2013-04-12Target Explorer: Fix a set of shutdown issuesUwe Stieber1-7/+1
2013-04-11Target Explorer: Fix path map table layouts columns badly if embedded in edit...Uwe Stieber1-2/+11
2013-04-11Target Explorer: Fix MemoryMapTable layouts columns badly if embedded in edit...Uwe Stieber1-24/+28
2013-04-09TCF Core: code cleanupEugene Tarassov1-5/+5
2013-04-09TCF Debugger: added sorting in the TCF Profiler viewEugene Tarassov1-15/+67
2013-04-09TCF Debugger: fixed NPE when a workspace resource (a C-file) is out of syncEugene Tarassov1-1/+2
2013-04-05TCF Debugger: fixed: the Variables view is not properly updated on MemoryMap....Eugene Tarassov2-9/+14
2013-04-03TCF Core: more comments for Profiler service APIEugene Tarassov1-0/+10
2013-03-30TCF Core: Avoid IllegalStateException on shutdown in non-debug modeUwe Stieber1-1/+7
2013-03-27TCF Debugger: initial selection logic of the Debug view changed to wait until...Eugene Tarassov1-0/+8
2013-03-27TCF Debugger: fixed: assertion fails at CreateNodeRunnable.run() when a conte...Eugene Tarassov1-2/+4
2013-03-27TCF Debugger: added status display in the TCF Profiler viewEugene Tarassov1-7/+44
2013-03-22TCF Debugger: simple initial implementation of TCF profiler viewEugene Tarassov3-0/+607
2013-03-22TCF Core: new TCF service interface: Profiler.Eugene Tarassov2-0/+172
2013-03-20TCF Core: new memory region property: "OSA".Eugene Tarassov5-8/+15
2013-03-20TCF Debugger: TCFLaunch.disconnect() changed to wait until the channel is clo...Eugene Tarassov1-6/+17
2013-03-20Locator: Added getAgentID() to ILocator (see also Bug 402644)Uwe Stieber3-1/+31
2013-03-15TCF RSE: fixed NPE when launching a terminal returns an errorEugene Tarassov1-3/+3
2013-03-12TCF Debugger: changed order of info in the details pane of the Registers view...Eugene Tarassov1-38/+50
2013-03-12TCF Debugger: new preference control: Show full (long) error reports in detai...Eugene Tarassov6-13/+56
2013-03-12TCF Core: JSON.readUTF8Char() - allow reading of 32-bit UNICODE charsEugene Tarassov1-14/+27
2013-03-12TCF Debugger: fixed: a function call in the Expressions view can lock UI if t...Eugene Tarassov2-1/+37
2013-03-09TCF Debugger: re-designed TCF launch configuration dialog:Eugene Tarassov24-1381/+2361
2013-02-27Bug 401773 - [Eclipse] In Variables View it should be possible to display the...Eugene Tarassov2-22/+37
2013-02-19TCF Core: Bug #400659: Limit Java 7 workaround to Windows platformsUwe Stieber1-1/+4
2013-02-19TCF Core: Bug 400659 - TCF does not work with Java 7Uwe Stieber1-0/+8
2013-02-17TCF Debugger: fixed: breakpoint action "Resume" should abort other breakpoint...Eugene Tarassov1-2/+16
2013-02-08TCF Debugger: fixed: duplicate entries in a wait list created by TCFModel.cre...Eugene Tarassov1-0/+1
2013-01-25Target Explorer: Allow to run Eclipse (TCF) diagnostics tests from the System...Uwe Stieber1-2/+2
2013-01-25TCF Debugger: fixed: when a breakpoint is created with "Toggle Watchpoint" in...Eugene Tarassov1-4/+9
2013-01-25TCF Debugger: fixed: when 2 debuggers are connected to same target, changing ...Eugene Tarassov3-11/+33
2013-01-23TCF Debugger: fixed: volatile attributes of CDT breakpoint marker generate un...Eugene Tarassov2-4/+7
2013-01-23Releng: Synchronize required bundle constraints with the current target platformUwe Stieber4-13/+13
2013-01-22TCF Debugger: got rid of unwanted "Channel is closed" message in the Errors logEugene Tarassov1-1/+3
2013-01-22TCF Debugger: fixed intermittent NPE in isEnabled method of command handlersEugene Tarassov1-2/+5
2013-01-17TCF Debugger: better handling of breakpoint status annotationsEugene Tarassov2-38/+49
2013-01-17TCF Debugger: better handling of breakpoint status annotationsEugene Tarassov3-13/+31
2013-01-17TCF Tests: fixed: DPprintf service test fails if debug symbols info not avail...Eugene Tarassov1-1/+1
2013-01-17TCF Debugger: fixed regression: NPE in TCF annotation manager when Eclipse exitsEugene Tarassov1-1/+0
2013-01-16TCF Tests: fixed registers test error: the test tries to read a register with...Eugene Tarassov1-0/+1
2013-01-16TCF Debugger: fixed breakpoint status annotations in disassembly editor and v...Eugene Tarassov4-37/+211
2013-01-15TCF Debugger: added console for "dynamic printf"Eugene Tarassov4-28/+108
2013-01-15TCF Debugger: proxy and tests for DPrintf serviceEugene Tarassov4-48/+283
2013-01-11TCF Debugger: fixed NPE in the Symbol Files dialog when last entry is removedEugene Tarassov1-3/+4

Back to the top