From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16429 invoked by alias); 9 Feb 2009 06:23:53 -0000 Received: (qmail 16421 invoked by uid 22791); 9 Feb 2009 06:23:53 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Feb 2009 06:23:45 +0000 Received: from zps18.corp.google.com (zps18.corp.google.com [172.25.146.18]) by smtp-out.google.com with ESMTP id n196Neqc013127 for ; Mon, 9 Feb 2009 06:23:41 GMT Received: from wf-out-1314.google.com (wfg24.prod.google.com [10.142.7.24]) by zps18.corp.google.com with ESMTP id n196NbQ5002187 for ; Sun, 8 Feb 2009 22:23:37 -0800 Received: by wf-out-1314.google.com with SMTP id 24so1689051wfg.20 for ; Sun, 08 Feb 2009 22:23:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.135.16 with SMTP id i16mr2677593wfd.192.1234160616922; Sun, 08 Feb 2009 22:23:36 -0800 (PST) In-Reply-To: <200902062335.17737.pedro@codesourcery.com> References: <200901121846.51709.pedro@codesourcery.com> <200901131231.59701.pedro@codesourcery.com> <200902062335.17737.pedro@codesourcery.com> Date: Mon, 09 Feb 2009 06:23:00 -0000 Message-ID: <8ac60eac0902082223q2192830cu8b75f6424fca6c68@mail.gmail.com> Subject: Re: [2/2] Inspect extra signal information From: Paul Pluzhnikov To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2009-02/txt/msg00200.txt.bz2 On Fri, Feb 6, 2009 at 3:35 PM, Pedro Alves wrote: > Here's the version of this patch that went in. AFAICT, this broke 'gdb.base/default.exp' show convenience, which expects "No debugger convenience variables ..." Instead, it gets: $ ./gdb -nx GNU gdb (GDB) 6.8.50.20090207-cvs ... This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: . (gdb) show convenience $_siginfo = void (gdb) I find it weird to have a "void" $_siginfo ... -- Paul Pluzhnikov