From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22219 invoked by alias); 2 Sep 2009 17:22:29 -0000 Received: (qmail 22211 invoked by uid 22791); 2 Sep 2009 17:22:29 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 17:22:21 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KPC00700TJW2W00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Wed, 02 Sep 2009 20:21:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KPC0037VTKFJP50@i-mtaout7.012.net.il>; Wed, 02 Sep 2009 20:21:52 +0300 (IDT) Date: Wed, 02 Sep 2009 17:22:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Add possibility to stop at thread events In-reply-to: <000301ca2be3$f534a8c0$df9dfa40$@u-strasbg.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tyzl8ds8.fsf@gnu.org> References: <000301ca2be3$f534a8c0$df9dfa40$@u-strasbg.fr> 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-09/txt/msg00066.txt.bz2 > From: "Pierre Muller" > Date: Wed, 2 Sep 2009 17:42:20 +0200 > > The patch below adds the possibility to stop > the debuggee each time a thread is created or exited. Thanks. If this is accepted, we will need a suitable patch for the manual.