From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13228 invoked by alias); 24 Jun 2005 21:48:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13216 invoked by uid 22791); 24 Jun 2005 21:48:32 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 24 Jun 2005 21:48:32 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j5OLmRcn002179; Fri, 24 Jun 2005 23:48:27 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j5OLmRvq005221; Fri, 24 Jun 2005 23:48:27 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j5OLmQpX029341; Fri, 24 Jun 2005 23:48:26 +0200 (CEST) Date: Fri, 24 Jun 2005 21:48:00 -0000 Message-Id: <200506242148.j5OLmQpX029341@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: maxim@mox.ru CC: maxim@mox.ru, gdb@sources.redhat.com In-reply-to: <6097c49050624074214e82565@mail.gmail.com> (message from Maxim Osipov on Fri, 24 Jun 2005 18:42:38 +0400) Subject: Re: mips64 gdb problem References: <6097c490506240642317a9836@mail.gmail.com> <20050624141030.GB16942@nevyn.them.org> <6097c49050624074214e82565@mail.gmail.com> X-SW-Source: 2005-06/txt/msg00244.txt.bz2 Date: Fri, 24 Jun 2005 18:42:38 +0400 From: Maxim Osipov Is there known solution for it? Couldn't find any on google. Maxim I know OpenBSD/mips64 works fine, which uses GCC 3.3.5, so there must be something wrong in the mips64-linux-gnu GCC config.that can tweaked such that it uses the proper 64-bit DWARF debugging stuff. Alternatively you might want to check out GCC 4.0. Mark