Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Update version to 9.2.0Marc Khouzam8-9/+9
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais2-1/+38
2016-08-29Bug 337899 - [debug view][non-stop] Process label is not updatedMarc Dumais1-2/+10
2016-08-17Update version to 9.1.0Marc Khouzam8-9/+9
2016-08-15Remove old .api_filtersMarc Khouzam1-19/+0
2016-08-10Bug 499227 - Missing REVEAL and FORCE flags in VMDelta#appendDetail()Marc Dumais1-0/+6
2016-07-20Bug 497167: Add support for =thread-group-added eventMarc Khouzam3-3/+10
2016-06-30Remove old .cvsignore filesMarc Khouzam5-6/+0
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam12-20/+20
2016-05-10Bug 491724 - AbstractCachingVMProvider: Replace deprecatedMarc Dumais1-6/+4
2016-04-29Remove Solaris Sparc supportMarc-Andre Laperle1-10/+0
2016-04-27Bug 491417: fix occasional "..." updates in disassemblyJonah Graham1-1/+2
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-1/+1
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt12-35/+35
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon1-4/+4
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt17-50/+50
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-3/+3
2016-04-18Bug 491945 - Remove new String()Alex Blewitt1-2/+2
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt20-49/+49
2016-04-07Bug 489501 - [memory] Add API to resolve the default memory space idAlvaro Sanchez-Leon2-0/+28
2016-03-30bug 488469 - [traditional memory rendering] add preference for coloringMarc Dumais1-0/+3
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-1/+62
2016-03-29Code cleanup in DSF examples. Jesper Eskilson14-104/+170
2016-03-24Bug 489398 - Support memory spaces in IExpressionDMAdressAlvaro Sanchez-Leon4-2/+21
2016-03-11Bug 302305 - Added a timeout to queries which are run more frequently.Mario Pierro4-6/+45
2016-02-17Bug 487920 Check if widget is disposed before enable itMartin Schreiber1-1/+1
2016-02-11Update copyright datesMarc Khouzam4-4/+4
2016-02-11Move DSF and DSF-GDB plugins to Java 8Marc Khouzam6-10/+10
2016-02-01Missing copyright header.Marc Khouzam1-1/+8
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam8-9/+9
2016-01-17Bug 484911: Clean up source directorsJonah Graham2-69/+26
2016-01-06Bug 484894: Update generification of DisassemblyDocumentJonah Graham1-52/+45
2016-01-05bug 485170 - wrong request monitor passed inMarc Dumais1-1/+2
2016-01-04Bug 483234: Add a command example to the example plug-inJonah Graham1-1/+2
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam245-246/+246
2015-12-15[disassembly] Do not reuse label position for creating bp annotationAnton Leherbauer1-2/+2
2015-12-14Cleanups.Alexander Kurtakov2-22/+1
2015-12-13Fix compilation with Neon M4.Alexander Kurtakov3-38/+40
2015-11-25Missing rm.done()Marc Khouzam1-0/+2
2015-10-15CosmeticsMarc Khouzam1-12/+1
2015-10-06CosmeticsMarc Khouzam1-18/+17
2015-10-06CosmeticsMarc Khouzam3-8/+8
2015-09-17Bug 477610 - Remove any reference to platform .gif filesMarc Khouzam1-10/+10
2015-08-12Bug 474612 - Number format detail Shall report Error details of selectedAlvaro Sanchez-Leon3-3/+20
2015-08-10Fixed a couple of FindBugs errors in DSF examples.Jesper Eskilson2-0/+10
2015-08-04Bug 460760: Revert Fix DsfSourceDisplayAdapter.openEditor changeJonah Graham1-3/+3
2015-07-21Cleaned up random number generation in DSF examples.Jesper Eskilson2-9/+8
2015-07-14Fix Disassembly creating 64-bit address breakpoint for 32-bit targetAnton Leherbauer1-2/+6
2015-07-14Fix capitalization of Run to Line, Move to Line, etc.Anton Leherbauer1-3/+3
2015-07-09Bug 460760: Fix DsfSourceDisplayAdapter.openEditor to avoid ignoring editor i...Dmitry Kozlov1-3/+3

Back to the top