From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3098 invoked by alias); 7 Aug 2013 13:32:34 -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 3084 invoked by uid 89); 7 Aug 2013 13:32:34 -0000 X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 07 Aug 2013 13:32:34 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r77DWFq0001859; Wed, 7 Aug 2013 15:32:15 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r77DWFfp018009; Wed, 7 Aug 2013 15:32:15 +0200 (CEST) Date: Wed, 07 Aug 2013 13:32:00 -0000 Message-Id: <201308071332.r77DWFfp018009@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: raunaq12@in.ibm.com, gdb-patches@sourceware.org, tromey@redhat.com, Ulrich.Weigand@de.ibm.com In-reply-to: <201308071327.r77DRJBq008616@d06av02.portsmouth.uk.ibm.com> (uweigand@de.ibm.com) Subject: Re: [PATCH 5/5] make calls to ptrace64 in aix-thread.c when defined References: <201308071327.r77DRJBq008616@d06av02.portsmouth.uk.ibm.com> X-SW-Source: 2013-08/txt/msg00195.txt.bz2 > Date: Wed, 7 Aug 2013 15:27:19 +0200 (CEST) > From: "Ulrich Weigand" > > Raunaq 12 wrote: > > > Thanks a lot for the help. Attaching the patch after the Changelog > > entry below. > > > > Changelog :- > > * aixthread.c: Call ptrace64 instead of ptracex if defined. > > Call ptrace64 instead of ptrace if defined. > > Add macro addr_ptr to take care of ptrace address arguement. > > (pdc_read_regs): Likewise. > > (pdc_write_regs): Likewise. > > (aix_thread_resume): Likewise. > > (fetch_regs_kernel_thread): Likewise. > > (store_regs_kernel_thread): Likewise. > > > > (See attached file: gdb-7.6-aix-thread.patch) > > I've checked this in now. > Patch 1/5 and 4/5 are ok with me as well. I'm not really familliar with XCOFF and XLC, so reviewing the other ones should probably done by someone else. Although I do see a few coding style violations in those diffs.