From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5668 invoked by alias); 6 Jul 2011 22:44:38 -0000 Received: (qmail 5660 invoked by uid 22791); 6 Jul 2011 22:44:37 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,TW_LV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 22:44:23 +0000 Received: from wpaz13.hot.corp.google.com (wpaz13.hot.corp.google.com [172.24.198.77]) by smtp-out.google.com with ESMTP id p66MiLor016291 for ; Wed, 6 Jul 2011 15:44:21 -0700 Received: from yxl31 (yxl31.prod.google.com [10.190.3.223]) by wpaz13.hot.corp.google.com with ESMTP id p66MiG1X016544 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 6 Jul 2011 15:44:20 -0700 Received: by yxl31 with SMTP id 31so232429yxl.41 for ; Wed, 06 Jul 2011 15:44:20 -0700 (PDT) Received: by 10.150.113.21 with SMTP id l21mr372245ybc.259.1309992260097; Wed, 06 Jul 2011 15:44:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.7.14 with HTTP; Wed, 6 Jul 2011 15:43:50 -0700 (PDT) In-Reply-To: <20110706220611.GF2407@adacore.com> References: <4E0FAB8D.2070709@rawbw.com> <20110704214654.GA21844@host1.jankratochvil.net> <20110705170728.GY2407@adacore.com> <20110706220611.GF2407@adacore.com> From: Paul Pluzhnikov Date: Wed, 06 Jul 2011 22:50:00 -0000 Message-ID: Subject: Re: [patch,7.3] Fix JIT clang-lli gdb-7.3 regression Re: [gdb-7.3] Error in gdb-llvm integration: Unable to read JIT descriptor from remote memory! To: Joel Brobecker Cc: Jan Kratochvil , gdb-patches@sourceware.org, Yuri , Tom Tromey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-07/txt/msg00216.txt.bz2 On Wed, Jul 6, 2011 at 3:06 PM, Joel Brobecker wrot= e: >> 2011-07-06 =A0Paul Pluzhnikov =A0 >> >> =A0 =A0 =A0 * jit.c (jit_inferior_init): Forward declare. >> =A0 =A0 =A0 (jit_breakpoint_re_set_internal): Call jit_inferior_init. >> >> >> testsuite/ChangeLog: >> >> 2011-07-06 =A0Paul Pluzhnikov =A0 >> >> =A0 =A0 =A0 * gdb.base/jit-so.exp: New test. >> =A0 =A0 =A0 * gdb.base/jit-dlmain.c: New file. >> =A0 =A0 =A0 * gdb.base/jit-main.c: Allow "main" to be elsewhere. > > Patch checked in HEAD + branch. This then leaves the "unload/reload" case not handled. I will extend the test case to show this failure, and then fix it (HEAD only, as that is not a very important use case). Thanks, --=20 Paul Pluzhnikov