From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27936 invoked by alias); 26 Jul 2011 21:12:09 -0000 Received: (qmail 27928 invoked by uid 22791); 26 Jul 2011 21:12:08 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jul 2011 21:11:50 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id p6QLBn6x000781 for ; Tue, 26 Jul 2011 14:11:49 -0700 Received: from yia27 (yia27.prod.google.com [10.243.65.27]) by wpaz9.hot.corp.google.com with ESMTP id p6QLA2JR025523 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 26 Jul 2011 14:11:48 -0700 Received: by yia27 with SMTP id 27so758873yia.5 for ; Tue, 26 Jul 2011 14:11:48 -0700 (PDT) Received: by 10.91.164.23 with SMTP id r23mr6003203ago.129.1311714708117; Tue, 26 Jul 2011 14:11:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.56.7 with HTTP; Tue, 26 Jul 2011 14:11:17 -0700 (PDT) In-Reply-To: References: From: Paul Pluzhnikov Date: Wed, 27 Jul 2011 01:29:00 -0000 Message-ID: Subject: Re: [Patch]: Allow dump memory command to dump more than 2GB To: Tom Tromey Cc: Sterling Augustine , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2011-07/txt/msg00745.txt.bz2 On Tue, Jul 26, 2011 at 1:02 PM, Tom Tromey wrote: > > Sterling> 2011-07-26 =A0Sterling Augustine =A0 > Sterling> =A0 =A0 =A0 * cli/cli-dump.c (dump_binary_file): Change paramte= r type to ULONGEST. > Sterling> =A0 =A0 =A0 (dump_bfd_file): Likewise. > > Ok. I've committed this patch for Sterling. Thanks, --=20 Paul Pluzhnikov