Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23Upgrade to Tycho 0.14.1Marc-Andre Laperle1-3/+1
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov2-7/+7
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 ↵Marc Khouzam1-1/+23
when preference for non-stop is enabled
2011-06-28Mavenizing CDT releng.Doug Schaefer4-0/+88
Also removed unsupported cdt.core fragments from the platform feature.
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 ↵Marc Khouzam1-2/+5
breakpointTarget context
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 ↵John Cortell4-2/+163
protected against future warnings a while back lacked protection on all three levels (compiler, PDE, API)
2010-07-29Bug 321259: Need to set environment dir before sourcing init file, so that ↵Marc Khouzam1-24/+24
we look for the init file in the right place
2010-06-22Bug 315490: Update JTag launch to set the default launch delegate more ↵Marc Khouzam2-22/+33
efficiently.
2010-06-18Updated classpath to specify 1.5 JRE. The lack of it was causing errors for ↵John Cortell2-2/+2
Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating...
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 ↵John Cortell1-9/+4
another board.
2010-05-10Fixed bug with using wrong launch constant in dsf jtag devices that support ↵Alena Laskavaia1-3/+3
new connection interface
2010-05-07Overhaul load. Turns out all we need is a simple implementation. See ↵John Cortell1-14/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=310304#c34
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 ↵John Cortell2-2/+2
internal package
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

Back to the top