From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14088 invoked by alias); 19 Feb 2003 23:58: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 14081 invoked from network); 19 Feb 2003 23:58:10 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 19 Feb 2003 23:58:10 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A7F222ED1; Wed, 19 Feb 2003 19:02:54 -0500 (EST) Message-ID: <3E541B2E.6090409@redhat.com> Date: Wed, 19 Feb 2003 23:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: kettenis@chello.nl, gdb-patches@sources.redhat.com Subject: Re: [RFA] Testsuite: fix attach.exp test for FreeBSD 5.0 References: <200302151734.h1FHYr608553@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00457.txt.bz2 > Recommended for approval. > > Is Fernando Nasser around? I haven't seen him in weeks. You've not seen fernando for years! Yes, he is around. > Index: ChangeLog > from Mark Kettenis > > * gdb.base/attach.exp: When trying to attach to a nonexistent > process, make it possible to specify the PID based on the target. > >