From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20905 invoked by alias); 22 Dec 2004 01:16:36 -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 20624 invoked from network); 22 Dec 2004 01:16:28 -0000 Received: from unknown (HELO rwcrmhc11.comcast.net) (204.127.198.35) by sourceware.org with SMTP; 22 Dec 2004 01:16:28 -0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (rwcrmhc11) with ESMTP id <200412220116270130017hdje>; Wed, 22 Dec 2004 01:16:27 +0000 Received: by lucon.org (Postfix, from userid 1000) id 2E3F263DD3; Tue, 21 Dec 2004 17:16:27 -0800 (PST) Date: Wed, 22 Dec 2004 01:16:00 -0000 From: "H. J. Lu" To: gcc@gcc.gnu.org, GDB , binutils@sources.redhat.com Subject: Is this a gcc, gdb or readelf bug? Message-ID: <20041222011627.GA15293@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2004-12/txt/msg00108.txt.bz2 I can't debug gcc 4.0 with gdb: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19124 When I used idb, I got (idb) stop in tls_symbolic_operand Info: Optimized variables show as when no location is allocated. [#1: stop in int tls_symbolic_operand(rtx, enum machine_mode)] (idb) r Is that a gdb/readelf or gcc bug? H.J.