Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Bug 225805: Sourcelookup handling does not scale to large projectsMarc Khouzam1-12/+18
2011-03-07Bug 338769: Allow for different versions of the FinalLaunchSequenceMarc Khouzam8-20/+224
2011-02-25Change update site URL to indigoVivian Kong1-1/+1
2011-02-18Bug 337602: Setting program arguments should be done per processMarc Khouzam1-1/+4
2011-02-05Bug 335324 - [multi-process][breakpoints] Make the container (process) the br...Marc Khouzam1-2/+5
2010-11-21Bug 120162: [launch] Allow to specify the default version of gdbMarc Khouzam1-4/+9
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam1-17/+0
2010-09-02Fix potential null pointer useJohn Cortell1-1/+1
2010-09-02Turned on detection of potential null pointer usage. Also, some plug-ins I pr...John Cortell4-2/+163
2010-07-29Bug 321259: Need to set environment dir before sourcing init file, so that we...Marc Khouzam1-24/+24
2010-06-22Bug 315490: Update JTag launch to set the default launch delegate more effici...Marc Khouzam2-22/+33
2010-06-18Updated classpath to specify 1.5 JRE. The lack of it was causing errors for M...John Cortell2-2/+2
2010-06-18More changes to keep project warning-freeJohn Cortell3-0/+99
2010-06-06Bug 315895 - Names and descriptions of CDT features are confusing.Sergey Prigogin1-1/+1
2010-06-04Prettier 32x32 icon.Doug Schaefer1-0/+0
2010-06-03forgot to put the png into the build.properties. No wonder it didn't show up :PDoug Schaefer1-2/+2
2010-06-03New CDT Icon.Doug Schaefer3-1/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong10-10/+10
2010-05-31update copyright in about and update provider infoVivian Kong1-1/+1
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong2-61/+119
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong1-1/+1
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants1-1/+2
2010-05-12Bug 312481: Use defaults less likely to cause an unintended connection to ano...John Cortell1-9/+4
2010-05-10Fixed bug with using wrong launch constant in dsf jtag devices that support n...Alena Laskavaia1-3/+3
2010-05-07Overhaul load. Turns out all we need is a simple implementation. See https://...John Cortell1-14/+1
2010-05-06Make memory browser plugins warning-intolerantJohn Cortell2-0/+188
2010-05-06Make jtag plugins warning-intolerantJohn Cortell2-0/+134
2010-05-06Don't expose internal upstream types as API. Moved GDBJtagDSFCMainTab to inte...John Cortell2-2/+2
2010-05-06[310304] GDB (DSF) Hardware Debugging Launcher ignores application program pathJohn Cortell10-208/+503
2010-05-06Fixed warningsJohn Cortell4-3/+35
2010-05-06Various tweaks/cleanupJohn Cortell1-16/+15
2010-05-06Fixed warningsJohn Cortell2-1/+4
2010-05-06Fixed warningJohn Cortell1-2/+0
2010-05-06Additional javadocJohn Cortell1-3/+11
2010-05-06Fixed warningsJohn Cortell1-1/+2
2010-05-06Use generics. Avoid unnecessary localJohn Cortell1-6/+4
2010-05-06Use genericsJohn Cortell1-3/+3
2010-05-06Improve documentationJohn Cortell1-34/+89
2010-05-06CDT has not moved up to Java 1.6. Can't use String.isEmpty()John Cortell2-4/+4
2010-05-06Bug 305943 Support for transport specific devices, based on patch from Bruce ...Alena Laskavaia15-137/+580
2010-05-06java warningsAlena Laskavaia2-33/+41
2010-04-28increase feature version as plugins versions had increasedVivian Kong2-2/+2
2010-04-27- fixed since tags and enabled API toolingAlena Laskavaia10-8/+20
2010-04-23[280631] Added new checkbox to dsf-jtag launch config tabJohn Cortell2-0/+21
2010-04-22Minor optimizationJohn Cortell1-1/+1
2010-04-22Fixed warnings and some minor code improvementsJohn Cortell1-14/+12
2010-04-22[310129] GDB (DSF) Hardware Debugging Launcher ignores startup initialization...John Cortell1-596/+554
2010-04-22- fixed API errorsAlena Laskavaia6-46/+62
2010-04-14Bug 306627 - Fix license inconsistenciesVivian Kong1-41/+37
2010-03-16[248593] Fixed launch for JTag to support DSF-GDBMarc Khouzam11-27/+544

Back to the top