From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17493 invoked by alias); 9 Aug 2004 15:53:02 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17486 invoked from network); 9 Aug 2004 15:53:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Aug 2004 15:53:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i79Fr2e3006016 for ; Mon, 9 Aug 2004 11:53:02 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i79Fqua24914; Mon, 9 Aug 2004 11:52:56 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4A3C82B9D; Mon, 9 Aug 2004 11:52:49 -0400 (EDT) Message-ID: <41179DD1.6010401@gnu.org> Date: Mon, 09 Aug 2004 15:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Mark Kettenis Cc: mec.gnu@mindspring.com, gdb@sources.redhat.com Subject: Re: ptrace(2) autoconf tests References: <200408082100.i78L0BdZ005809@elgar.kettenis.dyndns.org> <41169E38.nail4UJ11C6PT@mindspring.com> <200408090046.i790kqgh057267@elgar.kettenis.dyndns.org> <4117778B.9020506@gnu.org> <200408091534.i79FYdLr000777@elgar.kettenis.dyndns.org> In-Reply-To: <200408091534.i79FYdLr000777@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00139.txt.bz2 > Is that a worthwhile thing to have? Well, I guess so. One of things > I'm working on, is a portable "gdb_ptrace.h". We could simply add a > macro there that takes care of the conversion. Being able to trace ptrace calls, yes, definitly. As for a macro, the user should see what they get -> s/ptrace/call_ptrace/. Andrew