From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26147 invoked by alias); 27 Oct 2006 09:15:59 -0000 Received: (qmail 26137 invoked by uid 22791); 27 Oct 2006 09:15:59 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Oct 2006 09:15:57 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-224-166.inter.net.il [84.229.224.166]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AVI21236 (AUTH halo1); Fri, 27 Oct 2006 11:15:52 +0200 (IST) Date: Fri, 27 Oct 2006 09:15:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20061026212639.GA21608@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 26 Oct 2006 17:26:39 -0400) Subject: Re: [rfc] "maint set remote" Reply-to: Eli Zaretskii References: <20061026212639.GA21608@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00290.txt.bz2 > Date: Thu, 26 Oct 2006 17:26:39 -0400 > From: Daniel Jacobowitz > > Per my discussion with Eli earlier today. This patch removes most of > the documentation for the individual packet commands, moves them under > "maint", and aggregates their documentation into a table there. The > new bits of interest: Thanks, but you've removed all the text that explained what GDB features rely on each packet. For example, the documentation of verbose-resume-packet mentioned that it affects debugging of multithreaded programs. How about adding another column to the @multitable to include that information where appropriate?