From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31698 invoked by alias); 29 Jun 2004 14:37: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 31609 invoked from network); 29 Jun 2004 14:37:37 -0000 Received: from unknown (HELO cgf.cx) (66.30.22.40) by sourceware.org with SMTP; 29 Jun 2004 14:37:37 -0000 Received: by cgf.cx (Postfix, from userid 201) id F0CD51B99B; Tue, 29 Jun 2004 10:37:38 -0400 (EDT) Date: Tue, 29 Jun 2004 14:37:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [RFA] win32-nat.c: Add to_pid_to_exec_file function Message-ID: <20040629143738.GB17384@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040626121115.GB8039@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040626121115.GB8039@cygbert.vinschen.de> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-06/txt/msg00667.txt.bz2 On Sat, Jun 26, 2004 at 02:11:15PM +0200, Corinna Vinschen wrote: > * win32-nat.c (child_pid_to_exec_file): New function. > (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file > functionality. This is ok. Please apply. cgf