From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23519 invoked by alias); 2 Dec 2011 09:12:25 -0000 Received: (qmail 23508 invoked by uid 22791); 2 Dec 2011 09:12:23 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Dec 2011 09:12:06 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LVK00500K7N6X00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 02 Dec 2011 11:12:04 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.120.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LVK004PQK83HIB0@a-mtaout20.012.net.il>; Fri, 02 Dec 2011 11:12:04 +0200 (IST) Date: Fri, 02 Dec 2011 09:12:00 -0000 From: Eli Zaretskii Subject: Re: [rfc][2/4][rfa/doc] Support for TARGET_OBJECT_PROC In-reply-to: <201112011939.pB1JdpfO020276@d06av02.portsmouth.uk.ibm.com> To: Ulrich Weigand Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838vmv49ul.fsf@gnu.org> References: <201112011939.pB1JdpfO020276@d06av02.portsmouth.uk.ibm.com> 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: 2011-12/txt/msg00035.txt.bz2 > Date: Thu, 1 Dec 2011 20:39:51 +0100 (CET) > From: "Ulrich Weigand" > > doc/ChangeLog: > > * gdb.texinfo (General Query Packets): Document qXfer:proc:read > and qXfer:proc:write packets and mention them under qSupported. Review of this part follows: > +Read contents of a @code{/proc} file on the target system. The ^^^^^^^^^^^^ @file, not @code. > +annex specifies which file in the @code{/proc} directory of the ^^^^^^^^^^^^ Likewise. > +Write @var{data} to a @code{/proc} file on the target system. The > +annex specifies which file in the @code{/proc} directory of the Same here. OK with those changes. Thanks.