From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13947 invoked by alias); 7 Jan 2004 21:06:43 -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 13940 invoked from network); 7 Jan 2004 21:06:43 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sources.redhat.com with SMTP; 7 Jan 2004 21:06:43 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AeKsn-0003nt-00; Wed, 07 Jan 2004 16:06:29 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 3EDDE4B35A; Wed, 7 Jan 2004 16:06:59 -0500 (EST) To: cagney@gnu.org, kettenis@chello.nl Subject: Re: [PATCH: gdb/mi] -stack-list-locals testcase Cc: gdb-patches@sources.redhat.com, nick@nick.uklinux.net Message-Id: <20040107210659.3EDDE4B35A@berman.michael-chastain.com> Date: Wed, 07 Jan 2004 21:06:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00171.txt.bz2 mark> I think it would be useful if Nick could post the output from "objdump mark> --stabs" on the generated binary. The output of "gcc -g -S" on the mark> relevant source file would be even more useful. Right. Generally, the name and version of the compiler is essential information here. (The compiler used to build the test program, not the compiler used to build gdb!) Michael C