Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-05TCF Debugger: fixed: IModelDelta.ADDED deltas don't work as expectedEugene Tarassov1-1/+22
2014-02-04TCF Debugger: fixed: launch context filter does not work when "Auto-attach pr...Eugene Tarassov2-9/+21
2014-02-04TCF Core: new public method: TCFDataCache.post()Eugene Tarassov2-5/+8
2014-02-03TCF Debugger: Bug 427116 - Make TCF preferences more visibleAnton Leherbauer2-0/+31
2014-01-25TCF Debugger: fixed handling of LF in the DPrintf consoleEugene Tarassov1-0/+11
2014-01-25TCF Tests: better error messageEugene Tarassov1-2/+2
2014-01-24TCF Tests: better progress indicator for diagnostic testsEugene Tarassov2-18/+18
2014-01-21Target Explorer/TCF Debugger: Create capabilities for Target Explorer and TCF...Uwe Stieber2-0/+100
2014-01-17TCF Debugger: fixed: refresh button does not work in the Expressions view if ...Eugene Tarassov1-3/+2
2014-01-16TCF Debugger: fixed: refresh button does not work in the Expressions view if ...Eugene Tarassov1-0/+7
2014-01-14TCF Debugger: fixed display of children and parent time in the Profiler viewEugene Tarassov1-39/+116
2014-01-14TCF Tests: more Expressions service testsEugene Tarassov1-1/+9
2014-01-10TCF Tests: more tests for Expressions serviceEugene Tarassov2-12/+19
2014-01-10Target Explorer: Support filtering of auto generated path map rules from the ...Uwe Stieber1-0/+21
2014-01-09TCF Debugger: allow JSON in breakpoint marker attributes to support breakpoin...Eugene Tarassov1-26/+51
2013-12-28TCF Tests: more FileSystem service testsEugene Tarassov1-3/+69
2013-12-19TCF Debugger: profiler view re-worked to allow extensionsEugene Tarassov3-138/+215
2013-12-19TCF Debugger: allow enter hex numbers with 0x prefix in debugger viewsEugene Tarassov2-0/+2
2013-12-14TCF Core: non-ASCII characters are removed from code commentsEugene Tarassov4-35/+35
2013-12-14TCF Core: non-ASCII characters are removed from code commentsEugene Tarassov17-69/+69
2013-12-10TCF Debugger: fixed: the debugger disconnected with JSON syntax error excepti...Eugene Tarassov2-2/+2
2013-12-09Target Explorer: Eclipse command server peer name changedUwe Stieber1-3/+1
2013-12-06Bug 422825 - suspend trigger is activated on each new execution contextEugene Tarassov3-3/+6
2013-12-05TCF Core: updated code style preferencesEugene Tarassov6-24/+24
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

Back to the top