From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17094 invoked by alias); 30 Aug 2002 17:18:10 -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 17087 invoked from network); 30 Aug 2002 17:18:09 -0000 Received: from unknown (HELO valrhona.uglyboxes.com) (64.1.192.220) by sources.redhat.com with SMTP; 30 Aug 2002 17:18:09 -0000 Received: from localhost.localdomain (IDENT:ydyiEBctWClnNDItbus+iLO7yuTpy/lX@localhost.localdomain [127.0.0.1]) by valrhona.uglyboxes.com (8.11.6/8.11.6) with ESMTP id g7UHKqS02003 for ; Fri, 30 Aug 2002 10:20:52 -0700 Date: Fri, 30 Aug 2002 11:12:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: gdb-patches@sources.redhat.com Subject: Re: [RFA] stack.c: Always set current_source_{symtab,line} In-Reply-To: <15726.53451.481824.889177@localhost.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg01037.txt.bz2 On Thu, 29 Aug 2002, Elena Zannoni wrote: > Another thought: could a testcase be added, just like the one below? Already in mi-cli.exp on the branch. (I think I submitted it, too, to this list.) The method is different, but it demonstrates the failure using "list" with the console interpreter. Keith