From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15275 invoked by alias); 27 Mar 2009 08:47:55 -0000 Received: (qmail 15266 invoked by uid 22791); 27 Mar 2009 08:47:54 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_20,J_CHICKENPOX_37,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 08:47:49 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KH500K00PEH9900@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Fri, 27 Mar 2009 11:47:46 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KH500FTRPRIKFX1@i_mtaout2.012.net.il>; Fri, 27 Mar 2009 11:47:42 +0300 (IDT) Date: Fri, 27 Mar 2009 11:56:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco] Document task-specific breakpoints In-reply-to: <20090326223902.GL9472@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090325214556.GD9472@adacore.com> <20090325220236.GF9472@adacore.com> <20090326223902.GL9472@adacore.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: 2009-03/txt/msg00616.txt.bz2 > Date: Thu, 26 Mar 2009 15:39:02 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > > +(@value{GDBP}) info tasks > > > + ID TID P-ID Pri State Name > > > + 1 140022020 0 15 Child Activation Wait main_task > > > +* 2 140045060 1 15 Running t2 > > > > "Running"? shouldn't it be stopped at breakpoint? > > In practice, yes, it is stopped. But this information is printed > from the point of view of the runtime. To the runtime, task "t2" > is running. Sorry, I don't understand. Can you elaborate? > Attached is a new version of the documentation patch: > > * gdb.texinfo (Ada Tasks): Add documentation about task-specific > breakpoints. > (Set Breaks): Add reference to thread-specific and task-specific > breakpoints. OK, but I think the "running" part should be either fixed or explained.