From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30032 invoked by alias); 9 Apr 2009 20:14:51 -0000 Received: (qmail 30020 invoked by uid 22791); 9 Apr 2009 20:14:50 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37 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 20:14:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7FAD72BAC5F; Thu, 9 Apr 2009 16:14:40 -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 1qGRO0-t8FcX; Thu, 9 Apr 2009 16:14:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3BA4A2BAC5D; Thu, 9 Apr 2009 16:14:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 925C0F5A13; Thu, 9 Apr 2009 13:14:37 -0700 (PDT) Date: Thu, 09 Apr 2009 20:14:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [RFA/doco] Document task-specific breakpoints Message-ID: <20090409201437.GL7535@adacore.com> References: <20090325214556.GD9472@adacore.com> <20090325220236.GF9472@adacore.com> <20090326223902.GL9472@adacore.com> <20090409165926.GJ7535@adacore.com> <8363hd4uhq.fsf@gnu.org> <20090409173304.GK7535@adacore.com> <833ach4tj2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <833ach4tj2.fsf@gnu.org> 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/msg00188.txt.bz2 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 478 > It is also possible to insert a breakpoint that will stop the program > only if a specific thread (@pxref{Thread-Specific Breakpoints}) > or a specific task (@pxref{Ada Tasks}) hits that breakpoint. I like this suggestion best, so this is what I checked in. Thanks a lot! 2009-04-09 Joel Brobecker * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning about a missing dot or coma after @xref. -- Joel --LpQ9ahxlCli8rRTG Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="doc.diff" Content-length: 810 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.578 diff -u -p -r1.578 gdb.texinfo --- gdb.texinfo 2 Apr 2009 15:56:08 -0000 1.578 +++ gdb.texinfo 9 Apr 2009 20:10:18 -0000 @@ -3052,9 +3052,8 @@ C@t{++}, a function name may refer to mo that situation. It is also possible to insert a breakpoint that will stop the program -only if a specific thread or a specific task hits that breakpoint. -@xref{Thread-Specific Breakpoints} and @ref{Ada Tasks} for more -information about this feature. +only if a specific thread (@pxref{Thread-Specific Breakpoints}) +or a specific task (@pxref{Ada Tasks}) hits that breakpoint. @item break When called without any arguments, @code{break} sets a breakpoint at --LpQ9ahxlCli8rRTG--