From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6986 invoked by alias); 29 Feb 2012 20:07:43 -0000 Received: (qmail 6974 invoked by uid 22791); 29 Feb 2012 20:07:43 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Feb 2012 20:07:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 17C381C6B7A for ; Wed, 29 Feb 2012 15:07:25 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zs0-QH0I8iId for ; Wed, 29 Feb 2012 15:07:25 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D56E41C6B73 for ; Wed, 29 Feb 2012 15:07:24 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3DFE4145615; Wed, 29 Feb 2012 12:07:18 -0800 (PST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Better support for Ada renamings in "info locals" output Date: Wed, 29 Feb 2012 20:07:00 -0000 Message-Id: <1330546034-27156-1-git-send-email-brobecker@adacore.com> 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-02/txt/msg00739.txt.bz2 Hello, The meat of this patch series is in the first patch, but I needed an unrelated patch to go in at the same time (patch #2). And patch #3 is the testcase, once patch #1 is in. Note: Patch #2, being independent, has been checked in on its own. Thanks, -- Joel