Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19TCF Debugger: fixed: memory monitors disappear if a context exits and then ↵Eugene Tarassov5-576/+588
re-created.
2015-08-19Bug 474384 - Variables view still shows local variables after resumeEugene Tarassov1-0/+13
The code changed to disable modification of values shown in the Variables view while the context is running.
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: ↵Eugene Tarassov2-3/+13
"rd-stop" and "wr-stop" The flags can be used by context implementation to indicate that debugger should stop the context to access its registers
2015-08-03TCF Core: new memory map property: KernelModule - supports debugging of ↵Eugene Tarassov2-5/+41
Linux kernel modules
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 ↵Eugene Tarassov1-4/+13
is bigger than 1
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
Remove only the expression which was modified.
2015-06-15TCF Debugger: fixed possible assertion failure while handling target ↵Eugene Tarassov2-0/+11
notification about register definitions change
2015-06-15Bug 470179 - Add SysMonitor context properties "Exe" and "ExeType"Anton Leherbauer1-1/+24
Change-Id: I7d2e9658aaf30023b622c5d28277754b80cbea31 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
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
1.4.0
2015-06-11TCF Debugger: fixed: breakpoint scope dialog cannot handle debug context ↵Eugene Tarassov1-6/+4
which is nether a container nor a thread
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
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 Tarassov14-459/+983
allow direct access to debug model caches
2015-05-29TCF Debugger: fixed NPE when TCFMemoryBlockRetrieval.MemoryBlock is disposedEugene Tarassov1-9/+11
2015-05-27Bug 468464 - Add support for filtering variants according to discriminant value Anton Leherbauer8-15/+213
Change-Id: I721d40aff17f1ac44af9a7ce64bc3310f3e8754e Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-05-26TCF Debugger: fixed: initial selection in the Debug view does not work if ↵Eugene Tarassov1-2/+6
remote debug context takes some time to get suspended
2015-05-20Bug 467699 - HTML doc of stacktrace service command getChildrenRange() is wrongEugene Tarassov1-1/+5
2015-05-13TCF Debugger: added added support for updating the Registers view while the ↵Eugene Tarassov3-7/+35
context is running - if the context supports reading registers "on fly".
2015-05-11TCF Debugger: fixed: Command line argument variable is not evaluatedEugene Tarassov2-4/+19
2015-05-05TCF Debugger: BP actions: fix multiple resume requests on same RCGroupAnton Leherbauer1-2/+10
2015-05-05TCF Debugger: Disassembly view can get unresponsive on context changeAnton Leherbauer1-2/+1
The disassembly view handles a debug context change only after any pending request is completed. The TCFDisassemblyBackend did not reset the update pending flag when a request got invalid due to a debug context change. This could make the view unresponsive waiting for the completion of the pending request.
2015-04-30Bug 465756 - TCFModelManager does not register its workbench listenerEugene Tarassov3-4/+26
2015-04-30TCF Debugger: changed org.eclipse.tm.terminal dependencies to be ↵Eugene Tarassov2-5/+9
package-based instead of bundle-base to fix build errors
2015-04-29Releng: Fix pom.xml version numbersUwe Stieber1-1/+1
2015-04-29Terminal: Switch to TM Terminal 4.0Uwe Stieber8-12/+19
2015-04-21Bug 464689 - Support for AT_bit_stride - fixed sign extensionEugene Tarassov1-2/+27
2015-04-17TCF Core: Symbols service: new symbol attribute: BitStrideEugene Tarassov3-3/+30
2015-04-14TCF Debugger: Variables view: wrong type info on multi dim arraysEugene Tarassov1-9/+22
2015-04-01TCF Debugger: fixed missing line feed character in the details pane of the ↵Eugene Tarassov1-0/+1
Expressions view
2015-04-01TCF Debugger: fixed: the Debug view briefly shows bogus stack frame during ↵Eugene Tarassov3-11/+10
rapid stepping
2015-03-19TCF Debugger: TCFLaunch: added launch attribute ATTR_USE_CONTEXT_FILTER - it ↵Eugene Tarassov3-20/+42
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-17TCF Core: StackTrace service: new stack frame properties: CodeArea and FuncIDEugene Tarassov6-63/+158
2015-03-12TCF Debugger: added UI for context query string in the Symbol Files dialogEugene Tarassov4-125/+113
2015-03-10TCF Debugger: fixed: Step Into Selection is disabled in the TCF debuggerEugene Tarassov6-65/+780
2015-03-10TCF Debugger: code cleanupEugene Tarassov2-9/+11
2015-03-10TCF Debugger: don't show temporary stepping breakpoints in the Breakpoints viewEugene Tarassov5-71/+57
2015-03-06TCF Profiler: added bar graph visualizationEugene Tarassov2-50/+146
2015-02-26TCF Debugger: fixed: "refresh" command does not refresh cache of top level ↵Eugene Tarassov1-0/+1
list of nodes in the Debug view
2015-02-20TCF Core: added a buffer for output stream in AbstractChannel - improved ↵Eugene Tarassov3-62/+144
performance
2015-02-18TCF Debugger: TCF Debug Target Setup now provides default set of peer ↵Eugene Tarassov2-1/+4
attributes to make manual connection configuration easier for the user
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 Stieber16-16/+16

Back to the top