From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25963 invoked by alias); 29 Aug 2013 21:03:09 -0000 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 Received: (qmail 25951 invoked by uid 89); 29 Aug 2013 21:03:09 -0000 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 29 Aug 2013 21:03:09 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7B85F1165D8 for ; Thu, 29 Aug 2013 17:03:15 -0400 (EDT) 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 cnnxd0jALE0r for ; Thu, 29 Aug 2013 17:03:15 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 641571165BC for ; Thu, 29 Aug 2013 17:03:15 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 21C82C3D74; Thu, 29 Aug 2013 14:03:07 -0700 (PDT) Date: Thu, 29 Aug 2013 21:03:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Checked in: [RFA/ppc-aix] fix thread support breakage (was: "Re: [PATCH 4/5] powerpc64-aix ptrace64 when defined.") Message-ID: <20130829210306.GB3315@adacore.com> References: <20130822233234.GA13292@adacore.com> <20130823004837.GC5221@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130823004837.GC5221@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-08/txt/msg00893.txt.bz2 > gdb/ChangeLog: > > * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t" > instead of "long long" in call to ptrace64. > > Tested on ppc-aix in full 32bit mode (both GDB and inferior are > 32bit). I think the other scenario would be 64bit GDB debugging > a 32bit inferior, but I don't have a 64bit compiler to try it. > > I'd like to commit this patch, unless there are comments/suggestions. Now checked in. -- Joel