From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3905 invoked by alias); 9 May 2008 20:44:58 -0000 Received: (qmail 3894 invoked by uid 22791); 9 May 2008 20:44:57 -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; Fri, 09 May 2008 20:44:38 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0M007CCCYCQPN0@i_mtaout2.012.net.il> for gdb@sources.redhat.com; Fri, 09 May 2008 23:59:00 +0300 (IDT) Date: Fri, 09 May 2008 20:44:00 -0000 From: Eli Zaretskii Subject: Re: Switching to thread In-reply-to: <20080509164248.GR7421@adacore.com> X-012-Sender: halo1@inter.net.il To: Joel Brobecker Cc: gdb@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <20080509164248.GR7421@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00084.txt.bz2 > Date: Fri, 9 May 2008 09:42:48 -0700 > From: Joel Brobecker > Cc: gdb@sources.redhat.com > > What happens in this case is that, after the new thread was created > (and GDB resumed it without having switched to that thread), this new > thread receives the SIGINT. Right, I missed this. Thanks, this makes the situation clear.