From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6382 invoked by alias); 16 Apr 2015 15:12:36 -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 6371 invoked by uid 89); 16 Apr 2015 15:12:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Apr 2015 15:12:24 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NMW00200N8V9J00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Thu, 16 Apr 2015 18:11:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMW0017ENIJD620@mtaout28.012.net.il>; Thu, 16 Apr 2015 18:11:07 +0300 (IDT) Date: Thu, 16 Apr 2015 15:12:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 6/7] Implement multiple-filesystem support for remote targets In-reply-to: <1429186791-6867-7-git-send-email-gbenson@redhat.com> To: Gary Benson Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834mog9kev.fsf@gnu.org> References: <1429186791-6867-1-git-send-email-gbenson@redhat.com> <1429186791-6867-7-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00623.txt.bz2 > From: Gary Benson > Date: Thu, 16 Apr 2015 13:19:50 +0100 > > gdb/doc/ChangeLog: > > * gdb.texinfo (Remote Configuration): Document the > "set/show remote hostio-setfs-packet" command. > (Host I/O Packets): Document the vFile:setfs packet. > --- > gdb/ChangeLog | 18 +++++++++++++++ > gdb/NEWS | 8 +++++++ > gdb/doc/ChangeLog | 6 +++++ > gdb/doc/gdb.texinfo | 11 +++++++++ I think the patch for the docs leaves too much unsaid to be useful. E.g., after reading it, I was left as clueless as before regarding what this feature is about. What is a "mount namespace", for starters? What does it mean to "set a filesystem"? Please consider explaining a bit of background about this in the manual. Thanks.