Subject: Re: gdb/PTRACE broken on sparc64?
To: Matt Thomas <matt@3am-software.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 09/13/2006 09:21:02
On Tue, Sep 12, 2006 at 03:24:51PM -0700, Matt Thomas wrote:
> Try building gdb6 and see if it works better.  gdb5 on ppc did the
> same while gdb6 mostly works.

You need to use -gstabs instead of -g with gdb5 - gcc4.1 defaults to dwarf2
debug info, wich gdb5 can not realy grok.

This is sad, and means we need to finish gdb6 transition in time for 4.0.


Martin