From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121578 invoked by alias); 11 Apr 2016 21:45:31 -0000 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 Received: (qmail 121543 invoked by uid 89); 11 Apr 2016 21:45:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Luis X-HELO: mail-qg0-f50.google.com Received: from mail-qg0-f50.google.com (HELO mail-qg0-f50.google.com) (209.85.192.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 11 Apr 2016 21:45:17 +0000 Received: by mail-qg0-f50.google.com with SMTP id f52so156891039qga.3 for ; Mon, 11 Apr 2016 14:45:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2Pc0XSARHljfwM2UIVAmk5wIkVIkFI4+ow6wV9r6e8o=; b=nKYhV7/lwJRRkMiUyoam0dvgxmlhdtZ8J1HbLAxLN2pQqYv1j684+s/nU0YNbvYacP G2gWmq25fykW1bmb8eYPth2MPTLAL2uTQAl/tOhNQwI3LEbPMJfEs3squrNl3XSa2MoG W4xZPcFFiL0/uBTsPbkE0LoTh4R0WCovPSh1tYhJHEXfiT9cxFzIYAPV3wciBqZediS3 w7lh0U6HpisseydiopudG6VH7QV8FJlAxfZzGZfoVgm6OGqIAT6+338rZBsMZBvSN+SS CDvnyb3HkxVt7G8B87w2yUpMhhFhVC3/zOAzSJagdVvvKDTakpnx/iw8Ruu2DjA23RvD MTSQ== X-Gm-Message-State: AD7BkJKjoJ1il16IvDmhWYmW4tjbAvtRh+a+f/XDPe87trr9nBBbtYbsQ5QTsOWZJyXXD2wbn7upDCk4gQwkIX4P X-Received: by 10.140.129.22 with SMTP id 22mr33538241qhb.28.1460411112594; Mon, 11 Apr 2016 14:45:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.24.134 with HTTP; Mon, 11 Apr 2016 14:44:33 -0700 (PDT) In-Reply-To: <570C1723.20908@codesourcery.com> References: <1459545685-1729-1-git-send-email-martin.galvan@tallertechnologies.com> <1459776273-3434-1-git-send-email-martin.galvan@tallertechnologies.com> <570C1723.20908@codesourcery.com> From: Martin Galvan Date: Mon, 11 Apr 2016 21:45:00 -0000 Message-ID: Subject: Re: [PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference To: Luis Machado Cc: gdb-patches , Pedro Alves Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00230.txt.bz2 On Mon, Apr 11, 2016 at 6:29 PM, Luis Machado wrote: > Did it work or should we not expect a v4? Sorry, I decided against using it and sent a 'PING' for v3 instead. Here's the new thread, which includes the rationale for not using it: https://sourceware.org/ml/gdb-patches/2016-04/msg00188.html