From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31069 invoked by alias); 26 Aug 2002 22:52:56 -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 31062 invoked from network); 26 Aug 2002 22:52:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 Aug 2002 22:52:55 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7QMbvl21689 for ; Mon, 26 Aug 2002 18:37:57 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7QMqiu16527; Mon, 26 Aug 2002 18:52:44 -0400 Received: from romulus.sfbay.redhat.com (IDENT:fRhLyDOTjBQZjq0rZo3PCRR8YXykFdyv@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7QMqhe11458; Mon, 26 Aug 2002 15:52:43 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7QMqZH00334; Mon, 26 Aug 2002 15:52:35 -0700 Date: Mon, 26 Aug 2002 15:57:00 -0000 From: Kevin Buettner Message-Id: <1020826225235.ZM333@localhost.localdomain> In-Reply-To: Keith Seitz "Re: [RFA] stack.c: Always set current_source_{symtab,line}" (Aug 22, 11:05am) References: To: Keith Seitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] stack.c: Always set current_source_{symtab,line} MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00871.txt.bz2 On Aug 22, 11:05am, Keith Seitz wrote: > Ping. > > On Wed, 14 Aug 2002, Keith Seitz wrote: > > > Hi, > > > > Another MI fallout. This has changed a few times in the past few months, > > but I believe that this is how it should be for anything that uses the > > CLI/command interpreter. > > > > Without this, an -interpreter-exec call in MI will get "lost". (Use MI to > > stop at breakpoint, step a few times, use console interp to "break" -- > > breakpoint would be set someplace other than current location.) > > > > I've run this through the testsuite, and it introduces no new failures. > > (And of course, it still works with Insight.) > > > > Keith > > > > ChangeLog > > 2002-08-14 Keith Seitz > > > > * stack.c (print_frame_info_base): Always set current_source_symtab > > and current_source_line. Keith, I don't claim any deep understanding of the code affected, but I've looked over your patch and it seems reasonable to me. Kevin