Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Minutes March Conf Call

Copied from another Email.

For OS X 10.4.11 Running on PPC:

501:[mjackson@Echo1:mjackson]$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-696) (Sat Oct 20 18:20:28 GMT 2007)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin".


for OS X 10.5.6 Running on Intel with Xcode version 3.1.3
501:[mjackson@Ferb:~]$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin".


For OS X 10.6 running on Intel;

faerie:~ sean$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51
UTC 2009)
Copyright 2004 Free Software Foundation, Inc.

Hope that helps get the DSF/GDB_OSX Version code up and running.

_________________________________________________________
Mike Jackson                  mike.jackson@xxxxxxxxxxxxxx
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio

On Tue, Mar 2, 2010 at 2:12 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
> Hi,
>
> I also want to thank every involved for the great effort to have DSF-GDB
> achieve CDI-GDB feature parity!  We made a lot of progress in
> the last few weeks, and DSF-GDB has never looked better.
>
> For documentation, there is a great New and Noteworthy that Pawel wrote for
> DD.  It shows the features of DSF and DSF-GDB that are not
> in CDI.  It will need a bit of updating for newer features, but it is a
> great start:
> http://www.eclipse.org/dsdp/dd/development/relnotes/dd_news-1.1.html
>
> Also, I've written a wikipage listing all the features (that I could
> remember) of DSF-GDB; it also mentions some planned new features:
> http://wiki.eclipse.org/CDT/cdt-debug-default-integration
>
> As for versions (platforms and GDB), I am personnaly using (and therefore
> verifying):
> o SLED 10 Linux and GDB 6.6, 6.7, 6.8 and 7.0
> o Windows 7 with MinGw 6.8 and 7.0
>
> Can other people mention the platform and GDB they are working with to give
> an idea of what we are covering?
>
> Thanks
>
> Marc
>
>
> ________________________________
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Doug Schaefer
> Sent: Tuesday, March 02, 2010 2:00 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Minutes March Conf Call
>
> Here's what I capture, please respond if I missed anything.
> Attendees: Leo (Intel), Marc (Ericsson), Ken (Nokia), James (Broadcom),
> Navid (TI), Jeff (Red Hat), Randy (Wind River), Christian (QNX), John
> (Freescale), Pawel (Wind River), Elena (QNX), and more I'm sure.
> - CDT 6.0.2 is out the door. We will do additional builds as people need
> them. We will post the cdt-master zip file for the builds but we will not
> update the update site, unless there is something blocking that really needs
> to be fixed.
> - CDT 7.0 M6 build is scheduled for next Friday, March 12. This is the API
> freeze build. If there are API changes needed after that date, they will
> need to be communicated (via cdt-dev and bugzilla) and reviewed by the
> community.
> - M7 is the feature freeze and the build is schedule for April 30.
> - DSF-GDB
>     - Great work by Marc and the community to put extra effort on reaching
> CDI-GDB parity. Thank you!
>     - We will switch the default debug integration to DSF for M6 to ensure
> we give it as much exposure as we can.
>     - We will continue to work on parity defects and stabilization
>     - At M7 we will re-evaluate to see whether things are good enough to go
> out that way.
>     - We need to step up the test effort and run the JUnits on all
> top tier platforms and gdb versions.
>         - We've identified Linux (which distro/version?), Mac, Windows
> MinGW, Windows Cygwin as the top tier platforms.
>         - We didn't really identify which gdb versions other than the MinGW
> ones, 7.0.x, 6.8, 6.6. Need feedback from community on what they are using.
>         - We need to track who's testing what to ensure everything is
> covered.
> - User Docs
>     - DSF-GDB isn't in the user docs
>     - And there are other holes there
>     - Jeff is looking through them now and Doug will take a pass and clean
> them up as well.
> - Codan
>     - This is the static analysis framework Elena is working on
>     - Will add it to the cdt-master zip as an optional feature for CDT 7.0
>
> - Build
>     - Doug will send a note on his current thinking on Build
>     - We will talk about it at the CDT BOF at EclipseCon as well.
> And then we ran out of time. Great meeting gang!
> Doug.
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top