Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-27 | TCF Debugger: add switch to disable proxiesHEADmaster | Karim Mreisi | 1 | -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-06 | Releng: added downloads page | Eugene Tarassov | 1 | -0/+64 | |
2022-04-18 | Bug 579678 - [Disassembly] Wrong disassembly for thread context when the ↵ | Eugene Tarassov | 1 | -16/+14 | |
execution mode is different for two threads | |||||
2022-03-09 | TCF Debugger: improved thread synchronization in the Breakpoints Model | Eugene Tarassov | 2 | -12/+26 | |
2022-03-09 | Target Explorer: Fixed import of CountExpression | Eugene Tarassov | 2 | -3/+156 | |
2022-03-09 | Releng: removed x86 targets from tycho configuration | Eugene Tarassov | 1 | -10/+0 | |
See Bug 536766 - Drop 32 bit support in 4.10 | |||||
2022-03-09 | Releng: Replaced findbugs with spotbugs | Eugene Tarassov | 3 | -35/+27 | |
findbugs project is not maintained and appears abandoned | |||||
2022-01-26 | TCF Debugger: make PeerInfo.attrs public | Eugene Tarassov | 1 | -2/+2 | |
2022-01-26 | TCF Core: fixed possible NPE in TCFSecurityManager | Eugene Tarassov | 1 | -15/+18 | |
2021-12-18 | Releng: updated build configuration files | Eugene Tarassov | 9 | -191/+91 | |
Removed dependency on log4j Added Eclipse 2021-12 build configuration | |||||
2021-11-29 | TCF Tests: improved run control and expressions tests | Eugene Tarassov | 3 | -8/+30 | |
2021-10-05 | Releng: bump to jarsigner version 1.3.2 | Eugene Tarassov | 1 | -2/+1 | |
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=576028 | |||||
2021-09-30 | Bug 575916: Disassembly update with Memory changed events | Deep Amin | 1 | -0/+36 | |
Change-Id: I38a596a32fd990c9d88234dcaea5a158fe6a685c Signed-off-by: Deep Amin <deep.amin@intel.com> | |||||
2021-08-27 | Bug 575341 - Pin Memory Browser to Debug Context | Sneha C | 1 | -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-27 | TCF Debugger: improved implementation of "Delay stack trace update until ↵ | Eugene Tarassov | 5 | -78/+121 | |
last step" | |||||
2021-07-19 | TCF Debugger: when connecting, keep trying to discover remote agent for up ↵ | Eugene Tarassov | 1 | -39/+53 | |
to 30 sec | |||||
2021-07-13 | Bug 574804 - Modules view refresh results in Debug view showing stale data ↵ | Eugene Tarassov | 4 | -48/+45 | |
if the stack trace limit is enabled | |||||
2021-07-12 | TCF Tests: better error reporting in the Expressions test | Eugene Tarassov | 1 | -39/+55 | |
2021-06-17 | TCF Docs: updated TCF service descriptions1.7.01.7 | Eugene Tarassov | 5 | -1/+94 | |
2021-05-25 | Bug 568689 - On-demand RunControl.getState from Eclipse | Eugene Tarassov | 9 | -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-20 | Bug 573663 - Handle testCanReset exception while disconnecting a session | Deep Amin | 1 | -11/+15 | |
Change-Id: I35e4e26a1e1f65c52f75e53cefea1923dd2596d0 Signed-off-by: Deep Amin <deep.amin@intel.com> | |||||
2021-05-11 | Bug 573480 - RunToLine should add breakpoint only on active context | Deep Amin | 1 | -1/+1 | |
2021-04-29 | TCF Debugger: fixed presentation of integers with size > 16 bytes | Eugene Tarassov | 1 | -1/+2 | |
2021-04-23 | Bug 572880: show opcodes in disassembly view as sequence of bytes | Marc Ernst | 1 | -8/+33 | |
Change-Id: I95cbd97172b4563485ea4d86b3bc47a44192c51c | |||||
2021-03-30 | Bug 572214 - "move to line " command goes to the wrong line | Eugene Tarassov | 1 | -42/+66 | |
2021-03-30 | TCF Debugger: fixed: sometimes Cast To Array command is missing in ↵ | Eugene Tarassov | 1 | -109/+93 | |
right-click menu | |||||
2021-03-30 | TCF Core: LineNumbers service: fixed support of next statement address | Eugene Tarassov | 1 | -2/+34 | |
2021-03-30 | TCF Debugger: code cleanup | Eugene Tarassov | 1 | -29/+8 | |
2021-03-26 | TCF Python: Allow PIP to install package | Jacob Olofsson | 1 | -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-09 | TCF Core: improved implementation of ChannelHTTP | Eugene Tarassov | 1 | -18/+35 | |
2021-03-09 | Fixed FindBugs warnings | Eugene Tarassov | 1 | -12/+16 | |
2021-03-02 | TCF Tests: fixed test failure caused by address space layout randomization ↵ | Eugene Tarassov | 1 | -3/+23 | |
on Linux | |||||
2021-01-29 | TCF Debugger: fixed Coverity warnings | Eugene Tarassov | 1 | -20/+34 | |
2020-12-09 | TCF/CDT launch delegate reworked to use TCF own UI instead of CDT UI | Eugene Tarassov | 6 | -515/+82 | |
The rework needed because of changes in CDT launch UI, which are not backward compatible | |||||
2020-12-04 | Fixed reference to deprecated class org.eclipse.cdt.launch.ui.CMainTab | Eugene Tarassov | 3 | -81/+95 | |
2020-11-17 | TCF Debugger: added launch configuration attribute to enable/disable ↵ | Eugene Tarassov | 2 | -11/+22 | |
terminate-on-disconnect | |||||
2020-11-11 | TCF Debugger: fixed incorrect "The symbol file not found..." message in the ↵ | Eugene Tarassov | 2 | -51/+54 | |
Symbol File dialog The incorrect message is shown when the file is stored in the Eclipse workspace | |||||
2020-11-11 | TCF Debugger: fixed regression: IMemoryMap.PROP_FLAGS=null breaks the memory ↵ | Eugene Tarassov | 1 | -7/+5 | |
map GUI | |||||
2020-11-10 | Bug 568451 - BaseAddress for the MemoryMap | Eugene Tarassov | 2 | -50/+138 | |
2020-11-10 | TCF Debugger: fixed code formatting | Eugene Tarassov | 1 | -18/+17 | |
2020-10-21 | TCF Tests: Terminals tests fail when bash uses "CSI ? 2004 h" escape sequence | Eugene Tarassov | 1 | -8/+11 | |
2020-10-16 | Bug 567106 - Could we have a fix to solve the "0" line issue as the GDB | Eugene Tarassov | 1 | -2/+7 | |
2020-09-25 | TCF Debugger: added update of debug views on disconnect | Eugene Tarassov | 4 | -62/+74 | |
2020-09-18 | TCF Debugger: fixed display of expression type class and size when the ↵ | Eugene Tarassov | 3 | -47/+84 | |
expression cannot be evaluated | |||||
2020-08-20 | TCF Debugger: fixed handling of console input/output file options in the ↵ | Eugene Tarassov | 2 | -3/+100 | |
Debug Configurations dialog | |||||
2020-08-13 | Bug 565993 - Modules view with dedicated module name column | Eugene Tarassov | 2 | -3/+17 | |
2020-08-10 | Bug 565720 - Automatic disassembly view refresh with memory map events | Deep Amin | 1 | -0/+24 | |
Change-Id: Ibd121e6a22a2156e7112b1687d01a9ecf70a2f14 Signed-off-by: Deep Amin <deep.amin@intel.com> | |||||
2020-07-12 | Bug 564192 - Please fix the problems associated with your 2020-06 simrel ↵ | Eugene Tarassov | 1 | -1/+1 | |
contribution | |||||
2020-06-18 | TCF Debugger: better display of register descriptions | Eugene Tarassov | 1 | -1/+1 | |
2020-06-18 | TCF Tests: added test for register changed notification | Eugene Tarassov | 1 | -1/+30 | |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-