From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1237 invoked by alias); 16 Jan 2002 17:13:08 -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 1168 invoked from network); 16 Jan 2002 17:13:02 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 16 Jan 2002 17:13:02 -0000 Received: from telocity.telocity.com (taarna.sfbay.redhat.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with SMTP id JAA01187; Wed, 16 Jan 2002 09:12:11 -0800 (PST) Message-ID: <3C45B35B.653A@redhat.com> Date: Wed, 16 Jan 2002 09:13:00 -0000 From: Michael Snyder X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: Eli Zaretskii CC: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] New command "info proc" for Linux References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00454.txt.bz2 Eli Zaretskii wrote: > > On Tue, 15 Jan 2002, Michael Snyder wrote: > > > Committed. > > Michael, please don't forget the documentation. Thanks. Not straightforward. Couple of issues: 1) The old implementation of the "info proc" command was poorly documented -- many of the documented sub-commands were never implemented. And the command was only available on "/proc" systems (real ones, not Linux). 2) The stuff I've just added will ONLY work on Linux, not on other ("real") /proc systems.