Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-15TCF Debugger: fixed view updates on Memory Map Changed eventsEugene Tarassov2-0/+4
2012-10-12TCF Debugger: code cleanup - trailing spaces removedEugene Tarassov4-6/+6
2012-10-12Bug 391809 - There are typos in the error messages returned when reading memo...Eugene Tarassov1-2/+2
2012-10-11Bug 391612 - [breakpoints] Editing breakpoint scope group in bp view can lead...Pawel Piech4-70/+63
2012-10-11Bug 391612 - [breakpoints] Editing breakpoint scope group in bp view can lead...Pawel Piech1-7/+5
2012-10-10Bug 391610 - [breakpoints] Add "Temporary" checkbox to breakpoint properties ...Pawel Piech3-3/+344
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-02Bug [390822] Add filtered list of container types.Scott Tepavich1-0/+26
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 Tarassov3-30/+63
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-21Common: Configure the project settings to overwrite any global "Save Actions"...Uwe Stieber6-24/+336
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-18Releng: Fix plugin version references in pom.xml filesUwe Stieber6-6/+6
2012-09-18Bug 389767 - Neither expressions or registers follow the Background Debug Cha...Eugene Tarassov8-43/+69
2012-09-17TCF Debugger: better code for retrieving data for breakpoint scope tree viewEugene Tarassov1-36/+31
2012-09-17TCF Debugger: better code to enumerate connected TCF launchesEugene Tarassov5-19/+21
2012-09-15TCF Debugger: fixed views update policy "Breakpoint Hit".Eugene Tarassov2-12/+33
2012-09-15TCF Debugger: Disassembly backend: fewer blocking calls of dispatch threadEugene Tarassov1-84/+68
2012-09-14Core: Fix typo in messages fileUwe Stieber1-11/+11
2012-09-13Bug 389197 - [debug view] If user expands stack trace, it should re-expand af...Eugene Tarassov2-22/+87
2012-09-13TCF Debugger: a bit of code cleanupEugene Tarassov1-15/+10
2012-09-11TCF Tests: fixed bogus error report when echo test is abortedEugene Tarassov2-2/+3
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 Piech2-2/+7
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 [388488] Change the layout of the checkbox, to match others on the common...Scott Tepavich1-9/+4
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-29Merge "Bug [388356] Disassembly view tries to disassemble beyond the address ...Pawel Piech1-1/+21
2012-08-29TCF Debugger: a bit of code cleanupEugene Tarassov2-3/+3
2012-08-29TCF Debugger: better formatting of details pane in Expressions and Variables ...Eugene Tarassov1-31/+47
2012-08-29Bug [388356] Disassembly view tries to disassemble beyond the addressScott Tepavich1-1/+21
2012-08-28Bug 388251 - [breakpoints] Scope page should refresh when switching from anot...Pawel Piech2-14/+42
2012-08-27Bug [388128] Fix to enable hardware breakpoint support for addressScott Tepavich1-1/+1
2012-08-15TCF Debugger: changed breakpoint scope pane to show context names instead of ...Eugene Tarassov2-24/+62
2012-08-15TCF Core: better handling of network configuration changes in TCF discoveryEugene Tarassov1-7/+7

Back to the top