From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10631 invoked by alias); 15 Dec 2006 16:23:40 -0000 Received: (qmail 10623 invoked by uid 22791); 15 Dec 2006 16:23:40 -0000 X-Spam-Check-By: sourceware.org Received: from astro.systems.pipex.net (HELO astro.systems.pipex.net) (62.241.163.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Dec 2006 16:23:34 +0000 Received: from arthur (81-178-15-87.dsl.pipex.com [81.178.15.87]) by astro.systems.pipex.net (Postfix) with ESMTP id BF8DAE00036A for ; Fri, 15 Dec 2006 16:23:31 +0000 (GMT) From: Nick Hudson To: gdb-patches@sources.redhat.com Subject: Re: PATCH: Provde a pid to filename conversion for NetBSD Date: Fri, 15 Dec 2006 16:23:00 -0000 User-Agent: KMail/1.9.5 References: <200611301323.18743.skrll@netbsd.org> In-Reply-To: <200611301323.18743.skrll@netbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612151623.30618.skrll@netbsd.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00198.txt.bz2 On Thursday 30 November 2006 13:23, Nick Hudson wrote: > Hi, > > Here's a change to provide a pid to filename conversion routine for NetBSD. > > If it's OK can someone please commit. > > Thanks, > Nick > > 2006-11-30 Nick Hudson > > * i386nbsd-nat.c: Include "nbsd-nat.h". > (_initialize_i386nbsd_nat): Update target vector to use > nbsd_pid_to_exec_file. > > * config/i386/nbsdelf.mh (NATDEPFILES): Add nbsd-nat.o > > * nbsd-nat.c: New file. > * nbsd-nat.h: New file. > * Makefile.in (ALLDEPFILES): Add nbsd-nat.c. > (nbsd_nat_h): New variable. > (nbsd-nat.o): New dependency. What needs to happen for this to go in? Thanks, Nick