From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6441 invoked by alias); 9 Feb 2012 15:15:51 -0000 Received: (qmail 6335 invoked by uid 22791); 9 Feb 2012 15:15:49 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Feb 2012 15:15:35 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q19FFDBD009310 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Feb 2012 10:15:13 -0500 Received: from host2.jankratochvil.net (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q19FFAWI008301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 9 Feb 2012 10:15:12 -0500 Date: Thu, 09 Feb 2012 15:15:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: [commit] [patch] Fix gdb-gdb.py for flds_bnds copy-pastes Message-ID: <20120209151509.GA31617@host2.jankratochvil.net> References: <20120209092727.GA2664@host2.jankratochvil.net> <20120209151129.GA3474@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120209151129.GA3474@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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-02/txt/msg00144.txt.bz2 On Thu, 09 Feb 2012 16:11:29 +0100, Joel Brobecker wrote: > > gdb/ > > 2012-02-09 Jan Kratochvil > > > > * gdb-gdb.py (StructMainTypePrettyPrinter) : Print > > flds_bnds.fields. > > (StructMainTypePrettyPrinter) : Print flds_bnds.bounds. > > Looks good to me. Checked in: http://sourceware.org/ml/gdb-cvs/2012-02/msg00049.html Thanks, Jan