public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb for 64 bit intel solaris 10?
@ 2005-11-07 20:53 Mark Woollard
  2005-11-07 20:58 ` Daniel Jacobowitz
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Woollard @ 2005-11-07 20:53 UTC (permalink / raw)
  To: gdb; +Cc: Mark Woollard

Am trying to get gdb configured and built for intel solaris 10 to  
work on 64 bit images but am not getting anywhere. Is this a  
supported platform? I can get a successful 32 bit debugger wtih 6.2.1  
but no success for 64 bit with either 6.2.1 or 6.3. Am compiling with  
gcc 4.0.2 configured to use gas and sun ld.

Thanks
Mark

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 20:53 gdb for 64 bit intel solaris 10? Mark Woollard
@ 2005-11-07 20:58 ` Daniel Jacobowitz
  2005-11-07 21:03   ` Mark Woollard
  2005-11-07 21:37   ` Mark Kettenis
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2005-11-07 20:58 UTC (permalink / raw)
  To: Mark Woollard; +Cc: gdb

On Mon, Nov 07, 2005 at 03:53:31PM -0500, Mark Woollard wrote:
> Am trying to get gdb configured and built for intel solaris 10 to  
> work on 64 bit images but am not getting anywhere. Is this a  
> supported platform?

No, nobody has expressed interest in porting GDB to this platform yet
as far as I know.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 20:58 ` Daniel Jacobowitz
@ 2005-11-07 21:03   ` Mark Woollard
  2005-11-07 21:37   ` Mark Kettenis
  1 sibling, 0 replies; 9+ messages in thread
From: Mark Woollard @ 2005-11-07 21:03 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: Mark Woollard, gdb

OK, thanks for the response...

Mark

On 7 Nov 2005, at 15:58, Daniel Jacobowitz wrote:

> On Mon, Nov 07, 2005 at 03:53:31PM -0500, Mark Woollard wrote:
>> Am trying to get gdb configured and built for intel solaris 10 to
>> work on 64 bit images but am not getting anywhere. Is this a
>> supported platform?
>
> No, nobody has expressed interest in porting GDB to this platform yet
> as far as I know.
>
> -- 
> Daniel Jacobowitz
> CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 20:58 ` Daniel Jacobowitz
  2005-11-07 21:03   ` Mark Woollard
@ 2005-11-07 21:37   ` Mark Kettenis
  2005-11-07 22:06     ` Joel Brobecker
                       ` (2 more replies)
  1 sibling, 3 replies; 9+ messages in thread
From: Mark Kettenis @ 2005-11-07 21:37 UTC (permalink / raw)
  To: drow; +Cc: mark.woollard, gdb

> Date: Mon, 7 Nov 2005 15:58:48 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 
> On Mon, Nov 07, 2005 at 03:53:31PM -0500, Mark Woollard wrote:
> > Am trying to get gdb configured and built for intel solaris 10 to  
> > work on 64 bit images but am not getting anywhere. Is this a  
> > supported platform?
> 
> No, nobody has expressed interest in porting GDB to this platform yet
> as far as I know.

On the contrary.  Support for Solaris 10 x86, including support for
debugging 64-bit applications was contributed some time ago, and will
be in GDB 6.4.  Incidentally now would be a good time to check whether
it works correctly.  You can grab a snapshot at:

ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-6.3.50.20051107.tar.bz2

Please make sure that you configure and build it using a 64-bit
compiler.  Setting:

$ export CC="gcc -m64"

before running configure should do the trick.

Mark

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 21:37   ` Mark Kettenis
@ 2005-11-07 22:06     ` Joel Brobecker
  2005-11-07 22:31       ` Mark Kettenis
  2005-11-07 22:31     ` Daniel Jacobowitz
  2005-11-07 22:35     ` Joel Brobecker
  2 siblings, 1 reply; 9+ messages in thread
From: Joel Brobecker @ 2005-11-07 22:06 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: drow, mark.woollard, gdb

> On the contrary.  Support for Solaris 10 x86, including support for
> debugging 64-bit applications was contributed some time ago, and will
> be in GDB 6.4.  Incidentally now would be a good time to check whether
> it works correctly.  You can grab a snapshot at:
> 
> ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-6.3.50.20051107.tar.bz2

Actually, would you mind trying (if Mark is OK with this):

ftp://sourceware.org:/pub/gdb/snapshots/branch/gdb.tar.bz2

This is a pre-version of the the upcoming 6.4 release. It's also very
close to the tarball Mark pointed out.

Thanks,
-- 
Joel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 22:06     ` Joel Brobecker
@ 2005-11-07 22:31       ` Mark Kettenis
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Kettenis @ 2005-11-07 22:31 UTC (permalink / raw)
  To: brobecker; +Cc: drow, mark.woollard, gdb

> Date: Mon, 7 Nov 2005 14:06:37 -0800
> From: Joel Brobecker <brobecker@adacore.com>
> 
> > On the contrary.  Support for Solaris 10 x86, including support for
> > debugging 64-bit applications was contributed some time ago, and will
> > be in GDB 6.4.  Incidentally now would be a good time to check whether
> > it works correctly.  You can grab a snapshot at:
> > 
> > ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-6.3.50.20051107.tar.bz2
> 
> Actually, would you mind trying (if Mark is OK with this):

Sure, no problem.

Mark

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 21:37   ` Mark Kettenis
  2005-11-07 22:06     ` Joel Brobecker
@ 2005-11-07 22:31     ` Daniel Jacobowitz
  2005-11-07 22:35     ` Joel Brobecker
  2 siblings, 0 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2005-11-07 22:31 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: mark.woollard, gdb

On Mon, Nov 07, 2005 at 10:36:50PM +0100, Mark Kettenis wrote:
> On the contrary.  Support for Solaris 10 x86, including support for
> debugging 64-bit applications was contributed some time ago, and will
> be in GDB 6.4.

Oops!  Thanks, Mark.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 21:37   ` Mark Kettenis
  2005-11-07 22:06     ` Joel Brobecker
  2005-11-07 22:31     ` Daniel Jacobowitz
@ 2005-11-07 22:35     ` Joel Brobecker
  2005-11-08  4:45       ` Eli Zaretskii
  2 siblings, 1 reply; 9+ messages in thread
From: Joel Brobecker @ 2005-11-07 22:35 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: drow, mark.woollard, gdb

> On the contrary.  Support for Solaris 10 x86, including support for
> debugging 64-bit applications was contributed some time ago, and will
> be in GDB 6.4.

Would that be worth a NEWS entry?

-- 
Joel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: gdb for 64 bit intel solaris 10?
  2005-11-07 22:35     ` Joel Brobecker
@ 2005-11-08  4:45       ` Eli Zaretskii
  0 siblings, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2005-11-08  4:45 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb

> Date: Mon, 7 Nov 2005 14:34:51 -0800
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: drow@false.org, mark.woollard@mac.com, gdb@sources.redhat.com
> 
> > On the contrary.  Support for Solaris 10 x86, including support for
> > debugging 64-bit applications was contributed some time ago, and will
> > be in GDB 6.4.
> 
> Would that be worth a NEWS entry?

Yes, I think so.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-11-08  4:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 20:53 gdb for 64 bit intel solaris 10? Mark Woollard
2005-11-07 20:58 ` Daniel Jacobowitz
2005-11-07 21:03   ` Mark Woollard
2005-11-07 21:37   ` Mark Kettenis
2005-11-07 22:06     ` Joel Brobecker
2005-11-07 22:31       ` Mark Kettenis
2005-11-07 22:31     ` Daniel Jacobowitz
2005-11-07 22:35     ` Joel Brobecker
2005-11-08  4:45       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).