Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 317325

Summary: Upversion dsf.gdb plug-ins
Product: [Tools] CDT Reporter: Nobody - feel free to take it <nobody>
Component: cdt-debug-dsf-gdbAssignee: Marc Khouzam <marc.khouzam>
Status: RESOLVED FIXED QA Contact: Marc Khouzam <marc.khouzam>
Severity: normal    
Priority: P3 CC: pawel.1.piech
Version: 7.0Flags: nobody: review+
Target Milestone: 8.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 315677    
Attachments:
Description Flags
Up-ing minor version of the two DSF-GDB plugin
marc.khouzam: iplog-
Up-ing org.eclipse.cdt.dsf.gdb to 4.0
marc.khouzam: iplog-
More @since tags conversion marc.khouzam: iplog-

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.