Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-03TCF Debugger: fixed: launch sequence stalls if agent does not provide Breakpo...Eugene Tarassov1-53/+55
2016-06-03Add missing "x-internal:=true" declaration to internal package exportUwe Stieber1-1/+1
2016-04-29Bug 492193 - Endianness issue with AT_bit_strideEugene Tarassov2-35/+68
2016-04-22TCF Debugger: set SKIP_PROLOGUE breakpoint property only if it is not set alr...Eugene Tarassov1-2/+3
2016-04-19Bug 491696 - Suspend trigger is not activated for the initial Debug view sele...Anton Leherbauer1-2/+19
2016-04-19TCF Debugger: better presentation of registers:Eugene Tarassov1-8/+26
2016-04-14Bug 491676 - Global variable is not re-evaluated in Expressions view on conte...Eugene Tarassov2-9/+21
2016-04-02Bug 490874 - Eclipse can't handle signals > 31Eugene Tarassov6-36/+192
2016-03-30TCF Debugger: fixed build error: Type mismatch: cannot convert from Object to...Eugene Tarassov1-3/+3
2016-03-30TCF Debugger: added preference option to allow hover popup when application i...Eugene Tarassov6-60/+134
2016-03-24TCF Debugger: fixed: memory block address should be re-computed when context ...Eugene Tarassov1-16/+21
2016-03-24TCF Debugger: fixed: unwanted message in error log when launch fails: Debugge...Eugene Tarassov1-1/+1
2016-03-24TCF Core: better formatting of TCF error report textEugene Tarassov3-22/+21
2016-03-18TCF Debugger: the Expressions view: fixed: when menu is shown, expression is ...Eugene Tarassov3-4/+14
2016-03-11TCF Tests: added tests for sending integer numbers over TCF channelEugene Tarassov7-23/+215
2016-03-09TCF Debugger: fixed: cannot write 0 to write-only register in the Registers viewEugene Tarassov1-2/+8
2016-03-09TCF Tests: fixed bogus test error: EchoFP test failed: 7.21866475E+21 != 7.21...Eugene Tarassov1-6/+15
2016-02-16TCF Debugger: Fix compilation error against CDT 9.0Anton Leherbauer1-2/+11
2016-02-12TCF Debugger: fixed: TCF launch should disconnect itself from the target if i...Eugene Tarassov1-0/+15
2016-02-05Code cleanupEugene Tarassov1-1/+1
2016-02-05TCF Tests: fixed NPE in the Expressions testEugene Tarassov1-1/+2
2016-02-05TCVF Debugger: fixed: bogus error message in the Eclipse log: "Context does n...Eugene Tarassov1-1/+1
2016-02-05TCF Debugger and Target Explorer: shared path maps listener moved from TCFLau...Eugene Tarassov1-117/+22
2016-02-04TCF Debugger and Target Explorer: added shared path maps listener.Pablo Torregrosa Paez1-2/+69
2016-02-03TCF Core: fixed missing @since 1.4 tagEugene Tarassov1-24/+25
2016-02-03TCF Core: updated Run Control service documentation to match the implementationEugene Tarassov1-17/+24
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 Tarassov14-18/+633
2015-12-22TCF Debugger: fixed handling of negative input number for unsigned intsEugene Tarassov1-4/+6
2015-11-27Bug 483177 - When a ChannelTCP has been reset it is attempted to stop the cha...1.4_WR_20151211_4.5.0Eugene Tarassov1-3/+7
2015-11-10Bug 481787 - TCF Discovery fails to discover a local agentEugene Tarassov1-6/+9
2015-11-10TCF Debugger: Handle occasional SWT Exception on shutdownAnton Leherbauer1-1/+7
2015-10-21TCF Debugger: fixed NPE when Debug view layout changed to "Breadcrumb"Eugene Tarassov1-1/+1
2015-09-29TCF Profiler: fixed misspelling in the Profiler view status lineEugene Tarassov1-5/+6
2015-08-19TCF Debugger: fixed: memory monitors disappear if a context exits and then re...Eugene Tarassov5-576/+588
2015-08-19Bug 474384 - Variables view still shows local variables after resumeEugene Tarassov1-0/+13
2015-08-11Debug: Fix enablement expression for TCF application launch shortcutUwe Stieber1-0/+1
2015-08-10TCF Agent: added new flags in RegAccessTypes property of a context: "rd-stop"...Eugene Tarassov2-3/+13
2015-08-03TCF Core: new memory map property: KernelModule - supports debugging of Linux...Eugene Tarassov2-5/+41
2015-07-31TCF Debugger: fixed order of entries in the Modules viewEugene Tarassov2-3/+18
2015-07-28TCF Debugger: fixed incorrect display of char values when size of the value i...Eugene Tarassov1-4/+13
2015-07-17TCF Debugger: Don't handle artificial types of size 1 as char types Anton Leherbauer1-0/+1
2015-07-13TCF Debugger: Value column is not editable if type is unknownAnton Leherbauer1-0/+1
2015-06-25TCF Debugger: Fix renaming of duplicate expressionsAnton Leherbauer1-3/+1
2015-06-15TCF Debugger: fixed possible assertion failure while handling target notifica...Eugene Tarassov2-0/+11
2015-06-15Bug 470179 - Add SysMonitor context properties "Exe" and "ExeType"Anton Leherbauer1-1/+24
2015-06-12Bug 469842 - Breakpoint : disable relocationEugene Tarassov8-59/+134
2015-06-12Releng: Fix OSGi versions in pom.xml files and move master to versionUwe Stieber12-40/+40
2015-06-11TCF Debugger: fixed: breakpoint scope dialog cannot handle debug context whic...Eugene Tarassov1-6/+4
2015-06-11Bug 469353 - Enum evaluation issue : Endianness issueEugene Tarassov4-19/+17
2015-06-05TCF Core: fixed missing @since and @noimplement tagsEugene Tarassov10-13/+54

Back to the top