Marc Khouzam
4d656b2273
Bug 324101 - [launch] Have the JTag launch extend FinalLaunchSequence
...
instead of copying it
Change-Id: Ia65064a38cff1aa1a0ccff3dbb33c4baa92bccac
Reviewed-on: https://git.eclipse.org/r/10202
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-04-11 21:35:26 -04:00
mhussein
f2724c6bdf
Bug 391390 : Updatesite url is indigo
...
Removed all update site urls from all feature.xml files based on
Martin's suggestion in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html
that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633
Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e
Reviewed-on: https://git.eclipse.org/r/8092
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-17 14:18:01 -04:00
Sergey Prigogin
d0bc09b24b
Fixed yet another version mismatch between MANIFEST.MF and pom.xml
2012-06-28 12:32:30 -07:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Marc-Andre Laperle
68b6f3dc90
Upgrade to Tycho 0.14.1
2012-04-23 00:25:47 -04:00
Anton Gorenkov
9ecafd83cd
Bug 180256 - Launch configurations should support build variables
2012-04-02 12:23:36 -07:00
Marc Khouzam
2bafef2e42
Code cleanup, mostly about missing @Override
2012-01-17 09:42:18 -05:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
a3433513f9
Bumped up Java requirements to 1.6.
2011-10-19 19:37:59 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Doug Schaefer
9ec9113700
Update version numbers for Juno.
2011-09-22 15:03:14 -04:00
Doug Schaefer
bca8fe06a1
Fix poms for tycho 0.13.
2011-09-02 20:48:39 -04:00
John Dallaway
98c81cf0fb
Bug 349736: DSF-GDB breakpoint deleted when modifying thread filter
2011-09-01 08:09:13 -04:00
Marc Khouzam
f0f3855423
Bug 320277: Cannot view variables of base class in derived class
2011-08-05 15:49:32 -04:00
Marc Khouzam
db62a47f3e
Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs when preference for non-stop is enabled
2011-08-05 15:35:19 -04:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc Khouzam
2041eb9870
Bug 348159: Move DSF-GDB preference store to the core plugin.
2011-06-27 16:23:53 -04:00
Vivian Kong
f6d1c8c24b
Bug 348754 - Update feature copyright statements for Indigo
2011-06-08 14:36:18 +00:00
Marc Khouzam
da7276ed66
Bug 348043: GDB (DSF) Hardware Debugging Launcher fails to complete launch
2011-06-03 09:32:51 +00:00
Marc Khouzam
6c08d0dc7d
Bug 347245: Add configurable defaults for Stop in main and for Non-stop mode
2011-05-27 01:09:39 +00:00
Vivian Kong
356e6cf4b2
Bug 346568 - Update licenses for Indigo
2011-05-24 14:34:28 +00:00
John Cortell
69100108b5
Avoid NPE (reported by FindBugs)
2011-03-29 15:38:16 +00:00
Marc Khouzam
ebb5a4dafd
Bug 225805: Sourcelookup handling does not scale to large projects
2011-03-11 15:06:55 +00:00
Marc Khouzam
03252ec0f9
Bug 338769: Allow for different versions of the FinalLaunchSequence
2011-03-07 18:05:03 +00:00
Vivian Kong
101d5367d0
Change update site URL to indigo
2011-02-25 14:36:44 +00:00
Marc Khouzam
82a91d1c7f
Bug 337602: Setting program arguments should be done per process
2011-02-18 19:49:18 +00:00
Marc Khouzam
d034f60b19
Bug 335324 - [multi-process][breakpoints] Make the container (process) the breakpointTarget context
2011-02-05 04:27:36 +00:00
Marc Khouzam
c0a7a5724f
Bug 120162: [launch] Allow to specify the default version of gdb
2010-11-21 19:20:59 +00:00
Marc Khouzam
ce50ee07e2
Bug 321692: Remove dependencies to plugins from features
2010-09-20 09:05:59 +00:00
John Cortell
fff45080d0
Fix potential null pointer use
2010-09-02 16:35:56 +00:00
John Cortell
70f1bbd6c4
Turned on detection of potential null pointer usage. Also, some plug-ins I protected against future warnings a while back lacked protection on all three levels (compiler, PDE, API)
2010-09-02 15:53:05 +00:00
Marc Khouzam
0718dffac3
Bug 321259: Need to set environment dir before sourcing init file, so that we look for the init file in the right place
2010-07-29 19:40:35 +00:00
Marc Khouzam
888641771e
Bug 315490: Update JTag launch to set the default launch delegate more efficiently.
2010-06-22 15:18:20 +00:00
John Cortell
abc6a93d59
Updated classpath to specify 1.5 JRE. The lack of it was causing errors for Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating...
2010-06-18 18:58:19 +00:00
John Cortell
44b0e41210
More changes to keep project warning-free
2010-06-18 17:09:09 +00:00
Sergey Prigogin
455546e0b0
Bug 315895 - Names and descriptions of CDT features are confusing.
2010-06-06 04:57:22 +00:00
Doug Schaefer
7b8cac960e
Prettier 32x32 icon.
2010-06-04 14:24:50 +00:00
Doug Schaefer
66828656bc
forgot to put the png into the build.properties. No wonder it didn't show up :P
2010-06-03 21:11:36 +00:00
Doug Schaefer
e8a45c249a
New CDT Icon.
2010-06-03 14:59:53 +00:00
Vivian Kong
544317d804
Bug 315439 Fix up copyright
2010-06-03 14:22:11 +00:00
Vivian Kong
ce9eb6b7d6
update copyright in about and update provider info
2010-05-31 20:40:20 +00:00
Vivian Kong
1dc1732f57
Bug 306627 - Fix license inconsistencies
2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97
Bug 314212 - CDT Feature copyright dates are outdated
2010-05-31 15:15:04 +00:00
Mikhail Khodjaiants
e733369d6f
Bug 313806 - Export all debug packages.
2010-05-20 20:38:54 +00:00
John Cortell
fec049734c
Bug 312481: Use defaults less likely to cause an unintended connection to another board.
2010-05-12 12:18:59 +00:00
Alena Laskavaia
95d7620fd1
Fixed bug with using wrong launch constant in dsf jtag devices that support new connection interface
2010-05-10 14:06:21 +00:00
John Cortell
443bcd6c99
Overhaul load. Turns out all we need is a simple implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=310304#c34
2010-05-07 16:10:41 +00:00
John Cortell
c2bf10a787
Make memory browser plugins warning-intolerant
2010-05-06 22:08:09 +00:00
John Cortell
494889cad8
Make jtag plugins warning-intolerant
2010-05-06 21:35:25 +00:00