From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14224 invoked by alias); 26 Apr 2008 21:05:43 -0000 Received: (qmail 14216 invoked by uid 22791); 26 Apr 2008 21:05:43 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 21:05:24 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.217]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JZY00DJ4B768YG2@i-mtaout6.012.net.il> for gdb-patches@sources.redhat.com; Sun, 27 Apr 2008 00:18:43 +0300 (IDT) Date: Sat, 26 Apr 2008 22:42:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] [doc] thread-created/thread-exited In-reply-to: X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200804262144.03702.vladimir@codesourcery.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: 2008-04/txt/msg00612.txt.bz2 > From: Vladimir Prus > Date: Sat, 26 Apr 2008 22:56:37 +0400 > > > Did you actually try to say "make info" after applying these patches? > > Because I don't see how it could fly: you've modified the name of a > > node, but did not change the corresponding item in the @menu of the > > section of which "GDB/MI Out-of-band Records" was a subsection. That > > ought to trigger error messages from makeinfo. > > I did 'make pdf' and it worked. Evidently, that's not enough; please always do a "make info" as well. > +The following is the list of possible async records Still no colon at the end. Otherwise, this is fine; thanks.