From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 312 invoked by alias); 10 Jul 2002 16:43:04 -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 305 invoked from network); 10 Jul 2002 16:43:03 -0000 Received: from unknown (HELO tetsuo.nj.caldera.com) (63.124.204.226) by sources.redhat.com with SMTP; 10 Jul 2002 16:43:03 -0000 Received: from caldera.com (localhost.localdomain [127.0.0.1]) by tetsuo.nj.caldera.com (8.11.6/8.11.6) with ESMTP id g6AGt9403728; Wed, 10 Jul 2002 12:55:10 -0400 Message-ID: <3D2C66E9.94EE977@caldera.com> Date: Wed, 10 Jul 2002 10:00:00 -0000 From: Petr Sorfa Organization: Caldera X-Accept-Language: en MIME-Version: 1.0 To: Jim Blandy CC: Daniel Jacobowitz , "gdb-patches@sources.redhat.com" Subject: Re: [PATCH] DW_AT_calling_convention support References: <3D2B5385.997D474D@caldera.com> <20020709211520.GA21948@nevyn.them.org> <3D2B576E.85B28074@caldera.com> <20020709215812.GA966@nevyn.them.org> <3D2C3C5F.A74215A4@caldera.com> <20020710140354.GA25081@nevyn.them.org> <3D2C4567.3AD10A8B@caldera.com> <20020710142554.GA26025@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00188.txt.bz2 Hi Jim, > Sorry, so what's the final proposal at this point? Implement set_main_symbol(), get_main_symbol(), is_main_symbol() and adjust the DWARF code accordingly. I've basically already done this and I'm doing testing currently. Petr