Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam20-14/+124
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin4-4/+4
2011-10-20Bumped up Java requirements to 1.6.Sergey Prigogin4-6/+18
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin4-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin2-2/+2
2011-09-22Update version numbers for Juno.Doug Schaefer4-4/+4
2011-09-03Fix poms for tycho 0.13.Doug Schaefer2-2/+3
2011-09-01Bug 349736: DSF-GDB breakpoint deleted when modifying thread filterJohn Dallaway2-3/+4
2011-08-05Bug 320277: Cannot view variables of base class in derived class Marc Khouzam1-2/+2
2011-08-05Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs wh...Marc Khouzam1-1/+23
2011-06-28Mavenizing CDT releng.Doug Schaefer4-0/+88
2011-06-27Bug 348159: Move DSF-GDB preference store to the core plugin.Marc Khouzam1-2/+3
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong1-1/+1
2011-06-03Bug 348043: GDB (DSF) Hardware Debugging Launcher fails to complete launchMarc Khouzam3-6/+25
2011-05-27Bug 347245: Add configurable defaults for Stop in main and for Non-stop modeMarc Khouzam1-4/+2
2011-05-24Bug 346568 - Update licenses for IndigoVivian Kong3-3/+7
2011-03-29Avoid NPE (reported by FindBugs)John Cortell1-2/+3
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

Back to the top