All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: mips64 gdb problem
       [not found] ` <20050624141030.GB16942@nevyn.them.org>
@ 2005-06-24 15:41   ` Maxim Osipov
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Osipov @ 2005-06-24 15:41 UTC (permalink / raw)
  To: linux-mips

Hello,

I wonder, is there some way to get debuger working on N64 target?

Thanks,
Maxim

---------- Forwarded message ----------
From: Daniel Jacobowitz <drow@false.org>
Date: Jun 24, 2005 6:10 PM
Subject: Re: mips64 gdb problem
To: maxim@mox.ru
Cc: gdb@sources.redhat.com


On Fri, Jun 24, 2005 at 05:42:25PM +0400, Maxim Osipov wrote:
> Hello,
>
> I have a problem trying to debug 64-bit mips binary with gdb-6.3. It
> fails with the following message:
>
> /home # gdb 64test
> GNU gdb 6.3
> 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 "mips64-linux-gnu"...
> ../../gdb-6.3/gdb/dwarf2-frame.c:1411: internal-error:
> decode_frame_entry_1: Assertion `fde->cie != NULL' failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
> Quit this debugging session? (y or n)

GCC generates a wacky 64-bit format, otherwise only used on IRIX.  I
think this is a bug in GCC.  GDB could be adapted to generally sort of
cope with it, but not completely - there's some ambiguity.

--
Daniel Jacobowitz
CodeSourcery, LLC

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

* Re: Fwd: mips64 gdb problem
       [not found] <42e57109.14b0f52a.28ce.3671SMTPIN_ADDED@mx.gmail.com>
@ 2005-07-26  3:23 ` Maxim Osipov
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Osipov @ 2005-07-26  3:23 UTC (permalink / raw)
  To: Bryan Althouse; +Cc: linux-mips

Nope.
BR,
Maxim

On 7/25/05, Bryan Althouse <bryan.althouse@3phoenix.com> wrote:
> I'm butting heads with this problem also.  I get the error below when
> running mips64-unknown-linux-gdb on a 64 bit mips binary.  Has anyone come
> up with a work around?
> 
> Thanks,
> Bryan
> 
> >Hello,
> >I wonder, is there some way to get debuger working on N64 target?
> >Thanks,
> >Maxim
> 
> >>On Fri, Jun 24, 2005 at 05:42:25PM +0400, Maxim Osipov wrote:
> >> Hello,
> >>
> >> I have a problem trying to debug 64-bit mips binary with gdb-6.3. It
> >> fails with the following message:
> >>
> >> /home # gdb 64test
> >> GNU gdb 6.3
> >> 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 "mips64-linux-gnu"...
> >> ../../gdb-6.3/gdb/dwarf2-frame.c:1411: internal-error:
> >> decode_frame_entry_1: Assertion `fde->cie != NULL' failed.
> 
>

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

* re: Fwd: mips64 gdb problem
@ 2005-07-25 20:39 ` Bryan Althouse
  0 siblings, 0 replies; 4+ messages in thread
From: Bryan Althouse @ 2005-07-25 20:39 UTC (permalink / raw)
  To: 'Maxim Osipov'; +Cc: linux-mips

I'm butting heads with this problem also.  I get the error below when
running mips64-unknown-linux-gdb on a 64 bit mips binary.  Has anyone come
up with a work around?

Thanks,
Bryan

>Hello,
>I wonder, is there some way to get debuger working on N64 target?
>Thanks,
>Maxim

>>On Fri, Jun 24, 2005 at 05:42:25PM +0400, Maxim Osipov wrote:
>> Hello,
>>
>> I have a problem trying to debug 64-bit mips binary with gdb-6.3. It
>> fails with the following message:
>>
>> /home # gdb 64test
>> GNU gdb 6.3
>> 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 "mips64-linux-gnu"...
>> ../../gdb-6.3/gdb/dwarf2-frame.c:1411: internal-error:
>> decode_frame_entry_1: Assertion `fde->cie != NULL' failed.

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

* re: Fwd: mips64 gdb problem
@ 2005-07-25 20:39 ` Bryan Althouse
  0 siblings, 0 replies; 4+ messages in thread
From: Bryan Althouse @ 2005-07-25 20:39 UTC (permalink / raw)
  To: 'Maxim Osipov'; +Cc: linux-mips

I'm butting heads with this problem also.  I get the error below when
running mips64-unknown-linux-gdb on a 64 bit mips binary.  Has anyone come
up with a work around?

Thanks,
Bryan

>Hello,
>I wonder, is there some way to get debuger working on N64 target?
>Thanks,
>Maxim

>>On Fri, Jun 24, 2005 at 05:42:25PM +0400, Maxim Osipov wrote:
>> Hello,
>>
>> I have a problem trying to debug 64-bit mips binary with gdb-6.3. It
>> fails with the following message:
>>
>> /home # gdb 64test
>> GNU gdb 6.3
>> 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 "mips64-linux-gnu"...
>> ../../gdb-6.3/gdb/dwarf2-frame.c:1411: internal-error:
>> decode_frame_entry_1: Assertion `fde->cie != NULL' failed.

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

end of thread, other threads:[~2005-07-26  3:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <6097c490506240642317a9836@mail.gmail.com>
     [not found] ` <20050624141030.GB16942@nevyn.them.org>
2005-06-24 15:41   ` Fwd: mips64 gdb problem Maxim Osipov
2005-07-25 20:39 Bryan Althouse
2005-07-25 20:39 ` Bryan Althouse
     [not found] <42e57109.14b0f52a.28ce.3671SMTPIN_ADDED@mx.gmail.com>
2005-07-26  3:23 ` Maxim Osipov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.