From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22399 invoked by alias); 14 Jan 2004 15:29:45 -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 22374 invoked from network); 14 Jan 2004 15:29:44 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 14 Jan 2004 15:29:44 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 82BBA2B92; Wed, 14 Jan 2004 10:29:42 -0500 (EST) Message-ID: <40056066.8090807@gnu.org> Date: Wed, 14 Jan 2004 15:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Marcel Lanz Cc: Michael Elizabeth Chastain , gdb@sources.redhat.com Subject: Re: gdb, c++ & namespaces References: <20040114120213.684F44B104@berman.michael-chastain.com> <20040114134920.GA29776@ds9.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00184.txt.bz2 > I've read about two debug formats: stabs and dwarf. In the manual of Mr. > Stallman, stabs is recommended "for best results" with c++. Hmm, bug. Which manual? Andrew