Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27TCF Debugger: add switch to disable proxiesHEADmasterKarim Mreisi1-1/+14
The most TCF users don't want to add a proxy exception for every target they are using. This change adds a overall switch to ignore the use of proxy settings while opening a TCP Channel. By default the behaviour does not change.
2022-10-06Releng: added downloads pageEugene Tarassov1-0/+64
2022-04-18Bug 579678 - [Disassembly] Wrong disassembly for thread context when the ↵Eugene Tarassov1-16/+14
execution mode is different for two threads
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
See Bug 536766 - Drop 32 bit support in 4.10
2022-03-09Releng: Replaced findbugs with spotbugsEugene Tarassov3-35/+27
findbugs project is not maintained and appears abandoned
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
Removed dependency on log4j Added Eclipse 2021-12 build configuration
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
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=576028
2021-09-30Bug 575916: Disassembly update with Memory changed eventsDeep Amin1-0/+36
Change-Id: I38a596a32fd990c9d88234dcaea5a158fe6a685c Signed-off-by: Deep Amin <deep.amin@intel.com>
2021-08-27Bug 575341 - Pin Memory Browser to Debug ContextSneha C1-0/+5
- enables pinning of the Memory Browser view to the selected debug context. - this action was previously disabled for the Memory Browser view
2021-07-27TCF Debugger: improved implementation of "Delay stack trace update until ↵Eugene Tarassov5-78/+121
last step"
2021-07-19TCF Debugger: when connecting, keep trying to discover remote agent for up ↵Eugene Tarassov1-39/+53
to 30 sec
2021-07-13Bug 574804 - Modules view refresh results in Debug view showing stale data ↵Eugene Tarassov4-48/+45
if the stack trace limit is enabled
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
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

Back to the top