From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26664 invoked by alias); 11 May 2008 17:45:37 -0000 Received: (qmail 26615 invoked by uid 22791); 11 May 2008 17:45:37 -0000 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.31) with ESMTP; Sun, 11 May 2008 17:45:18 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0P00A2ITZKOZ60@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Sun, 11 May 2008 20:59:45 +0300 (IDT) Date: Sun, 11 May 2008 21:46:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Implement *running. In-reply-to: <200805111757.45980.vladimir@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: drow@false.org, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200805011735.52447.vladimir@codesourcery.com> <200805041837.44909.vladimir@codesourcery.com> <200805111757.45980.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-05/txt/msg00362.txt.bz2 > From: Vladimir Prus > Date: Sun, 11 May 2008 17:57:45 +0400 > Cc: drow@false.org, > gdb-patches@sources.redhat.com > > How about this wording: > > The frontend should not assume that this notification is output > only once for any command. @value{GDBN} may emit this notification > several times, either for different threads, because it cannot resume > all threads together, or even for a single thread, if the thread must > be stepped though some code before letting it run freely. Fine with me, thanks.