From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10709 invoked by alias); 28 Sep 2002 01:16:18 -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 10696 invoked from network); 28 Sep 2002 01:16:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 28 Sep 2002 01:16:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8S0vxi24914 for ; Fri, 27 Sep 2002 20:57:59 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8S1GGf22588; Fri, 27 Sep 2002 21:16:16 -0400 Received: from localhost.localdomain (vpn50-37.rdu.redhat.com [172.16.50.37]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8S1GFJ22977; Fri, 27 Sep 2002 21:16:15 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g8S1GAb26105; Fri, 27 Sep 2002 18:16:10 -0700 Date: Fri, 27 Sep 2002 18:16:00 -0000 From: Kevin Buettner Message-Id: <1020928011610.ZM26104@localhost.localdomain> In-Reply-To: Fernando Nasser "Re: [RFA] annota1.exp: Don't require complete pathname in info break test" (Sep 25, 2:28pm) References: <1020729205054.ZM8786@localhost.localdomain> <3D920069.2080005@redhat.com> To: Fernando Nasser , Kevin Buettner Subject: Re: [RFA] annota1.exp: Don't require complete pathname in info break test Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00698.txt.bz2 On Sep 25, 2:28pm, Fernando Nasser wrote: > I guess we can't require something that may not be there. > > Pls. check it in. Committed. Kevin