Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07Bug 485132 - Debug of single project with TCF causes building of whole workspace1.4_WR_20160129_4.6.01.4_WR_20160129_4.6.0_bugfixEugene Tarassov6-4/+196
2015-06-12Bug 469842 - Breakpoint : disable relocationEugene Tarassov1-0/+1
2015-06-12Releng: Fix OSGi versions in pom.xml files and move master to versionUwe Stieber2-7/+7
1.4.0
2015-06-03TCF Tests: less frequent memory map changes to make tests to run fasterEugene Tarassov2-2/+2
2015-06-02TCF Tests: added tests for run control resume countEugene Tarassov2-11/+21
2015-05-30TCF Debugger: stepping commands implementation is moved to UI plugin to ↵Eugene Tarassov3-0/+3
allow direct access to debug model caches
2015-05-11TCF Debugger: fixed: Command line argument variable is not evaluatedEugene Tarassov2-4/+19
2015-04-30Bug 465756 - TCFModelManager does not register its workbench listenerEugene Tarassov1-0/+22
2015-03-19TCF Debugger: TCFLaunch: added launch attribute ATTR_USE_CONTEXT_FILTER - it ↵Eugene Tarassov2-11/+15
allows user to enable/disable context filtering. If the attribute is not set, filter enablement depends on the launch type - as before.
2015-03-17TCF Debugger: new method TCFLaunch.onAttach - to support launching multiple ↵Eugene Tarassov1-59/+46
processes
2015-03-10TCF Debugger: don't show temporary stepping breakpoints in the Breakpoints viewEugene Tarassov3-5/+7
2015-02-13TCF Debugger: fixed: disconnect command fails with error if issued while ↵Eugene Tarassov1-24/+26
channel is still connecting
2015-02-13Releng: Fix copyrightsUwe Stieber1-1/+1
2015-02-02Releng: Streamline pom file hierarchy and fix target configuration if ↵Uwe Stieber1-2/+2
building with tests
2015-01-16TCF Debugger: added TCFLaunch.terminate() implementation to support ↵Eugene Tarassov1-1/+62
"Terminate and Relaunch" command
2015-01-08TCF Debugger: Bug 456995 - C++ Method Breakpoints cannot be plantedAnton Leherbauer1-2/+8
2014-10-29TCF Tests: added test for breakpoint type "Software"Eugene Tarassov1-0/+13
2014-10-29TCF Core: code cleanupEugene Tarassov3-6/+5
2014-10-14Bug 446518 - Function breakpoints should be planted after function prologueEugene Tarassov1-0/+6
2014-09-16TCF Tests: more tests for the Expressions serviceEugene Tarassov1-0/+6
2014-09-02TCF Tests: more tests for DPrintf serviceEugene Tarassov1-0/+3
2014-08-26TCF Tests: more tests for $printf()Eugene Tarassov1-1/+3
2014-08-16TCF Debugger: in the Symbol File dialog, allow section names that start with ↵Eugene Tarassov1-3/+3
characters other than '.'
2014-08-12TCF Launch: Add hook to customize the peer name shown in the debug viewUwe Stieber1-3/+17
2014-07-30Bug 440538 - Disable support for incompatible source lookup containersAnton Leherbauer2-45/+9
2014-07-29Releng: Restore original copyright headers and replace only the invalid ↵Uwe Stieber42-171/+213
copyright headers
2014-07-22Releng: Fix copyrightsUwe Stieber42-213/+171
2014-07-09TCF Tests: more diagnostics testsEugene Tarassov3-4/+77
2014-07-04TCF Debugger: Bug 438803 - Add support for CDT dynamic printfAnton Leherbauer1-0/+7
Change-Id: If37c6ccd680862768400c6156ef659c951222fb6 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-05-27TCF Tests: better error messageEugene Tarassov1-1/+1
2014-05-17TCF Core: new peer attribute: NeedSyms. If present, indicates that the peer ↵Eugene Tarassov1-2/+12
should be used together with TCF symbols server.
2014-05-17TCF Debugger: discontinued support of TCF agents v 0.4 and olderEugene Tarassov1-182/+40
2014-05-09TCF Debugger: Launch Configuration dialog: added option to launch and use ↵Eugene Tarassov2-113/+155
TCF symbols server
2014-05-09TCF Tests: fixed infrequent test failures when target re-uses test context IDsEugene Tarassov1-10/+17
2014-04-25Releng: Fix copyrightsUwe Stieber1-1/+1
2014-03-18TCF Debugger: ElfLoader changed to stop only relevant contexts instead of ↵Eugene Tarassov1-16/+36
stopping everything
2014-03-05TCF Debugger: show more info about breakpoint in the Debug view when a ↵Eugene Tarassov1-3/+5
context is stopped by a breakpoint hit
2014-02-27Releng: Update version match rules to require 1.3.0Uwe Stieber1-4/+4
2014-02-25Releng: Uprev master branch version to 1.3.0Uwe Stieber2-3/+3
2014-02-20Releng: Run "Fix copyrights" tool to update the copyrights prior to a ↵Uwe Stieber9-9/+9
possible TCF 1.2 release
2014-02-14TCF Debugger: Omit breakpoint file attribute if only whitespaceAnton Leherbauer1-1/+1
2014-02-06TCF Tests: added tests for FileSystem setstat and fsetstat commandsEugene Tarassov1-2/+75
2014-02-05TCF Debugger: fixed: don't set signal masks if corresponding properties of ↵Eugene Tarassov1-7/+7
the launch configuration are not set, let agent to use default signal masks
2014-02-05TCF Debugger: fixed misspelled launch attribute nameEugene Tarassov1-1/+1
2014-01-25TCF Tests: better error messageEugene Tarassov1-2/+2
2014-01-24TCF Tests: better progress indicator for diagnostic testsEugene Tarassov1-15/+15
2014-01-14TCF Tests: more Expressions service testsEugene Tarassov1-1/+9
2014-01-10TCF Tests: more tests for Expressions serviceEugene Tarassov1-7/+14
2014-01-09TCF Debugger: allow JSON in breakpoint marker attributes to support ↵Eugene Tarassov1-26/+51
breakpoint properties that are not String, Boolean or Integer
2013-12-28TCF Tests: more FileSystem service testsEugene Tarassov1-3/+69

Back to the top