From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10426 invoked by alias); 3 Feb 2006 15:14:03 -0000 Received: (qmail 10418 invoked by uid 22791); 3 Feb 2006 15:14:02 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Feb 2006 15:13:58 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-23-110.inter.net.il [80.230.23.110]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DMI05016 (AUTH halo1); Fri, 3 Feb 2006 17:13:53 +0200 (IST) Date: Fri, 03 Feb 2006 15:14:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb@sources.redhat.com In-reply-to: <200602031459.40118.ghost@cs.msu.su> (message from Vladimir Prus on Fri, 3 Feb 2006 14:59:39 +0300) Subject: Re: $thread convenience variable Reply-to: Eli Zaretskii References: <200602031410.42115.ghost@cs.msu.su> <200602031459.40118.ghost@cs.msu.su> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00024.txt.bz2 > From: Vladimir Prus > Date: Fri, 3 Feb 2006 14:59:39 +0300 > Cc: gdb@sources.redhat.com > > > Thanks, but please add its documentation to the GDB manual. > > Sure, but I'm more concerned about correctness of the patch (especially pid > vs. tid), so would rather hear comments on that before doing anything with > the manual. What I meant to say was that a code patch without an appropriate docs patch is incomplete. And we'd rather see complete patches for each change. Anyway, a patch for the manual is orthogonal to code changes, in this case. Whatever patch for the code you will eventually check in, the description of this feature in the manual will not change, since you only add a convenience variable. So there's no reason to wait for comments on the code patch before writing a patch for the manual.