From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23535 invoked by alias); 20 Jan 2002 22:24:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23496 invoked from network); 20 Jan 2002 22:24:15 -0000 Received: from unknown (HELO dberlin.org) (64.246.6.106) by sources.redhat.com with SMTP; 20 Jan 2002 22:24:15 -0000 Received: from localhost (pool-151-203-13-175.bos.east.verizon.net [151.203.13.175]) (authenticated (0 bits)) by dberlin.org (8.11.6/8.11.6) with ESMTP id g0KMO9n03306; Sun, 20 Jan 2002 17:24:09 -0500 Date: Sun, 20 Jan 2002 14:24:00 -0000 Subject: Re: patch to robustify gnuv3_rtti_type Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v480) Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com To: Per Bothner From: Daniel Berlin In-Reply-To: <3C4B2C01.2070701@bothner.com> Message-Id: <6BD188E1-0DF4-11D6-A4CE-000393575BCC@dberlin.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.480) X-SW-Source: 2002-01/txt/msg00604.txt.bz2 > > What is the current status of support for namepace-handling in gdb? > If we fix gcj so it emits the same debug into as g++ (i.e. > 'java.lang.Class' is emitted as plain 'Class'), can gdb "do the > right thing" based on the mangled names? If not, can gdb handle > dwarf2 namespace information (which g++ currently supresses)? No, it can't, which is why i still haven't committed a patch to add it that Jason approved eons ago. I'm going to just add a -gdwarf-3 switch, and make it dependent on that. > -- --Per Bothner > per@bothner.com http://www.bothner.com/per/