Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-04TCF Tests: added reporting of PC and stepping errors in RCBP1 testEugene Tarassov1-1/+16
2013-12-04Bug 422854 - API Tooling Errors in TCF CoreEugene Tarassov42-190/+359
2013-12-03TCF Core: added definitions of new attributes of run control state: FuncCall ...Eugene Tarassov3-3/+9
2013-12-03TCF Debugger: fixed: model delta children requests are not properly routed th...Eugene Tarassov3-55/+74
2013-11-27TCF Debugger: Provide common contribution anchors into the Debug View view menu.Uwe Stieber2-1/+21
2013-11-26TCF Core: fixed: when a channel is terminated, pending command should be abor...Eugene Tarassov1-1/+2
2013-11-15TCF Core: a bit faster implementation of TCF communication channelEugene Tarassov2-29/+80
2013-11-07Revert "Target Explorer: add \0 char at the end of result data if missing"Eugene Tarassov1-6/+0
2013-11-06Bug 418946 - Diagnostics FileSystem java test fails if first filesystem root ...Eugene Tarassov1-1/+2
2013-11-06TCF Tests: fixed: Attach/Detach test should run after Path Map test, because ...Eugene Tarassov1-4/+4
2013-11-06Target Explorer: add \0 char at the end of result data if missingTobias Schwarz1-0/+6
2013-11-05TCF Core: removed support for Java 1.5 or older. Now 1.6 is minimum required ...Eugene Tarassov1-62/+15
2013-11-05TCF Debugger: added code to show context name instead of context ID in virtua...Eugene Tarassov3-6/+38
2013-11-05TCF Debugger: fixed sending data from host to virtual UARTEugene Tarassov1-1/+1
2013-11-04TCF Tests: fixed: TestEchoERR fails on locale with decimal point is not a periodEugene Tarassov1-1/+1
2013-11-04TCF Debugger: Bug 420740 - On connect make sure to select a suspended contextAnton Leherbauer1-7/+14
2013-11-04TCF Debugger: Bug 420641 - Cannot edit Symbol Files if Launch isAnton Leherbauer2-10/+17
2013-11-03TCF Debugger: Profiler view position in the Debug perspective changed to be s...Eugene Tarassov1-0/+6
2013-11-03TCF Debugger: fixed stack overflow in Profiler view on Linux GTKEugene Tarassov1-2/+10
2013-11-02TCF Debugger: changed required version of terminal plug-in to fix compatibili...Eugene Tarassov1-1/+1
2013-11-01TCF Debugger: removed "Open Debug Console" action - the console is not usabl...Eugene Tarassov1-0/+2
2013-10-30TCF Debugger: fixed memory leak: TCFModel.context_map can accumulate obsolete...Eugene Tarassov2-3/+42
2013-10-29TCF Debugger: fixed: preference storage listener causes memory leakEugene Tarassov1-30/+33
2013-10-29TCF Debugger: Bug 418651 - TCF Eclipse Breakpoint view does not reportAnton Leherbauer2-1/+5
2013-10-29TCF Debugger: fixed FindBugs warning: A value is checked here to see whether ...Eugene Tarassov1-1/+1
2013-10-29TCF Tests: fixed FindBugs warning: The code invokes toString on an array, whi...Eugene Tarassov1-1/+2
2013-10-29TCF Debugger: fixed FindBugs warning: The variable referenced at this point i...Eugene Tarassov1-2/+2
2013-10-29TCF Debugger: fixed FindBugs warning: This method ignores the return value of...Eugene Tarassov1-1/+1
2013-10-28TCF Core: fixed FindBugs warning: The return value of this method should be c...Eugene Tarassov1-1/+1
2013-10-28TCF Debugger: code cleanupEugene Tarassov2-4/+4
2013-10-28TCF Debugger: fixed FindBugs warning: This code compares a java.lang.String p...Eugene Tarassov1-5/+5
2013-10-28TCF Debugger: added display of function name in details pane of PC registerEugene Tarassov3-36/+59
2013-10-28TCF Tests: fixed NPE in Expressions service testEugene Tarassov1-1/+2
2013-10-28TCF Core: code cleanupEugene Tarassov1-15/+23
2013-10-28TCF Core: fixed FindBugs warning: The constructor starts a thread. This is li...Eugene Tarassov1-3/+8
2013-10-28TCF Core: fixed FindBugs warning: This class overrides equals(Object), but do...Eugene Tarassov1-14/+27
2013-10-28TCF Core: fixed FindBugs warning: This class defines a compareTo(...) method ...Eugene Tarassov1-0/+11
2013-10-21TCF Debugger: Fix launch overwrites path map rules set by other clients on th...Uwe Stieber1-7/+29
2013-10-19TCF Debugger: Fix exceptions in memory map widgetUwe Stieber3-25/+45
2013-10-18TCF Tests: fixed regression in Expressions service tests - intermittent error...Eugene Tarassov1-3/+1
2013-10-17TCF Tests: better tests for the Expressions serviceEugene Tarassov1-35/+45
2013-10-16TCF Debugger: better terminal widget integrationEugene Tarassov7-653/+526
2013-10-16TCF Core: new command ProcessesV1.setWinSize - set process sudo-tty window sizeEugene Tarassov3-12/+32
2013-10-15TCF Debugger: Add possibility to locate symbol file for a memory context miss...Uwe Stieber2-12/+84
2013-10-14TCF Debugger: Fix Memory map widget does not update on memory map changesUwe Stieber1-10/+69
2013-10-14TCF Debugger: Improve memory map widgetUwe Stieber1-13/+187
2013-10-11TCF Debugger: added parentheses around anonymous struct/union members in a st...Eugene Tarassov1-21/+10
2013-10-11TCF Debugger: pointer value details pane now shows name of pointed function o...Eugene Tarassov1-24/+60
2013-10-11TCF Tests: more C++ expression testsEugene Tarassov1-0/+16
2013-10-10TCF Debugger: Make dependency to "o.e.tm.terminal.view" optionalUwe Stieber2-13/+33

Back to the top