Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-16TCF Debugger: replace hard-coded name by proper symbol from IRunControl inter...HEADmasterEugene Tarassov1-1/+1
2023-08-16TCF Docs: Fixed description of CodeArea and FuncIDEugene Tarassov1-3/+7
2023-08-04Releng: Upversion TCF to 1.8 - fixed manifestEugene Tarassov67-185/+185
2023-08-04Releng: Upversion TCF to 1.8Eugene Tarassov70-141/+141
2023-07-17TCF Debugger: Fix sources not shown initially in disassemblyMarc Ernst1-1/+5
2023-07-12TCF Debugger: Add pointer addr to array value of expressionMarc Ernst1-0/+10
2023-06-26TCF Debugger: Add custom sort for TCFNodeModule objectsLisa-Marie Saru2-2/+23
2023-03-31Updated docs/TCF Getting Started.htmlEugene Tarassov1-43/+27
2022-10-27TCF Debugger: add switch to disable proxiesKarim Mreisi1-1/+14
2022-10-06Releng: added downloads pageEugene Tarassov1-0/+64
2022-04-18Bug 579678 - [Disassembly] Wrong disassembly for thread context when the exec...Eugene Tarassov1-16/+14
2022-03-09TCF Debugger: improved thread synchronization in the Breakpoints ModelEugene Tarassov2-12/+26
2022-03-09Target Explorer: Fixed import of CountExpressionEugene Tarassov2-3/+156
2022-03-09Releng: removed x86 targets from tycho configurationEugene Tarassov1-10/+0
2022-03-09Releng: Replaced findbugs with spotbugsEugene Tarassov3-35/+27
2022-01-26TCF Debugger: make PeerInfo.attrs publicEugene Tarassov1-2/+2
2022-01-26TCF Core: fixed possible NPE in TCFSecurityManagerEugene Tarassov1-15/+18
2021-12-18Releng: updated build configuration filesEugene Tarassov9-191/+91
2021-11-29TCF Tests: improved run control and expressions testsEugene Tarassov3-8/+30
2021-10-05Releng: bump to jarsigner version 1.3.2Eugene Tarassov1-2/+1
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 Tarassov5-1/+94
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-26TCF Python: Allow PIP to install packageJacob Olofsson1-0/+13
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

Back to the top