Skip to main content
summaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Javadoc addition.Pawel Piech1-0/+8
2010-07-16Bug 320044: New breakpoints are got installed in dead process.Ling Wang1-18/+51
2010-07-16bug 319779: Unnecessary importsAndrew Gvozdev2-2/+0
2010-07-15Bug 318550 - SteppingController should clear step queue in case of stepping t...Anton Leherbauer1-17/+19
2010-07-14bug 319777: Restored 1.2 as it does not compile with Java 1.5Andrew Gvozdev1-2/+0
2010-07-14bug 319777: Missing @Override annotationsAndrew Gvozdev2-0/+3
2010-07-13Bug 319656 - [expressions] ExpressionsChangedEvent.Type enum is not publicPawel Piech1-1/+21
2010-07-08Add README for finding those elusive org.eclipse.test.* plugins.Ed Swartz1-0/+7
2010-06-24Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressionsMikhail Khodjaiants2-14/+81
2010-06-24Bug 317769 - "Show Type Names" has no effectMikhail Khodjaiants2-8/+14
2010-06-22Bug 317324: Up-ing plugin versions for DSFMarc Khouzam2-2/+2
2010-06-21Removed hardcoded bundle names.Sergey Prigogin14-35/+21
2010-06-21Removed hardcoded bundle names.Sergey Prigogin11-33/+19
2010-06-18Bug 317217: IDisassemblyBackend.SetDebugContextResult frame-level field is ex...John Cortell1-2/+0
2010-06-17Bug 316987: Show full paths preference under C/C++->Debug is not really neces...John Cortell2-10/+4
2010-06-16Bug 316987: Show full paths preference under C/C++->Debug is not really neces...John Cortell1-3/+2
2010-06-14Fix missing about.html and removed the templates for the source plugins.Doug Schaefer7-119/+0
2010-06-07Bug 311564 - [memory] GDB-DSF memory retrieval hangs when creating memory blo...Pawel Piech1-5/+17
2010-06-06Bug 315895 - Names and descriptions of CDT features are confusing.Sergey Prigogin2-4/+4
2010-06-04 Bug 315835 - NPE in DisassemblyPartWarren Paul1-1/+1
2010-06-04Prettier 32x32 icon.Doug Schaefer2-0/+0
2010-06-03forgot to put the png into the build.properties. No wonder it didn't show up :PDoug Schaefer2-3/+3
2010-06-03 Bug 315461 - [launch] Invalid thread access exception during launchKen Ryall1-11/+15
2010-06-03New CDT Icon.Doug Schaefer6-2/+2
2010-06-03Bug 315439 Fix up copyrightVivian Kong347-2649/+2659
2010-06-02Bug 315439 Fix up copyrightVivian Kong47-46/+56
2010-06-02Bug 315446: Wrong bundle name makes NLS strings fail to be found.Marc Khouzam1-2/+3
2010-05-31update copyright in about and update provider infoVivian Kong2-2/+2
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong4-122/+238
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong2-2/+2
2010-05-28Bug 314950: A null reason is valid in non-stop modeMarc Khouzam1-2/+5
2010-05-28Bug 303315: Improve javadoc for disassembly serviceJohn Cortell1-10/+14
2010-05-27Bug 314258 - [console] Cannot have both stdout in console and in filePawel Piech1-47/+7
2010-05-27Bug 314056 - Disassembly truncates 64bit instruction addressesAnton Leherbauer1-2/+2
2010-05-26Bug 314557 - No error dialog when problems occur opening a memory monitor on...Ken Ryall1-6/+6
2010-05-26Bug 313893, reorg capabilities into cdt product plug-in.Ken Ryall2-47/+0
2010-05-25Bug 308835 - Multi-thread debugging in regular stop-mode with gdb 6.8 is not...Pawel Piech1-2/+81
2010-05-25Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to ds...Ken Ryall6-0/+274
2010-05-24Refactoring of update listener to match debug platform tests.Pawel Piech2-10/+21
2010-05-21Bug 308626 - Backed out accidental checking of changes for bug 310352.Pawel Piech1-74/+43
2010-05-21Bug 313964 - [vm] StackOverflowException in a toString() method in AbstractV...Pawel Piech1-1/+1
2010-05-21Bug 313885 - [concurrency] TracingWrapperRunnable should log all Throwables ...Pawel Piech1-0/+3
2010-05-20Bug 313827 - [expressions] Use the "+" icon for the Add New Expression elementPawel Piech1-1/+5
2010-05-20Bug 308626 - Added a test for RejectedExecutionException.Pawel Piech1-38/+74
2010-05-20Bug 302628: Implement linking of active debug context with selection in Break...John Cortell1-382/+382
2010-05-20Bug 309032: Need APIs to support memory pages (add ability for backend to ind...John Cortell1-4/+15
2010-05-20Bug 312817 - backed out changes of bug 310992Anton Leherbauer1-2/+4
2010-05-19Bug 310191 - [number format detail] Detail pane does not clear up when DSF-GD...Pawel Piech1-0/+15
2010-05-17Bug 310331 - Fix wrong element pathAnton Leherbauer1-1/+2
2010-05-14Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell3-14/+132

Back to the top