Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-12-28TCF Core: new TCF service interface: ContextResetSanimir Agovic2-0/+149
The service provides context reset capabilities and allows simulators, gdb clients, and on chip debuggers to reset the target under debug. Change-Id: I0f20c605dee0bc4527403d979fe363775994fac3 Signed-off-by: Sanimir Agovic <sanimir@subpath.org>
2018-12-28TCF Python: initial implementation of a basic Reset service clientSanimir Agovic3-0/+191
Usage: import tcf from tcf import protocol from tcf.util import sync from tcf.services import contextreset protocol.startEventQueue() c = tcf.connect("TCP:localhost:1534") cmds = sync.CommandControl(c) ctx = cmds.RunControl.getChildren(None).getE()[0] caps = cmds.ContextReset.getCapabilities(ctx).getE() print("Reset capabilities: {}".format(caps)) reset_type = caps[0][contextreset.CAPABILITY_TYPE] params = {contextreset.PARAM_SUSPEND : True} cmds.ContextReset.reset(ctx, reset_type, params).getE() Change-Id: I40e07e4c83e224b76d4c1a0df7d185ac374b68cd Signed-off-by: Sanimir Agovic <sanimir@subpath.org>
2018-12-26TCF Core: added channel stopped notification in TCF HTTP channelEugene Tarassov1-0/+8
2018-12-26TCF Tests: fixed handling of contextException event in the Expressions testEugene Tarassov1-3/+3
2018-12-26TCF Docs: fixed document formattingEugene Tarassov1-10/+7
2018-12-14Fixed build error when building for Eclipse 4.3Eugene Tarassov1-1/+1
2018-12-13Bug 542427 - Disassembly editor brought to front even when disabling ↵Eugene Tarassov2-47/+62
instruction step
2018-12-13TCF Tests: added test for using C/C++ label in expressionEugene Tarassov1-6/+14
2018-12-13TCF Core: improved TCF over HTTP implementationEugene Tarassov1-5/+7
2018-11-02TCF Debugger: check for CanTerminateAttached capability of the Processes serviceEugene Tarassov2-12/+34
2018-09-25TCF Tests: more tests for the Expressions serviceEugene Tarassov1-3/+10
2018-09-03Releng: created build profile for Eclipse 2018-09Eugene Tarassov1-5/+31
2018-09-02Bug 535867 - Update te.tcf.launch.cdt version to 1.7Martin Oberhuber9-13/+16
Change-Id: Id35204cf96f9544615eb322fc478c79f3a8d8777 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
2018-09-01Releng: fixed build error: Failed to load p2 repository with ID 'rxtx'Eugene Tarassov10-38/+0
Eclipse mirror of rxtx was deleted, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=536800
2018-08-31TCF Tests: more tests for GDB Remote Serial ProtocolEugene Tarassov1-67/+79
2018-08-23TCF Core: fixed build error: toUnsignedString() not available before Java 8Eugene Tarassov1-1/+1
2018-08-22TCF Core: added support for TCF over HTTPEugene Tarassov8-11/+346
2018-08-22TCF Tests: better error reportsEugene Tarassov2-11/+23
2018-08-22TCF Core: added support for UNICODE surrogate pairs in JSON stringsEugene Tarassov1-1/+23
2018-08-16bug 537980:Add a proxy or target OK button cannot enable forever.ashi1-2/+5
Change-Id: Ic28056b82d5e05c7a8a7f4e3732096c71847490b Signed-off-by: ashi <Aijun.Shi@windriver.com>
2018-06-29Bug 535867 - Make Path Mapping configurable in TCF Launch config UIAlexandru Dragut2-7/+35
Autocomplete Preference for Run/Debug Launch Configuration Makes possible to configure if autocomplete (auto path mapping from local object path to remote object path or from remote object path to local object path) should be applied in TCF/TE "Remote CDT" Launches. The default value of these properties if are not set is true. Change-Id: I9d18afdd7f9645da389e4cf982c935715012d354 Signed-off-by: Alexandru Dragut <dragut.alexandru.93@gmail.com>
2018-06-29Releng: Update tcf-baseline.target for 1.6+ developmentMartin Oberhuber1-2/+2
Change-Id: I21bce0fd85ecc583cb0a5a9c27ea33bd3de6074b Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
2018-06-29Releng: Fix 4.7-oxygen.target, add 4.8-photon.targetMartin Oberhuber2-8/+68
Change-Id: Ic4c18da482a21885d75838098be93a029b1e0e36 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
2018-06-21Releng: fixed build error caused by renamed repositoryEugene Tarassov2-8/+8
2018-04-22TCF Tests: better error reporting in the Terminals testEugene Tarassov1-4/+19
2018-01-31Fixed URL of TM/Terminal repo for PhotonEugene Tarassov1-1/+1
2018-01-17Bug 528743: Toolbar: TCF dropdown control is cutoff when using GTK3Eric Williams1-1/+1
Set the vertical margin to 0 in the parent composite to avoid excessive padding. Change-Id: I8df428d613fc13b471998b5d0327051cf9801fa5 Signed-off-by: Eric Williams <ericwill@redhat.com>
2017-12-22Releng: updated CDT version to 9.4 for Eclipse 4.8 build1.6.0Eugene Tarassov1-2/+2
2017-12-20Releng: created build profile for Eclipse 4.8 (Photon)Eugene Tarassov2-18/+39
2017-12-16Target Explorer: disable unstable JUnit testEugene Tarassov1-6/+5
2017-12-12Releng: fixed repo URL in feature.xml filesEugene Tarassov18-19/+19
2017-12-08Releng: fix platform-site location for oxygen buildsMartin Oberhuber1-1/+1
Change-Id: I63d59a6eef58a80012d35cdc34a47c3996ab5882 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
2017-12-06Releng: Upversion TCF and TE to 1.6Eugene Tarassov1-1/+1
2017-12-06Releng: Upversion TCF and TE to 1.6Eugene Tarassov22-342/+342
2017-12-06Releng: Upversion TCF and TE to 1.6Eugene Tarassov45-216/+214
2017-12-06Releng: Upversion TCF and TE to 1.6Eugene Tarassov3-5/+5
2017-12-06(Releng) Update eclipse-4.7.x-oxygen.targetMartin Oberhuber1-10/+10
Change-Id: I785387545bbcbd3810772f3a71182494155cc1f4 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
2017-11-28shell: enable commandline editing and auto completionSanimir Agovic1-2/+6
Enables commandline editing and binds tab-key to auto complete valid python identifies and keywords. Change-Id: I8490b10747be1d701fe61b0b3ae600e2de4c32aa Signed-off-by: Sanimir Agovic <sanimir@subpath.org>

Back to the top