From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11800 invoked by alias); 5 Aug 2009 21:05:20 -0000 Received: (qmail 11710 invoked by uid 22791); 5 Aug 2009 21:05:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Aug 2009 21:05:12 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n75L58EX021251 for ; Wed, 5 Aug 2009 22:05:09 +0100 Received: from rv-out-0506.google.com (rvbk40.prod.google.com [10.140.87.40]) by zps37.corp.google.com with ESMTP id n75L55xi026957 for ; Wed, 5 Aug 2009 14:05:06 -0700 Received: by rv-out-0506.google.com with SMTP id k40so108542rvb.29 for ; Wed, 05 Aug 2009 14:05:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.173.10 with SMTP id v10mr808425wfe.61.1249506305709; Wed, 05 Aug 2009 14:05:05 -0700 (PDT) In-Reply-To: References: <9a9942200907221615o570e749fh5cb186c1600f159c@mail.gmail.com> <9a9942200907240946q1546646ft6e9112f263bcefdf@mail.gmail.com> <9a9942200907241639o4e4b1d4ema22bac7bb6db9e35@mail.gmail.com> Date: Wed, 05 Aug 2009 21:05:00 -0000 Message-ID: <25eb677d0908051405p10bbb687qaa39b989c5066bfb@mail.gmail.com> Subject: Re: [unladen-swallow] Re: [RFA] Add interface for registering JITed code From: Reid Kleckner To: tromey@redhat.com Cc: Reid Kleckner , gdb-patches@sourceware.org, unladen-swallow@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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-08/txt/msg00079.txt.bz2 Ping? Please take a look! Thanks, Reid On Thu, Jul 30, 2009 at 8:15 AM, Tom Tromey wrote: > > >>>>>> "Tom" =3D=3D Tom Tromey writes: > > Reid> + =A0if (jit_descriptor_addr !=3D 0) > Reid> + =A0 =A0return; > > Tom> This approach won't work if you have address space randomization ena= bled > Tom> and you re-run the inferior. > > Oh, never mind. =A0I missed the assignment that resets this when the > inferior exits. > > I'll take another look at the patch soon. > > Tom >