Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-13TCF Debugger: fixed: disconnect command fails with error if issued while chan...Eugene Tarassov1-24/+26
2015-02-13Releng: Fix copyrightsUwe Stieber16-16/+16
2015-02-12TCF Core: new memory context properties: "AddressableUnitSize" and "DefaultWo...Eugene Tarassov4-4/+73
2015-02-02Releng: Streamline pom file hierarchy and fix target configuration if buildin...Uwe Stieber6-12/+12
2015-01-29Bug 458615 - Provide support for signed fixedEugene Tarassov3-32/+143
2015-01-27TCF Debugger: better handling of register read errors in the Registers viewEugene Tarassov1-1/+3
2015-01-27TCF Debugger: fixed NPE when debugger fails to open TCF channel because of an...Eugene Tarassov1-12/+14
2015-01-16TCF Debugger: added TCFLaunch.terminate() implementation to support "Terminat...Eugene Tarassov1-1/+62
2015-01-16TCF Debugger: fixed: when disposed, debug model does not remove service liste...Eugene Tarassov1-0/+12
2015-01-09Bug 456765 - Entering an invalid breakpoint condition does not cause any errorEugene Tarassov4-1/+12
2015-01-08TCF Debugger: Bug 456995 - C++ Method Breakpoints cannot be plantedAnton Leherbauer1-2/+8
2015-01-07TCF Debugger: Bug 456905 - Creating a line breakpoint in the disassembly crea...Anton Leherbauer1-4/+2
2014-12-20TCF Debugger: added symbol location info cacheEugene Tarassov3-12/+60
2014-11-26Bug 451283 - TCF debugger does not support native complex typesEugene Tarassov6-3/+35
2014-11-26Bug 451579 - C++11: missing support of rvalue reference typeEugene Tarassov1-1/+1
2014-11-25Bug 451579 - C++11: missing support of rvalue reference typeEugene Tarassov1-26/+29
2014-11-25Bug 451356 - Long double values are not reported in the expression viewEugene Tarassov1-0/+6
2014-11-25TCF Debugger: Fix NPE in case of unsupported FP formatAnton Leherbauer1-2/+2
2014-11-15Bug 451598 - Provide support for TAG_variant and TAG_variant_partEugene Tarassov3-10/+21
2014-11-06Bug 449441 - Memory view cannot display memory of an array variableEugene Tarassov1-34/+18
2014-11-06TCF Debugger: added @Override annotations in TCFMemoryBlockRetrieval classEugene Tarassov1-1/+46
2014-11-04TCF Debugger: fixed OutOfMemoryError if agent returns too large value for rem...Eugene Tarassov1-1/+2
2014-10-31TCF Debugger: fixed possible assertion failure because of missing cache valid...Eugene Tarassov1-0/+1
2014-10-29TCF Tests: added test for breakpoint type "Software"Eugene Tarassov1-0/+13
2014-10-29TCF Debugger: fixed possible NPE during Eclipse shutdownEugene Tarassov1-10/+14
2014-10-29TCF Core: code cleanupEugene Tarassov9-24/+23
2014-10-14Bug 446518 - Function breakpoints should be planted after function prologueEugene Tarassov2-2/+10
2014-09-30Fix build error from previous commitAnton Leherbauer1-1/+1
2014-09-30Bug 444598 - Conflicting breakpoint type field editorsAnton Leherbauer3-22/+26
2014-09-24TCF Debugger: Registers view: fixed handling of register name that starts wit...1.3_WR_20140926_VX71.3_WR_20140926_VX7_bugfixEugene Tarassov1-2/+4
2014-09-21TCF Debugger: fixed handling of DWARF implicit pointersEugene Tarassov4-16/+41
2014-09-16TCF Tests: more tests for the Expressions serviceEugene Tarassov1-0/+6
2014-09-02TCF Tests: more tests for DPrintf serviceEugene Tarassov1-0/+3
2014-09-02TCF Debugger: fixed update of stack trace registers view when a register is m...Eugene Tarassov1-0/+1
2014-08-26TCF Tests: more tests for $printf()Eugene Tarassov1-1/+3
2014-08-16TCF Debugger: in the Symbol File dialog, allow section names that start with ...Eugene Tarassov2-6/+7
2014-08-12TCF Launch: Add hook to customize the peer name shown in the debug viewUwe Stieber1-3/+17
2014-08-05Bug 440871 - Use IModelDelta.INSERTED for added contextsAnton Leherbauer1-2/+1
2014-08-01TCF Core: code cleanupEugene Tarassov2-3/+3
2014-07-30Bug 440538 - Disable support for incompatible source lookup containersAnton Leherbauer2-45/+9
2014-07-29Releng: Restore original copyright headers and replace only the invalid copyr...Uwe Stieber335-1377/+1714
2014-07-28Bug 440192 - Renamed Dynamic Printf consoleAnton Leherbauer1-1/+1
2014-07-25Bug 440343 - UI freezes when trying to modify an expression value while the a...Anton Leherbauer2-256/+302
2014-07-23Bug 439761 - Java SymbolsProxy does not accept list of contexts as response f...Anton Leherbauer2-3/+36
2014-07-23Bug 429171 - Context extra properties should be displayed in the breakpoint S...Anton Leherbauer1-1/+6
2014-07-22TCF Debugger: better name for a column in the Profiler viewEugene Tarassov1-1/+1
2014-07-22Bug 440028 - in the query editor, after filling a field, the OK button become...Eugene Tarassov2-329/+166
2014-07-22Releng: Fix copyrightsUwe Stieber336-1719/+1381
2014-07-09TCF Tests: more diagnostics testsEugene Tarassov3-4/+77
2014-07-09TCF Debugger: fixed NPE in memory map widget when memory region has no file n...Eugene Tarassov1-4/+4

Back to the top