From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30993 invoked by alias); 22 Mar 2010 18:40:23 -0000 Received: (qmail 30983 invoked by uid 22791); 22 Mar 2010 18:40:22 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-qy0-f171.google.com (HELO mail-qy0-f171.google.com) (209.85.221.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Mar 2010 18:40:15 +0000 Received: by qyk1 with SMTP id 1so2876104qyk.0 for ; Mon, 22 Mar 2010 11:40:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.239.148 with SMTP id kw20mr697101qcb.10.1269283213405; Mon, 22 Mar 2010 11:40:13 -0700 (PDT) In-Reply-To: References: <9a9942201003181331yf721b45j981831cfd4b07459@mail.gmail.com> From: Reid Kleckner Date: Mon, 22 Mar 2010 18:40:00 -0000 Message-ID: <9a9942201003221139n392b1aa2ifbb380eb66be3ff2@mail.gmail.com> Subject: Re: [RFA] Fix bug with the JIT interface and shared libraries To: tromey@redhat.com Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00769.txt.bz2 Thanks! Reid On Mon, Mar 22, 2010 at 1:36 PM, Tom Tromey wrote: >>>>>> "Reid" =3D=3D 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=3D11094 > Reid> If it looks good, would someone please apply it for me? =A0Thanks! > > It looks good to me. =A0I am checking it in. > > The ChangeLog was incomplete, here is the one I am actually committing: > > 2010-03-22 =A0Reid Kleckner =A0 > > =A0 =A0 =A0 =A0PR gdb/11094 > =A0 =A0 =A0 =A0* breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add > =A0 =A0 =A0 =A0bp_jit_event. > =A0 =A0 =A0 =A0(disable_breakpoints_in_shlibs): Likewise. > > Tom >