From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12274 invoked by alias); 22 Mar 2010 17:36:19 -0000 Received: (qmail 12258 invoked by uid 22791); 22 Mar 2010 17:36:15 -0000 X-SWARE-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS 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; Mon, 22 Mar 2010 17:36:09 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2MHa7Nf013158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Mar 2010 13:36:07 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2MHa6j4030559; Mon, 22 Mar 2010 13:36:06 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o2MHa58k022911; Mon, 22 Mar 2010 13:36:06 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 3FFA9379846; Mon, 22 Mar 2010 11:36:05 -0600 (MDT) From: Tom Tromey To: Reid Kleckner Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Fix bug with the JIT interface and shared libraries References: <9a9942201003181331yf721b45j981831cfd4b07459@mail.gmail.com> Reply-To: tromey@redhat.com Date: Mon, 22 Mar 2010 17:36:00 -0000 In-Reply-To: <9a9942201003181331yf721b45j981831cfd4b07459@mail.gmail.com> (Reid Kleckner's message of "Thu, 18 Mar 2010 16:31:37 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-03/txt/msg00763.txt.bz2 >>>>> "Reid" == Reid Kleckner writes: Reid> I uploaded the patch here and am pasting it inline below, since that Reid> seems to the preferred review method here: Yeah. Reid> http://sourceware.org/bugzilla/show_bug.cgi?id=11094 Reid> If it looks good, would someone please apply it for me? Thanks! It looks good to me. I am checking it in. The ChangeLog was incomplete, here is the one I am actually committing: 2010-03-22 Reid Kleckner PR gdb/11094 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add bp_jit_event. (disable_breakpoints_in_shlibs): Likewise. Tom