Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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..."
2020-02-05Bug 559136 - add flags to control stop of context when using memory serviceEugene Tarassov2-3/+51
2020-01-24Releng: Dropped support for org.eclipse.remote in the Target ExplorerEugene Tarassov12-56/+0
2020-01-08TCF Tests: GDB: Detaching a process continues its executionEugene Tarassov1-15/+7
2019-11-22TCF Tests: added tests for TLS variableEugene Tarassov1-3/+12
2019-09-10TCF Debugger: fixed: unwanted disassembly request when Debug view selection ↵Eugene Tarassov1-1/+1
changed to a running context
2019-08-14TCF Docs: improved specifications of TCF servicesEugene Tarassov2-22/+149
2019-07-24TCF Docs: improved specifications of TCF servicesEugene Tarassov35-730/+897
2019-07-23TCF Docs: improved specifications of TCF servicesEugene Tarassov45-1581/+3420
2019-07-20TCF Tests: fixed regression: run control test hangs if target does not ↵Eugene Tarassov1-3/+2
support RCBP tests
2019-07-01TCF Tests: improved run control testEugene Tarassov1-3/+7
2019-06-20TCF Tests: improved run control testsEugene Tarassov1-14/+27
2019-06-20TCF Core: better reporting of invalid escape sequence in TCF channelEugene Tarassov1-3/+2
2019-03-28TCF Docs: improved specifications of TCF servicesEugene Tarassov7-16/+492
2019-03-25TCF Docs: improved specifications of Debug Print serviceEugene Tarassov1-0/+84
2019-03-23Releng: Upversion TCF to 1.7 - fixed overlooked entryEugene Tarassov1-263/+263
2019-03-22TCF Docs: improved specifications of TCF servicesEugene Tarassov12-147/+873
2019-03-19Releng: Upversion TCF to 1.7Eugene Tarassov138-372/+339
2019-03-19TCF Debugger: fixed assertion failureEugene Tarassov2-37/+26
TCFNodeExecContext.reset() should be called on TCF dispatch thread, not on display thread
2019-03-19TCF Docs: added description of Context Reset serviceEugene Tarassov2-0/+162
2019-01-11TCF Debugger: fixed: annotations update can block GUI for long timeEugene Tarassov1-14/+4
2019-01-02Merge "TCF Python: fix missing NotImplementedError exception"Eugene Tarassov1-0/+1
2019-01-02TCF Python: fix missing NotImplementedError exceptionSanimir Agovic1-0/+1
The disassemble command silenty returned instead of raising a NotImplementedError exception. Change-Id: I689d5909502670fcba009e483f61b1a4a5e9d307 Signed-off-by: Sanimir Agovic <sanimir@subpath.org>
2018-12-30TCF Debugger: add new option to the reset dropdown buttonSanimir Agovic5-2/+66
Add new option "Suspend after reset" to the reset menu to allow the target to suspend after reset is asserted. Change-Id: Ibcc2aa14e8c3053683f410cbb7bca454db1097c6 Signed-off-by: Sanimir Agovic <sanimir@subpath.org>
2018-12-30TCF Debugger: simple initial implementation of TCF reset commandSanimir Agovic7-5/+303
Adds a dropdown button for to reset the currently selection context in the debug view. The default action is to use the first available reset. The available resets are displayed in the dropdown list next to the command in the toolbar. Right now the reset functionality is only available if at most a single context is selected in the debug view. Change-Id: I50c5f76745b990aead63570bd983a940bdc39a8a Signed-off-by: Sanimir Agovic <sanimir@subpath.org>

Back to the top