From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5229 invoked by alias); 29 Feb 2012 13:55:26 -0000 Received: (qmail 5208 invoked by uid 22791); 29 Feb 2012 13:55:24 -0000 X-SWARE-Spam-Status: No, hits=-6.8 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; Wed, 29 Feb 2012 13:55:12 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1TDtBIk001621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Feb 2012 08:55:11 -0500 Received: from spoyarek.pnq.redhat.com (dhcp233-8.pnq.redhat.com [10.65.223.8] (may be forged)) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1TDt6hQ011715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 29 Feb 2012 08:55:10 -0500 Date: Wed, 29 Feb 2012 13:59:00 -0000 From: Siddhesh Poyarekar To: Tom Tromey Cc: gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: [PATCH] Expand bitpos to LONGEST to allow access to large offsets within a struct Message-ID: <20120229135626.GA17072@spoyarek.pnq.redhat.com> References: <20120220132724.GB4753@spoyarek.pnq.redhat.com> <87d397syts.fsf@fleche.redhat.com> <20120229135148.GA32128@spoyarek.pnq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120229135148.GA32128@spoyarek.pnq.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00695.txt.bz2 On Wed, Feb 29, 2012 at 07:21:48PM +0530, Siddhesh Poyarekar wrote: > For reference, the splint command I used with each source: > > splint -warnposix -Dsigjmp_buf=int -I. -I../../gdb/gdb \ > -I../../gdb/gdb/common -I../../gdb/gdb/config \ > -DLOCALEDIR="\"/home/siddhesh/sandbox/gdb-sandbox/share/locale\"" > -DHAVE_CONFIG_H -I../../gdb/gdb/../include/opcode > -I../../gdb/gdb/../opcodes/.. -I../../gdb/gdb/../readline/.. > -I../bfd -I../../gdb/gdb/../bfd -I../../gdb/gdb/../include > -I../libdecnumber -I../../gdb/gdb/../libdecnumber \ > -I../../gdb/gdb/gnulib -Ignulib -DTUI=1 > -I/usr/include/python2.7 -I/usr/include/python2.7 > -I../../gdb-build/gdb $file > Ugh. This is obviously: splint -warnposix -Dsigjmp_buf=int -I. -I../../gdb/gdb \ -I../../gdb/gdb/common -I../../gdb/gdb/config \ -DLOCALEDIR="\"/home/siddhesh/sandbox/gdb-sandbox/share/locale\"" \ -DHAVE_CONFIG_H -I../../gdb/gdb/../include/opcode \ -I../../gdb/gdb/../opcodes/.. -I../../gdb/gdb/../readline/.. \ -I../bfd -I../../gdb/gdb/../bfd -I../../gdb/gdb/../include \ -I../libdecnumber -I../../gdb/gdb/../libdecnumber \ -I../../gdb/gdb/gnulib -Ignulib -DTUI=1 \ -I/usr/include/python2.7 -I/usr/include/python2.7 \ -I../../gdb-build/gdb $file -- Siddhesh