From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32049 invoked by alias); 1 Dec 2010 13:42:44 -0000 Received: (qmail 32000 invoked by uid 22791); 1 Dec 2010 13:42:43 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Dec 2010 13:42:37 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oB1DgZAe020898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 1 Dec 2010 08:42:36 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oB1DgVmF009713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Dec 2010 08:42:34 -0500 Received: from host0.dyn.jankratochvil.net (host0.dyn.jankratochvil.net [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id oB1DgUA6026814; Wed, 1 Dec 2010 14:42:30 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id oB1DgTer026808; Wed, 1 Dec 2010 14:42:29 +0100 Date: Wed, 01 Dec 2010 13:42:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFC: next/finish/etc -vs- exceptions Message-ID: <20101201134228.GA26690@host0.dyn.jankratochvil.net> References: <20101125075847.GA19270@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2010-12/txt/msg00001.txt.bz2 On Tue, 30 Nov 2010 21:15:26 +0100, Tom Tromey wrote: > Jan> But maybe just all the breakpoints specific for that thread > Jan> (clear_thread_inferior_resources) should be deleted which would > Jan> also solve this problem? Found out now I already filed it as: delete thread-specific breakpoint on the thread exit http://sourceware.org/bugzilla/show_bug.cgi?id=11568 > Calling delete_longjmp_breakpoint from clear_thread_inferior_resources > worked for me. I'm not 100% confident that this is the correct fix though. It is also not much a serious problem. Thanks, Jan