From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28500 invoked by alias); 2 Aug 2006 21:00:09 -0000 Received: (qmail 28485 invoked by uid 22791); 2 Aug 2006 21:00:07 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 02 Aug 2006 21:00:02 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k72KxQhh002091; Wed, 2 Aug 2006 22:59:27 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k72KxQPL011670; Wed, 2 Aug 2006 22:59:26 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k72KxQNG007451; Wed, 2 Aug 2006 22:59:26 +0200 (CEST) Date: Wed, 02 Aug 2006 21:00:00 -0000 Message-Id: <200608022059.k72KxQNG007451@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20060802032655.GA1847@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 1 Aug 2006 23:26:55 -0400) Subject: Re: [rfa] Stabs documentation tweak for pointers to members References: <20060802032655.GA1847@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00024.txt.bz2 > Date: Tue, 1 Aug 2006 23:26:55 -0400 > From: Daniel Jacobowitz > > When working on pointers to members I encountered only one place in > GDB that seemed to need an actual "member" type, instead of just "pointer to > member" (which is not really a pointer at all). That was in the stabs > reader. The documentation says that stabs has a "member" construct, and > represents pointers to members as pointers to that construct. The reader > code matches this. > > But if this was ever the case for GCC, it hasn't been for a while. Now > the @ descriptor means pointer to member. This patch corrects the manual; > the final patch will correct the stabs reader. For what it is worth, I couldn't find any refernce to @@ in the Sun "Stabs Interface Manual", so it's indeed very likely this is a gcc invention.