Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Fix fully qualified names to add " around names containing /Manuel Coutand1-0/+2
2012-12-15TCF Debugger: fixed: NPE when using proxy to connect to a target that cannot ...Eugene Tarassov1-1/+2
2012-12-15TCF Debugger: code cleanupEugene Tarassov4-9/+8
2012-12-12TCF Debugger: Bug 396396 - multiple identical expressions in the Expression v...Pawel Piech2-11/+21
2012-12-12TCF Debugger: Bug 395876 - [breakpoints] watchpoints read/write settings not ...Pawel Piech4-9/+96
2012-12-06TCF Debugger: added some code commentsEugene Tarassov1-1/+55
2012-12-02TCF Debugger: fixed: the Symbol Files dialog box shows same entry two times.Eugene Tarassov1-3/+26
2012-11-30TCF Debugger: changed "View Memory" and other commands to use <handler> bindi...Eugene Tarassov12-121/+190
2012-11-30TCF Debugger: redundant AddFunctionBreakointHandler removed, because it is al...Eugene Tarassov4-98/+4
2012-11-30Bug 395425 - When the Debug View breadcrumb is engaged, the CDT actionRohrbach, Randy1-110/+45
2012-11-28Bug 395190 - context_full_name does not escape or quote '/' charactersEugene Tarassov1-1/+5
2012-11-26TCF Debugger: better handling of memory mapped registersEugene Tarassov6-49/+154
2012-11-26TCF Debugger: code cleanup - trailing spaces removedEugene Tarassov4-17/+17
2012-11-26TCF Debugger: better code for retrieving register name by IDEugene Tarassov3-36/+4
2012-11-24TCF Debugger: Fix CoreException in TCFLaunchDelegate once the user starts to ...Uwe Stieber1-1/+12
2012-11-19Bug 394494 - [breakpoins] Breakpoint scope page should filter out contexts th...Pawel Piech1-29/+46
2012-11-17TCF Debugger: Fix a case where the memory map is not populated to the "Symbol...Uwe Stieber1-3/+1
2012-11-16rework launch tabsTobias Schwarz3-59/+307
2012-11-15TCF Debugger: fixed assertion failure when debug session terminated while dis...Eugene Tarassov1-0/+1
2012-11-15TCF Debugger: better coalescing logic for disassembly view updatesEugene Tarassov5-139/+188
2012-11-14Bug[390878] Context-queries for breakpoints are not wrapped with double quotes.Scott Tepavich1-36/+16
2012-11-14TCF Debugger: Make it more easier for subclasses of the TCF launch configurat...Uwe Stieber2-1/+26
2012-11-13Merge "Bug[390878] Context-queries for breakpoints are not wrapped with doubl...Pawel Piech4-39/+83
2012-11-09TCF Debugger: fixed regression: ArrayIndexOutOfBoundsException when debugger ...Eugene Tarassov1-3/+3
2012-11-09TCF Debugger - [hover] Wrong text color for expression hoverPawel Piech1-5/+14
2012-11-08TCF Debugger: better error reporting when starting local TCF agentEugene Tarassov2-9/+37
2012-11-07TCF Debugger: fixed wrong stack trace data for a function that never returnsEugene Tarassov1-15/+5
2012-11-07Merge "Bug 393615 - [breakpoints] It should not be possible to remove or modi...Pawel Piech2-3/+34
2012-11-06TCF Debugger: added backward-compatible launchTCF() methodEugene Tarassov1-0/+11
2012-11-06Bug 393590 - Launching a debug session does not update the progress monitorEugene Tarassov3-23/+48
2012-11-05Bug 393615 - [breakpoints] It should not be possible to remove or modify fore...Pawel Piech2-3/+34
2012-11-02Bug[390878] Context-queries for breakpoints are not wrapped with doubleScott Tepavich4-39/+83
2012-11-02TCF Debugger: when expression value is not available because of an error, det...Eugene Tarassov1-9/+14
2012-11-02TCF Debugger: fixed display of expression value error in the Properties viewEugene Tarassov1-1/+1
2012-11-02TCF Debugger: faster retrieval of c-string valuesEugene Tarassov1-12/+23
2012-11-01Releng (Feature Structure): Fix Bug 393266 - Isolate debug functionality from...Uwe Stieber1-1/+2
2012-10-31TCF Debugger: fixed: source lookup coalescing should be done per workbench pageEugene Tarassov1-9/+29
2012-10-31TCF Debugger: added code to show properties of expression value symbol in the...Eugene Tarassov2-4/+22
2012-10-30Bug 392783 - Parent context node never re-expanded in debug view after child ...Pawel Piech4-14/+39
2012-10-30TCF Tests: more ContextQuery testsEugene Tarassov2-2/+13
2012-10-24Bug 392771 - Debug view breadcrumb drop-down closes immediately after expandi...Pawel Piech1-13/+33
2012-10-23Bug 392626 - Debug view stops updating after switching to breadcrumb modePawel Piech2-25/+36
2012-10-21TCF Debugger: fixed regression: instruction stepping button does not workEugene Tarassov2-10/+10
2012-10-21TCF Debugger: added support for modifying 2, 10 and 16 bytes floating point v...Eugene Tarassov1-0/+88
2012-10-21TCF Debugger: fixed false detection of register representation groupEugene Tarassov2-4/+8
2012-10-19Bug 392380 - [memory] User can create a memory block on an element that doesn...Pawel Piech3-9/+22
2012-10-19Bug 392473 - [reverse] Enable toggle reverse debugging action.Pawel Piech3-9/+87
2012-10-19TCF Debugger: fixed a typo in code commentEugene Tarassov1-1/+1
2012-10-16Eclipse Integration: Bug 391941 - BundleException while initializing org.ecli...Uwe Stieber1-5/+4
2012-10-15Eclipse Integration: Fix Bug 391941 - BundleException while initializing org....Uwe Stieber1-1/+5

Back to the top