Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-07-09TCF Debugger: fixed NPE in memory map widget when memory region has no file ↵Eugene Tarassov1-10/+10
name attribute
2014-07-06TCF Debugger: fixed crazy behavior of Path Map dialog when user tries to ↵Eugene Tarassov1-42/+0
re-size table columns
2014-07-06TCF Debugger: ImageCache changed to search PNG files first, and use GIF if ↵Eugene Tarassov1-62/+72
PNG is not found
2014-07-06TCF Debugger: code cleanupEugene Tarassov1-2/+1
2014-07-06Bug 437609 - [UI] Path Map list in Debug configuration shows the wrong headersEugene Tarassov1-9/+9
2014-07-06TCF Debugger: Bug 438799 - Suspended thread sometimes collapses unexpectedlyAnton Leherbauer1-4/+3
Change-Id: I4b68e5538030c4ba6a24645ab65594846194e30a Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-07-03Debug UI: Allow browsing for a folder OR file in the path map rule dialogUwe Stieber2-10/+29
2014-07-02TCF Debugger: fixed presentation of vars that mix big endian and little ↵Eugene Tarassov1-2/+5
endian fields
2014-07-02TCF Debugger: fixed View Memory command for bit-fieldsEugene Tarassov1-1/+17
2014-06-28TCF Debugger: better presentation of bit-fields in the details pane of ↵Eugene Tarassov1-27/+88
Expressions and Variables views
2014-06-17TCF Debugger: Fix potential NPE due to missing parenthesesAnton Leherbauer1-1/+2
2014-06-09Bug 436842 - Expression view does not report array lower bound different from 0Eugene Tarassov2-7/+47
2014-06-03TCF Core: Profiler service: new command getCapabilitiesEugene Tarassov2-3/+51
2014-05-22Headless: Avoid triggering an "Unhandled exception in TCF event dispatch ↵Uwe Stieber1-2/+12
thread" if the TCFModelManager is initialized in an headless environment
2014-05-12TCF Debugger: Bug 434475 Unfriendly error message when modifying register ↵Anton Leherbauer1-1/+2
value fails at the target
2014-05-09TCF Debugger: Launch Configuration dialog: added option to launch and use ↵Eugene Tarassov1-3/+45
TCF symbols server
2014-05-01TCF Debugger: fixed missing call of MemoryMapWidget.dispose() in MemoryMapDialogEugene Tarassov2-1/+10
2014-04-25TCF Debugger: fixed NullPointerException in MemoryMapWidgetEugene Tarassov1-3/+3
2014-04-25TCF Debugger: better context label in the Debug view when the context is ↵Eugene Tarassov1-12/+34
suspended for multiple reasons, e.g. breakpoints and signal at same time
2014-04-25Releng: Fix copyrightsUwe Stieber3-3/+3
2014-04-24Bug 433296 - Open default text editor in case of unknown content typeAnton Leherbauer1-2/+4
2014-04-23TCF Core: Run Control service: added support for context states other than ↵Eugene Tarassov3-20/+42
Suspended and Running. For example, state can be Sleeping, Reset, No Clock.
2014-04-10Bug 432455 - Add an option to show qualified type namesAnton Leherbauer7-9/+145
Change-Id: Ibe57318e2fd44c5270dc3ae880f3537c0ac8bd5f Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-04-09Bug 431919 - Change default columns in Variables and Expressions viewAnton Leherbauer1-3/+3
2014-03-25Target Explorer: fix source lookup validationTobias Schwarz1-2/+2
2014-03-11TCF Debugger: better presentation of register bit fields in the Registers viewEugene Tarassov1-7/+29
2014-03-06TCF Debugger: Fix copy-paste error in error message of TerminateCommandAnton Leherbauer1-2/+2
Cannot resume -> Cannot terminate
2014-03-05TCF Debugger: show more info about breakpoint in the Debug view when a ↵Eugene Tarassov3-15/+45
context is stopped by a breakpoint hit
2014-02-27Releng: Update version match rules to require 1.3.0Uwe Stieber2-7/+7
2014-02-25Releng: Uprev master branch version to 1.3.0Uwe Stieber2-3/+3
2014-02-21TCF Debugger: Bug 428721 - Debug view becomes unusable when contexts are ↵Anton Leherbauer1-4/+7
added/removed rapidly Change-Id: Ib8b1bff6a6492d4e8a50bcf88ff00f5ba355bdd9 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2014-02-20Releng: Run "Fix copyrights" tool to update the copyrights prior to a ↵Uwe Stieber18-18/+18
possible TCF 1.2 release
2014-02-13Target Explorer: decorate entry when no symbol file info can be foundTobias Schwarz1-2/+39
and the file cannot be mapped
2014-02-12Target Explorer: use tree instead of table to group multiple entries forTobias Schwarz1-166/+272
same file
2014-02-12TCF Debugger: Limit "destination" text field in path map rule dialog in ↵Uwe Stieber1-2/+4
width. Keeps expanding the dialog to the whole screen width and beyond with very long pathes.
2014-02-12Target Explorer: only use name mappings for locate symbol file, so justTobias Schwarz1-75/+77
open file dialog
2014-02-06TCF Debugger: added code commentsEugene Tarassov1-0/+4
2014-02-05TCF Debugger: fixed: model selection policy is not called for launch nodesEugene Tarassov3-4/+12
2014-02-05TCF Debugger: fixed: process list is not properly updated in the Debug view ↵Eugene Tarassov1-1/+2
when launch context filter is used
2014-02-05TCF Debugger: fixed: IModelDelta.ADDED deltas don't work as expectedEugene Tarassov1-1/+22
2014-02-04TCF Debugger: fixed: launch context filter does not work when "Auto-attach ↵Eugene Tarassov2-9/+21
process children" is enabled
2014-02-04TCF Core: new public method: TCFDataCache.post()Eugene Tarassov1-2/+5
2014-02-03TCF Debugger: Bug 427116 - Make TCF preferences more visibleAnton Leherbauer2-0/+31
2014-01-25TCF Debugger: fixed handling of LF in the DPrintf consoleEugene Tarassov1-0/+11
2014-01-24TCF Tests: better progress indicator for diagnostic testsEugene Tarassov1-3/+3
2014-01-21Target Explorer/TCF Debugger: Create capabilities for Target Explorer and ↵Uwe Stieber2-0/+100
TCF Debugger
2014-01-17TCF Debugger: fixed: refresh button does not work in the Expressions view if ↵Eugene Tarassov1-3/+2
selected context is running
2014-01-16TCF Debugger: fixed: refresh button does not work in the Expressions view if ↵Eugene Tarassov1-0/+7
selected context is running
2014-01-14TCF Debugger: fixed display of children and parent time in the Profiler viewEugene Tarassov1-39/+116
2014-01-10TCF Tests: more tests for Expressions serviceEugene Tarassov1-5/+5

Back to the top