From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20699 invoked by alias); 5 Jan 2014 16:22:17 -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 20687 invoked by uid 89); 5 Jan 2014 16:22:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f171.google.com Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 05 Jan 2014 16:22:15 +0000 Received: by mail-pd0-f171.google.com with SMTP id z10so17121141pdj.16 for ; Sun, 05 Jan 2014 08:22:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.68.201.10 with SMTP id jw10mr14718997pbc.25.1388938933329; Sun, 05 Jan 2014 08:22:13 -0800 (PST) Received: by 10.70.92.72 with HTTP; Sun, 5 Jan 2014 08:22:13 -0800 (PST) Date: Sun, 05 Jan 2014 16:22:00 -0000 Message-ID: Subject: Re: [PATCH] Cast to uintptr_t when calling ptrace32 on aix From: David Edelsohn To: Yao Qi Cc: GDB Patches , Joel Brobecker , Ulrich Weigand Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-01/txt/msg00036.txt.bz2 Thanks for uncovering this and creating a patch. Any patch like this should be regression tested. I thought that these issues had been addressed in Joel's patches from last August. https://sourceware.org/ml/gdb-patches/2013-08/msg00657.html Why do we need to go through this delicate dance in slightly different ways in multiple files? Thanks, David