From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23001 invoked by alias); 12 Mar 2014 13:37:23 -0000 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 Received: (qmail 22991 invoked by uid 89); 12 Mar 2014 13:37:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Mar 2014 13:37:21 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2CDbCUv002360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Mar 2014 09:37:20 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2CC01oH023946 for ; Wed, 12 Mar 2014 08:00:02 -0400 Message-ID: <53204C41.9090801@redhat.com> Date: Wed, 12 Mar 2014 13:37:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [PATCH] inf-child.h: Update comment. References: <1394625117-10939-1-git-send-email-palves@redhat.com> In-Reply-To: <1394625117-10939-1-git-send-email-palves@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-03/txt/msg00289.txt.bz2 On 03/12/2014 11:51 AM, Pedro Alves wrote: > This file is no longer used exclusively by Unix targets anymore. > > gdb/ > 2014-03-12 Pedro Alves > > * inf-child.c: Update top comment to not mention Unix. Add > generic comment describing how this target is meant to be used. > (inf_child_post_attach, inf_child_post_startup_inferior) > (inf_child_follow_fork, inf_child_pid_to_exec_file): Don't mention > Unix in comment. Forgot the header... Pushed this in as well. ---- [PATCH] inf-child.h: Update comment. Like inf-child.c, this file is no longer used exclusively by Unix targets anymore. gdb/ 2014-03-12 Pedro Alves * inf-child.h: Update comment to not mention Unix. --- gdb/ChangeLog | 4 ++++ gdb/inf-child.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8d9d05..45c5d65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-03-12 Pedro Alves + * inf-child.h: Update comment to not mention Unix. + +2014-03-12 Pedro Alves + * inf-child.c: Update top comment to not mention Unix. Add generic comment describing how this target is meant to be used. (inf_child_post_attach, inf_child_post_startup_inferior) diff --git a/gdb/inf-child.h b/gdb/inf-child.h index c8fa956..4473cff 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -1,4 +1,4 @@ -/* Low level Unix child interface, for GDB when running under Unix. +/* Base/prototype target for default child (native) targets. Copyright (C) 2004-2014 Free Software Foundation, Inc. -- 1.7.11.7