Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Bug 575916: Disassembly update with Memory changed eventsDeep Amin1-0/+36
2021-08-27Bug 575341 - Pin Memory Browser to Debug ContextSneha C1-0/+5
2021-07-27TCF Debugger: improved implementation of "Delay stack trace update until last...Eugene Tarassov5-78/+121
2021-07-19TCF Debugger: when connecting, keep trying to discover remote agent for up to...Eugene Tarassov1-39/+53
2021-07-13Bug 574804 - Modules view refresh results in Debug view showing stale data if...Eugene Tarassov4-48/+45
2021-07-12TCF Tests: better error reporting in the Expressions testEugene Tarassov1-39/+55
2021-06-17TCF Docs: updated TCF service descriptions1.7.01.7Eugene Tarassov1-0/+2
2021-05-25Bug 568689 - On-demand RunControl.getState from EclipseEugene Tarassov9-52/+152
2021-05-20Bug 573663 - Handle testCanReset exception while disconnecting a sessionDeep Amin1-11/+15
2021-05-11Bug 573480 - RunToLine should add breakpoint only on active contextDeep Amin1-1/+1
2021-04-29TCF Debugger: fixed presentation of integers with size > 16 bytesEugene Tarassov1-1/+2
2021-04-23Bug 572880: show opcodes in disassembly view as sequence of bytesMarc Ernst1-8/+33
2021-03-30Bug 572214 - "move to line " command goes to the wrong lineEugene Tarassov1-42/+66
2021-03-30TCF Debugger: fixed: sometimes Cast To Array command is missing in right-clic...Eugene Tarassov1-109/+93
2021-03-30TCF Core: LineNumbers service: fixed support of next statement addressEugene Tarassov1-2/+34
2021-03-30TCF Debugger: code cleanupEugene Tarassov1-29/+8
2021-03-09TCF Core: improved implementation of ChannelHTTPEugene Tarassov1-18/+35
2021-03-09Fixed FindBugs warningsEugene Tarassov1-12/+16
2021-03-02TCF Tests: fixed test failure caused by address space layout randomization on...Eugene Tarassov1-3/+23
2021-01-29TCF Debugger: fixed Coverity warningsEugene Tarassov1-20/+34
2020-12-09TCF/CDT launch delegate reworked to use TCF own UI instead of CDT UIEugene Tarassov6-515/+82
2020-12-04Fixed reference to deprecated class org.eclipse.cdt.launch.ui.CMainTabEugene Tarassov3-81/+95
2020-11-17TCF Debugger: added launch configuration attribute to enable/disable terminat...Eugene Tarassov2-11/+22
2020-11-11TCF Debugger: fixed incorrect "The symbol file not found..." message in the S...Eugene Tarassov2-51/+54
2020-11-11TCF Debugger: fixed regression: IMemoryMap.PROP_FLAGS=null breaks the memory ...Eugene Tarassov1-7/+5
2020-11-10Bug 568451 - BaseAddress for the MemoryMapEugene Tarassov2-50/+138
2020-11-10TCF Debugger: fixed code formattingEugene Tarassov1-18/+17
2020-10-21TCF Tests: Terminals tests fail when bash uses "CSI ? 2004 h" escape sequenceEugene Tarassov1-8/+11
2020-10-16Bug 567106 - Could we have a fix to solve the "0" line issue as the GDBEugene Tarassov1-2/+7
2020-09-25TCF Debugger: added update of debug views on disconnectEugene Tarassov4-62/+74
2020-09-18TCF Debugger: fixed display of expression type class and size when the expres...Eugene Tarassov3-47/+84
2020-08-20TCF Debugger: fixed handling of console input/output file options in the Debu...Eugene Tarassov2-3/+100
2020-08-13Bug 565993 - Modules view with dedicated module name columnEugene Tarassov2-3/+17
2020-08-10Bug 565720 - Automatic disassembly view refresh with memory map eventsDeep Amin1-0/+24
2020-06-18TCF Debugger: better display of register descriptionsEugene Tarassov1-1/+1
2020-06-18TCF Tests: added test for register changed notificationEugene Tarassov1-1/+30
2020-06-18TCF Debugger: better display of register descriptionsEugene Tarassov2-1/+4
2020-06-18TCF Debugger: more accurate use of parentheses in generated expressionsEugene Tarassov2-102/+146
2020-04-02TCF Debugger: restrict reset command visibilitySanimir Agovic1-10/+12
2020-04-01TCF Debugger: improved Symbol File dialogEugene Tarassov6-35/+89
2020-03-27TCF Debugger: added UUID to memory region propertiesEugene Tarassov2-11/+8
2020-03-26Bug 560773 - Symbol Files dialog / launch configuration tab (MemoryMapWidget)...Eugene Tarassov3-339/+213
2020-03-24TCF Core: ignore InterruptedException in TCF events thread during shutdownEugene Tarassov1-1/+3
2020-03-24TCF Debugger: Fixed: read-only text fields look enabled on GTKEugene Tarassov7-22/+61
2020-03-17TCF Debugger: save table column widths on Resize event instead of DisposeEugene Tarassov4-24/+59
2020-03-12TCF Debugger: added code to save/restore column widths in table viewersEugene Tarassov10-123/+183
2020-02-20TCF Tests: more of MemoryMap tests, longer timeoutsEugene Tarassov3-17/+72
2020-02-08Releng: update to EPL 2.0 (leave EDL 1.0 unchanged)Eugene Tarassov393-786/+786
2020-02-05Bug 559136 - add flags to control stop of context when using memory serviceEugene Tarassov1-2/+26
2019-11-22TCF Tests: added tests for TLS variableEugene Tarassov1-3/+12

Back to the top