From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23748 invoked by alias); 4 Oct 2004 17:51:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23732 invoked from network); 4 Oct 2004 17:51:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Oct 2004 17:51:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i94HpYlD016491 for ; Mon, 4 Oct 2004 13:51:39 -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 i94HpXr25637; Mon, 4 Oct 2004 13:51:33 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 581BF28D2; Mon, 4 Oct 2004 13:51:17 -0400 (EDT) Message-ID: <41618D95.2050003@gnu.org> Date: Mon, 04 Oct 2004 17:51:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040831 MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Build inf-ptrace.o when ptrace available References: <415DC09D.2070407@gnu.org> <200410012154.i91Ls6lE001359@elgar.sibelius.xs4all.nl> <41615D1E.8070007@gnu.org> <200410041720.i94HKl66001187@elgar.sibelius.xs4all.nl> In-Reply-To: <200410041720.i94HKl66001187@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00060.txt.bz2 > Going forward we need to get GNU/Linux and other systems using procfs > and an obvious migration path for that is to build support for both > procfs and ptrace into a single GDB. The default being to use ptrace. > > The /proc on Linux is not even close to a "real" procfs. Fortunatly, that can be fixed (just like any other kernel bug - we've been seeing success in that area recently ;-). Andrew