From patchwork Wed Mar 12 12:00:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 50 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (caibbdcaaahb.dreamhost.com [208.113.200.71]) by wilcox.dreamhost.com (Postfix) with ESMTP id F40E236005B for ; Wed, 12 Mar 2014 06:37:25 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id 8F719BFF676; Wed, 12 Mar 2014 06:37:25 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id 5E0F113CFB4F for ; Wed, 12 Mar 2014 06:37:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=V/DGkRT8oADDCf9lvimOqGXm9oZMylITEOq0q+UdTqf aH/wIlXKN+WB7EfvE+gT8V38op9vw6s8NKUztHglGIkulwEIvW1Du9/bN18LQh0W QCmrM61MNe6PtEqj/MdK3suTv1reHCMKDa044dXz6a2X4UsY5zjBNll2LboPUuxQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=7YtJfaVKLMMvCdnF2vtrF08+4/Q=; b=ckwE0mJxKhA6WvIpK LNTc2e3bNOyTsF//zQx6bwy0CxNFkHwUgAUFfWuJd+ybK8O36Otn4NB9/qN3Umv9 iLfeS6uRlqQALsczQS8LALUYATqkS3483Dz1xRtMOe7XoyZxg2TkAf3tEeHq73GN mk3uyBOw2RpadcGC5ualNum7mM= 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-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@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 12:00:01 +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> X-DH-Original-To: gdb@patchwork.siddhesh.in 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.