This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] GDB 7.0 release process created


On Wed, Sep 16, 2009 at 03:17:10PM -0700, Joel Brobecker wrote:
> Hello,
> 
> A quick message to announce that the GDB 7.0 branch has just been created.
> 
> The prerelease snapshots will be available at:
> 
>     ftp://sourceware.org/pub/gdb/snapshots/branch/gdb.tar.bz2
> 
> The sources are also accessible via CVS:
> 
>     cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_0-branch gdb
> 
> This announcement has also been posted on the GDB web site at:
> 
>     http://www.sourceware.org/gdb/
> 
> -- 
> Joel

   What exactly is that status of darwin support? I noticed that the behavior
of gdb trunk on x86_64-apple-darwin10 has changed. Now I find that when built
with...

./src/configure --disable-werror --build=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 --prefix=/Users/howarth/gdb_cvs/dist

the resulting gdb produces the output...

[Macintosh-2:~] howarth% gcc-4.2 -O0 -g -c himenoBMTxpa.c
[Macintosh-2:~] howarth% gcc-4.2 -O0 -g -o ./a.out himenoBMTxpa.o
[Macintosh-2:~] howarth% /Users/howarth/gdb_cvs/dist/bin/gdb ./a.out
GNU gdb (GDB) 7.0.50.20090920-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin10".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /Users/howarth/a.out...
warning: dsym file UUID doesn't match the one in /Users/howarth/a.out

warning: section __DATA.__common not found in /Users/howarth/himenoBMTxpa.o
(no debugging symbols found)...done.
(gdb) 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]