Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-11TCF Debugger: fixed: breakpoint scope dialog cannot handle debug context whic...Eugene Tarassov1-6/+4
2015-06-11Bug 469353 - Enum evaluation issue : Endianness issueEugene Tarassov4-19/+17
2015-06-05TCF Core: fixed missing @since and @noimplement tagsEugene Tarassov10-13/+54
2015-06-03TCF Tests: less frequent memory map changes to make tests to run fasterEugene Tarassov2-2/+2
2015-06-02TCF Tests: added tests for run control resume countEugene Tarassov2-11/+21
2015-05-30TCF Debugger: stepping commands implementation is moved to UI plugin to allow...Eugene Tarassov14-459/+983
2015-05-29TCF Debugger: fixed NPE when TCFMemoryBlockRetrieval.MemoryBlock is disposedEugene Tarassov1-9/+11
2015-05-27Bug 468464 - Add support for filtering variants according to discriminant value Anton Leherbauer8-15/+213
2015-05-26TCF Debugger: fixed: initial selection in the Debug view does not work if rem...Eugene Tarassov1-2/+6
2015-05-20Bug 467699 - HTML doc of stacktrace service command getChildrenRange() is wrongEugene Tarassov1-1/+5
2015-05-13TCF Debugger: added added support for updating the Registers view while the c...Eugene Tarassov3-7/+35
2015-05-11TCF Debugger: fixed: Command line argument variable is not evaluatedEugene Tarassov2-4/+19
2015-05-05TCF Debugger: BP actions: fix multiple resume requests on same RCGroupAnton Leherbauer1-2/+10
2015-05-05TCF Debugger: Disassembly view can get unresponsive on context changeAnton Leherbauer1-2/+1
2015-04-30Bug 465756 - TCFModelManager does not register its workbench listenerEugene Tarassov3-4/+26
2015-04-30TCF Debugger: changed org.eclipse.tm.terminal dependencies to be package-base...Eugene Tarassov2-5/+9
2015-04-29Releng: Fix pom.xml version numbersUwe Stieber1-1/+1
2015-04-29Terminal: Switch to TM Terminal 4.0Uwe Stieber8-12/+19
2015-04-21Bug 464689 - Support for AT_bit_stride - fixed sign extensionEugene Tarassov1-2/+27
2015-04-17TCF Core: Symbols service: new symbol attribute: BitStrideEugene Tarassov3-3/+30
2015-04-14TCF Debugger: Variables view: wrong type info on multi dim arraysEugene Tarassov1-9/+22
2015-04-01TCF Debugger: fixed missing line feed character in the details pane of the Ex...Eugene Tarassov1-0/+1
2015-04-01TCF Debugger: fixed: the Debug view briefly shows bogus stack frame during ra...Eugene Tarassov3-11/+10
2015-03-19TCF Debugger: TCFLaunch: added launch attribute ATTR_USE_CONTEXT_FILTER - it ...Eugene Tarassov3-20/+42
2015-03-17TCF Debugger: new method TCFLaunch.onAttach - to support launching multiple p...Eugene Tarassov1-59/+46
2015-03-17TCF Core: StackTrace service: new stack frame properties: CodeArea and FuncIDEugene Tarassov6-63/+158
2015-03-12TCF Debugger: added UI for context query string in the Symbol Files dialogEugene Tarassov4-125/+113
2015-03-10TCF Debugger: fixed: Step Into Selection is disabled in the TCF debuggerEugene Tarassov6-65/+780
2015-03-10TCF Debugger: code cleanupEugene Tarassov2-9/+11
2015-03-10TCF Debugger: don't show temporary stepping breakpoints in the Breakpoints viewEugene Tarassov5-71/+57
2015-03-06TCF Profiler: added bar graph visualizationEugene Tarassov2-50/+146
2015-02-26TCF Debugger: fixed: "refresh" command does not refresh cache of top level li...Eugene Tarassov1-0/+1
2015-02-20TCF Core: added a buffer for output stream in AbstractChannel - improved perf...Eugene Tarassov3-62/+144
2015-02-18TCF Debugger: TCF Debug Target Setup now provides default set of peer attribu...Eugene Tarassov2-1/+4
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

Back to the top