From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14616 invoked by alias); 13 Jun 2012 21:52:37 -0000 Received: (qmail 14608 invoked by uid 22791); 13 Jun 2012 21:52:36 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f41.google.com (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jun 2012 21:52:23 +0000 Received: by lahi5 with SMTP id i5so962459lah.0 for ; Wed, 13 Jun 2012 14:52:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-gm-message-state; bh=iRXqUUjEgfjnt4gVLZZzWWtH39sACYCZe78oRoW1tQ4=; b=AQcXr6mb0XTW2q1OXdX6+mKP0EM+6cuNSEFq6dGNPlNYmuak2X3YWqebU67lAIFJV4 32SOMltcDKjYXT/TSAgL8YL0H7RihfY2/vgi/tyF3lKbFzD6sWCjbCzGz6XdO2xC/k9b cbylOGgbD3DswO1vdl4Nq8MUJctDD0rJF9nBN7v7NGSchZCUD4pB13bP2B1pRJKKUO79 a2++XJM5MRWNRvJDxi6uHHhMYPHx+LnIk3efNs2cwkvzCLAqpjQUTBV5PWeRaX+zCQt3 H9vlEKLhJP1Nlc0P1odW1y/GkiQ/Ooan+6L/nQVjvfJjTBNY3d9ILBekPmvEuavQMACZ +R+Q== MIME-Version: 1.0 Received: by 10.152.131.9 with SMTP id oi9mr20895930lab.39.1339624341530; Wed, 13 Jun 2012 14:52:21 -0700 (PDT) Received: by 10.112.3.196 with HTTP; Wed, 13 Jun 2012 14:52:21 -0700 (PDT) In-Reply-To: <87ipeux68g.fsf@fleche.redhat.com> References: <87vcj624dl.fsf@garudatw.twitter.com> <87d35dh36p.fsf@garudatw.twitter.com> <87ipeux68g.fsf@fleche.redhat.com> Date: Wed, 13 Jun 2012 21:52:00 -0000 Message-ID: Subject: Re: Fix GDB crash while trying to display the return type of a JIT frame. From: Kaushik Srenevasan To: Tom Tromey Cc: daniel.jacobowitz@gmail.com, palves@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQns3ODW5UzjK8VQRJUokn6U8G4+eJz7d9P8tc9Hky6+1vUWftWvpeYeVwmZOVUGFWjmuSzU 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: 2012-06/txt/msg00442.txt.bz2 On Wed, Jun 13, 2012 at 2:16 PM, Tom Tromey wrote: >>>>>> "Kaushik" =3D=3D Kaushik Srenevasan writes: > > Kaushik> 2012-06-04 =A0Kaushik Srenevasan =A0 > Kaushik> =A0 =A0 =A0 =A0* jit.c (finalize_symtab): Set function's return = type to 'void' > Kaushik> =A0 =A0 =A0 =A0by default. > > Thanks, I'm checking this in now. > Thank you!