From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30808 invoked by alias); 24 Apr 2012 12:16:49 -0000 Received: (qmail 30796 invoked by uid 22791); 24 Apr 2012 12:16:45 -0000 X-SWARE-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,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; Tue, 24 Apr 2012 12:16:29 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3OCGReS028585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Apr 2012 08:16:27 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3OCGPCo032465; Tue, 24 Apr 2012 08:16:26 -0400 Message-ID: <4F969999.2040809@redhat.com> Date: Tue, 24 Apr 2012 13:14:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Thiago Jung Bauermann CC: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: [RFA] handle android bionic ptrace in gdbserver. References: <1332802002.30339.16.camel@hactar> <201203271611.q2RGBs2N025666@glazunov.sibelius.xs4all.nl> <1332894408.16415.14.camel@hactar> <4F7490E9.40903@redhat.com> <1333139333.11673.4.camel@hactar> <1335204794.31250.1.camel@hactar> In-Reply-To: <1335204794.31250.1.camel@hactar> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-04/txt/msg00770.txt.bz2 On 04/23/2012 07:13 PM, Thiago Jung Bauermann wrote: > On Fri, 2012-03-30 at 17:28 -0300, Thiago Jung Bauermann wrote: >> Updated patch follows. > > Ping. Sorry, I thought I had replied already, but looks like I didn't. >> 2012-03-30 Thiago Jung Bauermann >> >> * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c. >> (PTRACE_ARG4_TYPE): Likewise. >> (PTRACE_XFER_TYPE): Likewise. >> * linux-arm-low.c (arm_prepare_to_resume): Cast third argument >> of >> ptrace to PTRACE_ARG3_TYPE. >> * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h. >> (PTRACE_ARG4_TYPE): Likewise. >> (PTRACE_XFER_TYPE): Likewise. >> (linux_detach_one_lwp): Cast fourth argument of >> ptrace to long then PTRACE_ARG4_TYPE. >> (regsets_fetch_inferior_registers): Cast third argument of >> ptrace to long then PTRACE_ARG3_TYPE. >> (regsets_store_inferior_registers): Likewise. Okay. -- Pedro Alves