Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-11TCF Debugger: fixed support of bit-fields in the Registers view.Eugene Tarassov1-30/+92
2012-12-21Fix fully qualified names to add " around names containing /Manuel Coutand1-0/+2
2012-12-15TCF Debugger: fixed: NPE when using proxy to connect to a target that cannot ...Eugene Tarassov1-1/+2
2012-12-15TCF Debugger: code cleanupEugene Tarassov4-9/+8
2012-12-12TCF Debugger: Bug 396396 - multiple identical expressions in the Expression v...Pawel Piech2-11/+21
2012-12-12TCF Debugger: Bug 395876 - [breakpoints] watchpoints read/write settings not ...Pawel Piech4-9/+96
2012-12-06TCF Debugger: added some code commentsEugene Tarassov1-1/+55
2012-12-02TCF Debugger: fixed: the Symbol Files dialog box shows same entry two times.Eugene Tarassov1-3/+26
2012-11-30TCF Debugger: changed "View Memory" and other commands to use <handler> bindi...Eugene Tarassov12-121/+190
2012-11-30TCF Debugger: redundant AddFunctionBreakointHandler removed, because it is al...Eugene Tarassov4-98/+4
2012-11-30Bug 395425 - When the Debug View breadcrumb is engaged, the CDT actionRohrbach, Randy1-110/+45
2012-11-28Bug 395190 - context_full_name does not escape or quote '/' charactersEugene Tarassov1-1/+5
2012-11-26TCF Debugger: better handling of memory mapped registersEugene Tarassov6-49/+154
2012-11-26TCF Debugger: code cleanup - trailing spaces removedEugene Tarassov4-17/+17
2012-11-26TCF Debugger: better code for retrieving register name by IDEugene Tarassov3-36/+4
2012-11-24TCF Debugger: Fix CoreException in TCFLaunchDelegate once the user starts to ...Uwe Stieber1-1/+12
2012-11-19Bug 394494 - [breakpoins] Breakpoint scope page should filter out contexts th...Pawel Piech1-29/+46

Back to the top