1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
Commit graph

126 commits

Author SHA1 Message Date
Marc Khouzam
d5166c3dde Updating @since tags
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 15:59:15 -04:00
Marc Khouzam
4a561de9ab Missing exports for gdbjtag.core plugin
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 15:52:57 -04:00
Teodor Madan
d8a4f20401 Bug 429874 - GDB Hardware Debugging Launcher "Main" tab does not check
for valid program path

Change-Id: Ibe02a00fefb4a5b933396f567d29e3adbb74ba2d
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
Reviewed-on: https://git.eclipse.org/r/23037
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-03-12 04:08:02 -04:00
Teodor Madan
c52eee2c40 Bug 429982 - GDB Hardware debug fails to start when using symbols with
offset in debug configuration

Use "add-symbol-file" instead of "add-sym"

Change-Id: Ie52eb32bbdca8c18223fbfdab0217afdb24f4465
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
Reviewed-on: https://git.eclipse.org/r/23107
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-03-10 08:56:41 -04:00
Marc Khouzam
8d09935caf Bug 426586 - [launch] Rename launch delegates to be more descriptive to
the user

Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/21106
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-01-27 15:42:30 -05:00
Sergey Prigogin
5d7a19fa6c Enabled JDK 1.7.
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
1d166260a8 Bumped up CDT version to 8.4.
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55
Reviewed-on: https://git.eclipse.org/r/20908
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21 17:35:29 -05:00
Marc Khouzam
86c55d8821 Bug 413437 - Disable 'delay' command when appropriate. This was a bug
introduced when we ported hardware debug to DSF.

Change-Id: I5232ab1e2e345edac9df640836bf8c8413ac6a36
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-01-09 11:46:41 -05:00
Xavier Raynaud
778e234e67 Avoid duplicating fields in FinalLaunchSequence sub-classes
(add protected accessors)

Change-Id: I7e4e7ada8ce0f25a94ccec0ffd4311f05f9c4043
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/19241
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-12-03 14:12:35 -05:00
Marc Khouzam
4839437b2d Update plugin version and @since tag
Change-Id: If25c88bccad81595c9e0f7ae84476233c29c06bd
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-09-16 14:15:45 -04:00
William Riley
72925ad5b4 Bug 413483 - GDB Hardware Debugging - Memory viewing broken
Signed-off-by: William Riley <william.riley@renesas.com>
2013-09-16 11:14:56 -04:00
Andrew Gvozdev
652ce4748e Fixed parent pom version to reference 2013-08-27 15:16:24 -04:00
Sergey Prigogin
bf2790474e Bumped up feature version to 8.3. 2013-08-22 20:06:31 -07:00
Marc-Andre Laperle
bb3e0bf7e0 Bug 414687 - Adapt to generified API from platform Debug
Change-Id: I487a20f3456597f7eddf8a7ce2e1d73ca2dfc423
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15289
Reviewed-by: Michael Rennie <Michael_Rennie@ca.ibm.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-08-12 10:46:27 -04:00
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