From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2879 invoked by alias); 17 Mar 2005 18:08:17 -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 2484 invoked from network); 17 Mar 2005 18:08:06 -0000 Received: from unknown (HELO petasus.ch.intel.com) (143.182.124.5) by sourceware.org with SMTP; 17 Mar 2005 18:08:06 -0000 Received: from azsmsxvs041.ch.intel.com (azsmsxvs041.ch.intel.com [143.182.252.55]) by petasus.ch.intel.com (8.12.9-20030918-01/8.12.9/d: small-solo.mc,v 1.9 2004/01/09 01:01:53 root Exp $) with SMTP id j2HIBnL5029025 for ; Thu, 17 Mar 2005 18:11:50 GMT Received: from azsmsx331-2.ch.intel.com ([10.2.161.41]) by azsmsxvs041.ch.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005031711080412210 for ; Thu, 17 Mar 2005 11:08:04 -0700 Received: from azsmsx407.amr.corp.intel.com ([10.2.161.33]) by azsmsx331-2.ch.intel.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 17 Mar 2005 11:08:04 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Implementing dwarf procedures Date: Thu, 17 Mar 2005 18:08:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Thomson, Patrick S" To: X-OriginalArrivalTime: 17 Mar 2005 18:08:05.0014 (UTC) FILETIME=[44045360:01C52B1C] X-SW-Source: 2005-03/txt/msg00168.txt.bz2 Howdy Folks, I'm part of a compiler project that wants to emit=20 dwarf procedures and one of the requirements is that=20 the output has to be debuggable with gdb. I thought I read somewhere in the mailing list that=20 DW_OP_call4 was currently being worked on, but I can't=20 seem to find it again. Is anyone currently working on,=20 or is it planned for 6.x to, support dwarf procedures?=20 I'm already tasked with doing this, so if there is=20 existing work, I'd like to be compatible or contribute.=20 If not, implement it such that it can be made part of=20 the source tree. Thanks! Pat Thomson