Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317325 - Upversion dsf.gdb plug-ins
Summary: Upversion dsf.gdb plug-ins
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Marc Khouzam CLA
QA Contact: Marc Khouzam CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 315677
  Show dependency tree
 
Reported: 2010-06-18 13:35 EDT by Nobody - feel free to take it CLA
Modified: 2010-07-30 16:23 EDT (History)
1 user (show)

See Also:
nobody: review+


Attachments
Up-ing minor version of the two DSF-GDB plugin (1.43 KB, patch)
2010-06-22 15:16 EDT, Marc Khouzam CLA
marc.khouzam: iplog-
Details | Diff
Up-ing org.eclipse.cdt.dsf.gdb to 4.0 (6.97 KB, patch)
2010-07-30 11:51 EDT, Marc Khouzam CLA
marc.khouzam: iplog-
Details | Diff
More @since tags conversion (3.96 KB, patch)
2010-07-30 16:07 EDT, Marc Khouzam CLA
marc.khouzam: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody - feel free to take it CLA 2010-06-18 13:35:28 EDT
Change the bundle-version of dsf.gdb plug-ins in the HEAD.
Comment 1 Marc Khouzam CLA 2010-06-22 15:16:02 EDT
Created attachment 172450 [details]
Up-ing minor version of the two DSF-GDB plugin

Let's try to keep the plugin version to the same major revision.  We can revisit this if it becomes a problem.

So this patch ups the version from 2.1 to 2.2 and from 3.0 to 3.1.

Committed to HEAD
Comment 2 Marc Khouzam CLA 2010-06-22 15:17:15 EDT
Mikhail, can you review?
Comment 4 Nobody - feel free to take it CLA 2010-06-22 17:25:09 EDT
Thanks Marc. Sorry, I would have done it myself but have been struggling with variable objects based implementation for registers.
Comment 5 Marc Khouzam CLA 2010-06-23 09:25:35 EDT
(In reply to comment #4)
> Thanks Marc. Sorry, I would have done it myself but have been struggling with
> variable objects based implementation for registers.

I understand.  I hope MIVariableManager is not giving you too much trouble.
Comment 6 Nobody - feel free to take it CLA 2010-06-23 12:35:58 EDT
(In reply to comment #5)
> I hope MIVariableManager is not giving you too much trouble.

Not at all. I'm not using it directly.
Comment 7 Marc Khouzam CLA 2010-07-30 11:40:19 EDT
After consulting with the community as can be read in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg20049.html
we are going to bump org.eclipse.cdt.dsf.gdb to 4.0
Comment 8 Marc Khouzam CLA 2010-07-30 11:51:08 EDT
Created attachment 175588 [details]
Up-ing org.eclipse.cdt.dsf.gdb to 4.0

This patch ups the version of org.eclipse.cdt.dsf.gdb and changes all the 3.1 @since tags to 4.0.
Comment 9 Marc Khouzam CLA 2010-07-30 11:52:07 EDT
Committed to HEAD.
Comment 10 CDT Genie CLA 2010-07-30 12:23:02 EDT
*** cdt cvs genie on behalf of mkhouzam ***
Bug 317325: Upversion dsf.gdb plug-in to 4.0

[*] MIThread.java 1.5 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIThread.java?root=Tools_Project&r1=1.4&r2=1.5
[*] MIListThreadGroupsInfo.java 1.8 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/output/MIListThreadGroupsInfo.java?root=Tools_Project&r1=1.7&r2=1.8

[*] LaunchUtils.java 1.14 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java?root=Tools_Project&r1=1.13&r2=1.14

[*] MIGDBSetSolibAbsolutePrefix.java 1.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/MIGDBSetSolibAbsolutePrefix.java?root=Tools_Project&r1=1.1&r2=1.2

[*] GDBBackend.java 1.19 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/GDBBackend.java?root=Tools_Project&r1=1.18&r2=1.19
[*] IGDBProcesses.java 1.4 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/service/IGDBProcesses.java?root=Tools_Project&r1=1.3&r2=1.4

[*] MANIFEST.MF 1.14 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF?root=Tools_Project&r1=1.13&r2=1.14

[*] CLIEventProcessor.java 1.7 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/CLIEventProcessor.java?root=Tools_Project&r1=1.6&r2=1.7
[*] CommandFactory.java 1.12 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/CommandFactory.java?root=Tools_Project&r1=1.11&r2=1.12
Comment 11 Marc Khouzam CLA 2010-07-30 16:07:57 EDT
Created attachment 175611 [details]
More @since tags conversion

I forgot to do a full clean so the API Too;omg didn't find all the @since tags that needed to be changed.  This patch fixes the remaining ones.

Committed.