From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12994 invoked by alias); 22 Nov 2005 05:15:40 -0000 Received: (qmail 12987 invoked by uid 22791); 22 Nov 2005 05:15:39 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.199) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 05:15:38 +0000 Received: by zproxy.gmail.com with SMTP id l1so965009nzf for ; Mon, 21 Nov 2005 21:15:36 -0800 (PST) Received: by 10.36.13.10 with SMTP id 10mr3675550nzm; Mon, 21 Nov 2005 21:15:36 -0800 (PST) Received: by 10.37.2.35 with HTTP; Mon, 21 Nov 2005 21:15:36 -0800 (PST) Message-ID: <8f2776cb0511212115t31de7136hf2d0f811906ea1ea@mail.gmail.com> Date: Tue, 22 Nov 2005 05:15:00 -0000 From: Jim Blandy To: Randolph Chung Subject: Re: Argument pointers, dwarf and prologue analysis Cc: Daniel Jacobowitz , gdb@sources.redhat.com In-Reply-To: <43826100.6000709@tausq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4381603E.1060500@tausq.org> <8f2776cb0511202342k23a2e537pe3cbf569a94c3d03@mail.gmail.com> <4381A22B.20707@tausq.org> <20051121140809.GA18686@nevyn.them.org> <4381E376.5020003@tausq.org> <20051121152640.GA21540@nevyn.them.org> <43826100.6000709@tausq.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00461.txt.bz2 A side point: you posted the readelf -wi output, so it doesn't matter here, but for future reference, if you pass GCC the '-dA' flag when you ask it to generate assembly-language output, GCC will include comments alongside the Dwarf info that make it pretty legible. That matters more in cases where the assembler is a suspect, of course.