From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16639 invoked by alias); 30 Sep 2011 00:56:55 -0000 Received: (qmail 16548 invoked by uid 22791); 30 Sep 2011 00:56:54 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Sep 2011 00:56:39 +0000 Received: from nat-jpt.mentorg.com ([192.94.33.2] helo=PR1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1R9RP4-0007Ns-Ke from Yao_Qi@mentor.com ; Thu, 29 Sep 2011 17:56:38 -0700 Received: from [172.30.112.23] ([172.30.112.23]) by PR1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 30 Sep 2011 09:56:36 +0900 Message-ID: <4E8513A9.2030001@codesourcery.com> Date: Fri, 30 Sep 2011 01:10:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: Mike Frysinger CC: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org Subject: Re: [PATCH] gdbserver: add support for FDPIC loadmaps References: <1317268705-29948-1-git-send-email-vapier@gentoo.org> <4E843213.8040403@codesourcery.com> <201109291031.46062.vapier@gentoo.org> In-Reply-To: <201109291031.46062.vapier@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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-09/txt/msg00568.txt.bz2 On 09/29/2011 10:31 PM, Mike Frysinger wrote: >> > Do you have some reasons to define these macros in common/? I don't see >> > these macros are/will be used in GDB, so maybe, we can move them in >> > gdbserver. Files in common/ are to have contents shared between gdb and >> > gdbserver. > it isn't out of the realm of possibility to have a native gdb running which > would need these ptrace defines. unlikely, but not impossible. this file > seemed to be the best place for fallback linux ptrace defines. That sounds good to me. Thanks. -- Yao (齐尧)