From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7174 invoked by alias); 6 Mar 2007 15:48:57 -0000 Received: (qmail 7163 invoked by uid 22791); 6 Mar 2007 15:48:57 -0000 X-Spam-Check-By: sourceware.org Received: from intrepid.intrepid.com (HELO intrepid.intrepid.com) (192.195.190.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Mar 2007 15:48:50 +0000 Received: from DELORIAN ([10.10.10.10]) by intrepid.intrepid.com (8.13.8/8.13.8) with ESMTP id l26FmmOK032327 for ; Tue, 6 Mar 2007 07:48:49 -0800 From: "Gary Funck" To: Subject: support for DWARF3 operations? Date: Tue, 06 Mar 2007 15:48:00 -0000 Message-ID: <008c01c76006$f6f54d50$0a0a0a0a@DELORIAN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00085.txt.bz2 I may have a need to use DW_OP_push_object_address, described here: http://www.eagercon.com/dwarf/issues/991108-11.htm and more definitively here: http://www.eagercon.com/dwarf/dwarf3std.htm Has any work been done in GDB to support some or all of the DWARF3 functionality? thanks - Gary