From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1334 invoked by alias); 23 Nov 2010 12:18:16 -0000 Received: (qmail 1314 invoked by uid 22791); 23 Nov 2010 12:18:09 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Nov 2010 12:18:05 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oANCI3CR008609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Nov 2010 07:18:03 -0500 Received: from [10.3.113.83] (ovpn-113-83.phx2.redhat.com [10.3.113.83]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oANCI2h3023806; Tue, 23 Nov 2010 07:18:02 -0500 Subject: Re: RFC: implement DW_OP_GNU_implicit_pointer From: Mark Wielaard To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 23 Nov 2010 12:18:00 -0000 Message-ID: <1290514681.2968.1.camel@springer.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00347.txt.bz2 On Mon, 2010-11-22 at 14:16 -0700, Tom Tromey wrote: > This patch implements DW_OP_GNU_implicit_pointer. This is a new GNU > extension to DWARF that lets debuginfo refer to a synthetic pointer that > points to content which itself is computed via some DWARF expressions. > > If you are on dwarf-discuss, the description is in the archives. Since > the archives are closed, I won't link to them. AFAIK there's no truly > public description of this feature. There is http://dwarfstd.org/ShowIssue.php?issue=100831.1 Although I don't know if that is a permanent URL.