From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10920 invoked by alias); 12 Oct 2012 19:57:39 -0000 Received: (qmail 10908 invoked by uid 22791); 12 Oct 2012 19:57:37 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from imr4.ericy.com (HELO imr4.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Oct 2012 19:57:07 +0000 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id q9CJwHJ3023787; Fri, 12 Oct 2012 14:58:18 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.205]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Fri, 12 Oct 2012 15:56:59 -0400 From: Marc Khouzam To: "'Gustavo, Luis'" , "'gdb-patches@sourceware.org'" Date: Fri, 12 Oct 2012 19:57:00 -0000 Subject: RE: [PATCH] Fix mi "-var-create" regression Message-ID: References: <5075D4FD.9050900@mentor.com> In-Reply-To: <5075D4FD.9050900@mentor.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-10/txt/msg00200.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Luis Gustavo > Sent: Wednesday, October 10, 2012 4:05 PM > To: gdb-patches@sourceware.org > Subject: [PATCH] Fix mi "-var-create" regression >=20 > Hi, >=20 > After the commit that fixed #13393=20 > (http://sourceware.org/bugzilla/show_bug.cgi?id=3D13393),=20 > certain calls to=20 > -var-create with "set print object on" started failing with a=20 > dereferencing error, like so: >=20 > (gdb) > -var-create - * $sp > ^error,msg=3D"Attempt to dereference a generic pointer." > (gdb) Thanks for proposing this fix. I'm also seeing this error. Eclipse sets "print object on" by default so I'm seeing it often. When fixed, can the final patch also go into the 7_5 branch? Thanks! Marc