From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4306 invoked by alias); 2 Jun 2002 21:36:32 -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 4282 invoked from network); 2 Jun 2002 21:36:30 -0000 Received: from unknown (HELO rwcrmhc54.attbi.com) (216.148.227.87) by sources.redhat.com with SMTP; 2 Jun 2002 21:36:30 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020602213630.KDGQ13253.rwcrmhc54.attbi.com@ocean.lucon.org>; Sun, 2 Jun 2002 21:36:30 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 60ED5125BB; Sun, 2 Jun 2002 14:36:27 -0700 (PDT) Date: Sun, 02 Jun 2002 14:36:00 -0000 From: "H . J . Lu" To: GDB , gcc@gcc.gnu.org Subject: Does gdb 5.2 support gcc 3.1.1 on Linux/mips? Message-ID: <20020602143627.A10506@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-06/txt/msg00009.txt.bz2 When I tried to debug gcc 3.1.1 on Linux/mips, I got # gdb xgcc GNU gdb 5.2-0.5 (5.2.0_2002-05-23-cvs) ... DW_FORM_strp pointing outside of .debug_str section gdb 5.2 works fine on Linux/x86 with gcc 3.1.1. Has anyone tried gdb 5.2 with gcc 3.1/3.2 running on any mips targets? H.J.