Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-30TCF Tests: more ContextQuery testsEugene Tarassov1-2/+2
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: 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 Piech1-1/+18
2012-10-19TCF Debugger: fixed a typo in code commentEugene Tarassov1-1/+1
2012-10-15TCF Debugger: fixed pin and refresh actions for memory mapped registersEugene Tarassov1-5/+12
2012-10-15TCF Debugger: fixed view updates on Memory Map Changed eventsEugene Tarassov2-0/+4
2012-10-12Bug 391809 - There are typos in the error messages returned when reading memo...Eugene Tarassov1-2/+2
2012-10-09Bug 389974 - "Symbols Files..." symbol files dialog does not have a Cancel bu...Eugene Tarassov5-5/+9
2012-10-02Bug 390330 - Expression view shows artificial class membersEugene Tarassov2-3/+10
2012-10-02TCF Debugger: fixed "pretty printing" of structs with bitfieldsEugene Tarassov2-35/+68
2012-10-02TCF Debugger: enable editing of Value column cells in the Variables viewEugene Tarassov1-0/+27
2012-09-26Bug 390304 - C++ members are not localized in their respective classesEugene Tarassov2-6/+37
2012-09-25TCF Debugger: fixed: invalid symbols data could lock debugger UIEugene Tarassov2-3/+12
2012-09-25TCF Debugger: fixed NPE in the Registers view when the view is in "no columns...Eugene Tarassov1-6/+8
2012-09-21Bug 390053 - Registers/Variables/Expressions views do not support no column modeEugene Tarassov6-7/+47
2012-09-21Target Explorer: Prepare customization of path map table column headersUwe Stieber1-0/+4
2012-09-21Reverted commit 00b372d8b8e8c38324911842d9b2f49d4b5308d9.Uwe Stieber1-21/+1
2012-09-20Bug 390001 - [UI][PathMap] Relabel the path map rules table column headerUwe Stieber1-1/+21
2012-09-20TCF Debugger: Remove accidently added @Override annotationsUwe Stieber1-30/+0
2012-09-19Bug 389924 - When requesting less data than is in the cache the TCFMemoryBloc...Eugene Tarassov1-1/+1
2012-09-19TCF Debugger: Fix some additional cases to protect the TCFModelProxy from acc...Uwe Stieber1-2/+2
2012-09-19TCF Debugger: Fix an NPE if the id of the node passed to getAutoExpandNode(.....Uwe Stieber1-1/+27
2012-09-18Bug 389598 - "Symbols Files..." Dialog: Wrong entry is chosen for editingEugene Tarassov1-5/+6
2012-09-18Bug 389767 - Neither expressions or registers follow the Background Debug Cha...Eugene Tarassov8-43/+69
2012-09-17TCF Debugger: better code to enumerate connected TCF launchesEugene Tarassov1-0/+6
2012-09-15TCF Debugger: fixed views update policy "Breakpoint Hit".Eugene Tarassov2-12/+33
2012-09-13Bug 389197 - [debug view] If user expands stack trace, it should re-expand af...Eugene Tarassov2-22/+87
2012-09-07TCF Debugger: code cleanup: trailing spacesEugene Tarassov7-7/+7
2012-09-06Bug 388973 - Guard against ISymbols.Symbol.getAddress() returning null.Pawel Piech1-1/+1
2012-09-06Bug 388973 - Guard against ISymbols.Symbol.getAddress() returning null.Pawel Piech1-1/+3
2012-09-06Target Explorer/TCF Debugger: If the Memory Map tab/widget is embedded in an ...Tobias Schwarz2-5/+31
2012-09-05Bug 388786 - Exposing TCF internal classes/methods for data accessPawel Piech7-0/+16
2012-09-05Bug 388786 - Exposing TCF internal classes/methods for data accessEugene Tarassov11-13/+226
2012-09-05Bug 388777 - The getRegisters() method for TCFNodeStackFrame.java should be p...Eugene Tarassov1-1/+1
2012-08-29TCF Debugger: better formatting of details pane in Expressions and Variables ...Eugene Tarassov1-31/+47
2012-08-15TCF Debugger: changed breakpoint scope pane to show context names instead of ...Eugene Tarassov1-5/+5
2012-08-10TCF Examples: added code formating preferences in org.eclipse.tcf.examples.pr...Eugene Tarassov2-5/+5
2012-08-10Bug 386519 - Need way to override the IMAGES used for Registers in the Regist...Eugene Tarassov11-38/+269
2012-08-08Bug 386869 - WidgetDisposed exception in Trace view.Pawel Piech1-1/+2
2012-08-07TCF Debugger: added support for registers on debug contexts other then a threadEugene Tarassov2-16/+18
2012-08-07TCF Debugger: fixed usage of deprecated interfaceEugene Tarassov2-23/+21
2012-07-31Bug [386327] - Fix typo for stack preference.Scott Tepavich1-1/+1
2012-07-30Bug 385917 - [PATCH] Improve display of XMM vector registersEugene Tarassov4-7/+344
2012-07-27TCF Debugger: fixed flicker in the Registers view during steppingEugene Tarassov1-5/+7
2012-07-17TCF Debugger: Construct PathMapRule objects with LinkedHashMap objects to gua...Uwe Stieber1-2/+4
2012-06-27Bug 383591 - [PathMap] Upon pathmap changed event reception the editors shoul...Eugene Tarassov1-14/+39

Back to the top