From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31084 invoked by alias); 9 Apr 2009 16:59:40 -0000 Received: (qmail 31059 invoked by uid 22791); 9 Apr 2009 16:59:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Apr 2009 16:59:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 445B82BABAE; Thu, 9 Apr 2009 12:59:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Zd15iBKHiiCs; Thu, 9 Apr 2009 12:59:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E1F562BAAC2; Thu, 9 Apr 2009 12:59:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7AA9BF5A13; Thu, 9 Apr 2009 09:59:26 -0700 (PDT) Date: Thu, 09 Apr 2009 16:59:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [RFA/doco] Document task-specific breakpoints Message-ID: <20090409165926.GJ7535@adacore.com> References: <20090325214556.GD9472@adacore.com> <20090325220236.GF9472@adacore.com> <20090326223902.GL9472@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00181.txt.bz2 > Joel> +It is also possible to insert a breakpoint that will stop the program > Joel> +only if a specific thread or a specific task hits that breakpoint. > Joel> +@xref{Thread-Specific Breakpoints} and @ref{Ada Tasks} for more > > ../../../archer/gdb/doc/gdb.texinfo:3057: warning: `.' or `,' must follow @xref, not `a'. Umpf :-(, sorry about that. Is it OK if I add a coma after the xref. It'd look like this: See Thread-Specific Breakpoints, and Ada Tasks for more [...] I would have prefered the current version, though. Perhaps we need to change the way we wrote the references? -- Joel