From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15974 invoked by alias); 10 Aug 2011 12:37:16 -0000 Received: (qmail 15966 invoked by uid 22791); 10 Aug 2011 12:37:16 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Aug 2011 12:36:52 +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 p7ACZTc6028446; Wed, 10 Aug 2011 14:35:29 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id p7ACZRCR025686; Wed, 10 Aug 2011 14:35:27 +0200 (CEST) Date: Wed, 10 Aug 2011 12:37:00 -0000 Message-Id: <201108101235.p7ACZRCR025686@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: yao@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <4E40A565.2020208@codesourcery.com> (message from Yao Qi on Tue, 09 Aug 2011 11:11:33 +0800) Subject: Re: [RFA 4/8] New port: TI C6x: Read loadmap from gdbserver References: <4E263865.2070100@codesourcery.com> <201108072030.02712.vapier@gentoo.org> <4E3F4E05.6010409@codesourcery.com> <201108081431.55165.pedro@codesourcery.com> <4E40A565.2020208@codesourcery.com> 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: 2011-08/txt/msg00215.txt.bz2 > > Otherwise, with Mark's comments addressed, this looks > > fine to me. > > > I take Mark's choice #2 on the macro of PTRACE_GETDSBT. PTRACE_GETDSBT > is replaced with PT_GETDSBT in new patch. I leave PTRACE_GETDSBT_EXEC > and PTRACE_GETDSBT_INTERP there, because they are macros and no PT_* > counterparts defined in headers. Sigh. I guess there is no way we can win here; we'll just have to accept these inconsistencies.