From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21008 invoked by alias); 27 Dec 2011 06:29:34 -0000 Received: (qmail 20992 invoked by uid 22791); 27 Dec 2011 06:29:32 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Dec 2011 06:29:19 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RfQXH-0004RB-1H; Tue, 27 Dec 2011 01:29:19 -0500 Date: Tue, 27 Dec 2011 09:32:00 -0000 Message-Id: From: Eli Zaretskii To: Stan Shebs CC: gdb-patches@sourceware.org In-reply-to: <4EF9497B.9020501@earthlink.net> (message from Stan Shebs on Mon, 26 Dec 2011 20:28:43 -0800) Subject: Re: [PATCH] Add extra 'info os' information types for Linux (trunk and 7.4) Reply-to: Eli Zaretskii References: <4E95DC58.7030805@codesourcery.com> <4ECD3496.1070609@codesourcery.com> <4EF9497B.9020501@earthlink.net> 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-12/txt/msg00833.txt.bz2 > Date: Mon, 26 Dec 2011 20:28:43 -0800 > From: Stan Shebs > > Here is a third revision of the 'info os' additions for Linux; it rolls > up Kwok's original patch plus requested edits, plus a few more comments > and tweaks. I plan to commit this in a day or so, if there are no > objections. I already voiced an objection the first time: I think Linux-specific OS information doesn't belong to "info os", which should be for commands generally available on all supported systems. I would support an "info linux" command for what you want here.