From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 550 invoked by alias); 2 Jul 2003 19:11:30 -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 515 invoked from network); 2 Jul 2003 19:11:29 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 2 Jul 2003 19:11:29 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h62JBPEb003922; Wed, 2 Jul 2003 14:11:25 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h62JBOHK027886; Wed, 2 Jul 2003 14:11:24 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h62JBODw027885; Wed, 2 Jul 2003 15:11:24 -0400 Date: Wed, 02 Jul 2003 19:11:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307021911.h62JBODw027885@duracef.shout.net> To: carlton@kealia.com, drow@mvista.com Subject: Re: [patch/testsuite] gdb.c++/classes.exp: add another ptype pattern Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-07/txt/msg00049.txt.bz2 Ah, and here is the rationale: http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01715.html >From my superficial knowledge, this appears to be actually just what we want. Is that right? Michael C === 2002-05-22 Kevin Buettner * dbxout.c (dbxout_class_name_qualifiers): New function. (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.