From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27882 invoked by alias); 17 Jul 2010 19:23:04 -0000 Received: (qmail 27873 invoked by uid 22791); 17 Jul 2010 19:23:04 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jul 2010 19:22:56 +0000 Received: by ewy28 with SMTP id 28so1172595ewy.0 for ; Sat, 17 Jul 2010 12:22:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.9.193 with SMTP id m1mr2055352ebm.60.1279394573183; Sat, 17 Jul 2010 12:22:53 -0700 (PDT) Received: by 10.213.11.1 with HTTP; Sat, 17 Jul 2010 12:22:53 -0700 (PDT) In-Reply-To: <201007171515.57996.vapier@gentoo.org> References: <201007171447.38746.vapier@gentoo.org> <201007171515.57996.vapier@gentoo.org> Date: Sat, 17 Jul 2010 19:23:00 -0000 Message-ID: Subject: Re: [PATCH] [Windows] fix format string for 64 bit var in gdbserver From: Ozkan Sezer To: Mike Frysinger Cc: gdb-patches@sourceware.org, Tom Tromey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-07/txt/msg00265.txt.bz2 On Sat, Jul 17, 2010 at 10:15 PM, Mike Frysinger wrote: > On Saturday, July 17, 2010 14:59:16 Ozkan Sezer wrote: >> ... which is non-intrusive and easy. However, as I reported here: >> http://sourceware.org/ml/gdb-patches/2010-07/msg00254.html >> ... paddress() truncates its arguments and should be fixed. > > sounds like that is the way to go. =A0think long term & correct, and you = should > have easy going with getting changes merged. > -mike > Thanks. Is the paddress() fix I suggested correct and can be applied, then? -- Ozkan