From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25547 invoked by alias); 5 Jul 2011 22:18:38 -0000 Received: (qmail 25539 invoked by uid 22791); 5 Jul 2011 22:18: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; Tue, 05 Jul 2011 22:18:23 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id p65MIKka026119 for ; Tue, 5 Jul 2011 15:18:21 -0700 Received: from gwb20 (gwb20.prod.google.com [10.200.2.20]) by kpbe18.cbf.corp.google.com with ESMTP id p65MICVv025650 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 5 Jul 2011 15:18:19 -0700 Received: by gwb20 with SMTP id 20so883780gwb.31 for ; Tue, 05 Jul 2011 15:18:19 -0700 (PDT) Received: by 10.150.132.2 with SMTP id f2mr6353969ybd.373.1309904299256; Tue, 05 Jul 2011 15:18:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.7.14 with HTTP; Tue, 5 Jul 2011 15:17:49 -0700 (PDT) In-Reply-To: <20110705220239.GZ2407@adacore.com> References: <4E0FAB8D.2070709@rawbw.com> <20110704214654.GA21844@host1.jankratochvil.net> <20110705170728.GY2407@adacore.com> <20110705220239.GZ2407@adacore.com> From: Paul Pluzhnikov Date: Tue, 05 Jul 2011 22:23: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 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/msg00179.txt.bz2 On Tue, Jul 5, 2011 at 3:02 PM, Joel Brobecker wrote: > Should we say that you're also adding jit_inferior_init's declaration? Sure. > Note that some of us (myself included) prefer moving functions I do as well. However, jit_inferior_init and jit_breakpoint_re_set_internal call each other, so moving them around doesn't help (I think ;-) Thanks, -- Paul Pluzhnikov 2011-07-05 Paul Pluzhnikov * jit.c (jit_inferior_init): Forward declare. (jit_breakpoint_re_set_internal): Call jit_inferior_init.