Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
Added RunControl.getMinState, which does not include PC. Replaced getState with getMinState where PC is not needed. If target does not support getMinState, it falls back to getState. Signed-off-by: Eugene Tarassov <eugenet@xilinx.com>
2021-05-20Bug 573663 - Handle testCanReset exception while disconnecting a sessionDeep Amin1-11/+15
Change-Id: I35e4e26a1e1f65c52f75e53cefea1923dd2596d0 Signed-off-by: Deep Amin <deep.amin@intel.com>
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
Change-Id: I95cbd97172b4563485ea4d86b3bc47a44192c51c
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 ↵Eugene Tarassov1-109/+93
right-click menu
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
Add a setup file for setuptools/pip to allow the tcf python package to be installed with a package manager. Change-Id: Ie568ddfd0a0fc20073e6dec9c9c8290fd854e244 Signed-off-by: Jacob Olofsson <jacob.olofsson@intel.com>
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 ↵Eugene Tarassov1-3/+23
on Linux
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
The rework needed because of changes in CDT launch UI, which are not backward compatible
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 ↵Eugene Tarassov2-11/+22
terminate-on-disconnect
2020-11-11TCF Debugger: fixed incorrect "The symbol file not found..." message in the ↵Eugene Tarassov2-51/+54
Symbol File dialog The incorrect message is shown when the file is stored in the Eclipse workspace
2020-11-11TCF Debugger: fixed regression: IMemoryMap.PROP_FLAGS=null breaks the memory ↵Eugene Tarassov1-7/+5
map GUI
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 ↵Eugene Tarassov3-47/+84
expression cannot be evaluated
2020-08-20TCF Debugger: fixed handling of console input/output file options in the ↵Eugene Tarassov2-3/+100
Debug Configurations dialog
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
Change-Id: Ibd121e6a22a2156e7112b1687d01a9ecf70a2f14 Signed-off-by: Deep Amin <deep.amin@intel.com>
2020-07-12Bug 564192 - Please fix the problems associated with your 2020-06 simrel ↵Eugene Tarassov1-1/+1
contribution
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-15 Bug 528743 - Toolbar: TCF dropdown control is cutoff when using GTK3.AShi1-1/+0
Change-Id: I2835782c92f1db736645d161009568191e0ee197 Signed-off-by: AShi <Aijun.Shi@windriver.com>
2020-04-14Bug 562083 - Get 'No property tester contributes' error.AShi1-1/+3
Change-Id: If5ce31f2d3d1d54facdc6f7c33109dd63299e898 Signed-off-by: AShi <Aijun.Shi@windriver.com>
2020-04-02TCF Debugger: restrict reset command visibilitySanimir Agovic1-10/+12
And fix some formatting. Signed-off-by: Sanimir Agovic <sanimir@subpath.org>
2020-04-01TCF Debugger: improved Symbol File dialogEugene Tarassov6-35/+89
Don't show "The symbol file not found on the local host" if connected to remote agent
2020-03-27TCF Debugger: added UUID to memory region propertiesEugene Tarassov2-11/+8
UUID is generated when user adds entry in the Symbol Files dialog. It allows GUI to identify user entry even when it looks identical to an entry from another client or from the target.
2020-03-26Bug 560773 - Symbol Files dialog / launch configuration tab ↵Eugene Tarassov3-339/+213
(MemoryMapWidget) needs UI work
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
On Linux GTK, col.getWidth() fails when called from Dispose handler
2020-03-12TCF Debugger: added code to save/restore column widths in table viewersEugene Tarassov10-123/+183
2020-03-01Bug 560659 - Filed proxy connection when the proxy netwok get congestion.AShi1-1/+19
Change-Id: Ib71413558bc45751c88e70613f62c768230b2285 Signed-off-by: AShi <Aijun.Shi@windriver.com>
2020-02-20TCF Tests: more of MemoryMap tests, longer timeoutsEugene Tarassov3-17/+72
2020-02-11TCF Tests: fixed test failure cased by GDB code changesEugene Tarassov1-1/+1
2020-02-08Releng: update to EPL 2.0 (leave EDL 1.0 unchanged)Eugene Tarassov2147-6160/+6129
2020-02-08Releng: bump to Tycho 1.3.0Eugene Tarassov1-5/+1
2020-02-08Target Explorer: Fixed "No property tester contributes a property ↵Eugene Tarassov1-4/+5
org.eclipse.tcf.te.launch.ui.model.canDelete..."

Back to the top