From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4904 invoked by alias); 31 Mar 2003 14:31:38 -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 4897 invoked from network); 31 Mar 2003 14:31:38 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 31 Mar 2003 14:31:38 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3BCE62B23; Mon, 31 Mar 2003 09:31:36 -0500 (EST) Message-ID: <3E885148.6050401@redhat.com> Date: Mon, 31 Mar 2003 14:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Molenda Cc: Bob Rossi , gdb-patches@sources.redhat.com Subject: Re: Adding -file-list-exec-source-file command to GDB/MI References: <20030320224454.GA14096@white> <20030321015532.A54903@molenda.com> <20030321131614.GA14884@white> <3E846994.3040708@redhat.com> <20030330040652.GA8455@white> <3E87C26B.5060102@redhat.com> <20030331001815.A647@molenda.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00608.txt.bz2 > -stack-list-frames > ^done,stack=[frame={level="0",addr="0x00001dc8",fp="0xbffffca0",func="foo",file="f/a.c",line="3",dir="/tmp/e/"}, [...] [...] > The other difference is the addition of FP here -- our UI uses the > PC and FP to uniquely identify stack frames That doesn't work. The MI needs to be updated so that it uses frame ID's when identifying frames. Andrew