From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32233 invoked by alias); 2 Jan 2012 18:15:52 -0000 Received: (qmail 32224 invoked by uid 22791); 2 Jan 2012 18:15:51 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 18:15:37 +0000 Received: by vcge1 with SMTP id e1so13441561vcg.0 for ; Mon, 02 Jan 2012 10:15:36 -0800 (PST) Received: by 10.220.226.1 with SMTP id iu1mr22115236vcb.71.1325528136400; Mon, 02 Jan 2012 10:15:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.226.1 with SMTP id iu1mr22115223vcb.71.1325528136320; Mon, 02 Jan 2012 10:15:36 -0800 (PST) Received: by 10.220.199.4 with HTTP; Mon, 2 Jan 2012 10:15:36 -0800 (PST) In-Reply-To: <4F019E45.5010906@gmail.com> References: <4E95DC58.7030805@codesourcery.com> <4ECD3496.1070609@codesourcery.com> <4EF9497B.9020501@earthlink.net> <4EFA54FF.1080307@earthlink.net> <4F019E45.5010906@gmail.com> Date: Mon, 02 Jan 2012 18:15:00 -0000 Message-ID: Subject: Re: [PATCH] Add extra 'info os' information types for Linux (trunk and 7.4) From: Doug Evans To: Pedro Alves Cc: Stan Shebs , Eli Zaretskii , gdb-patches@sourceware.org X-System-Of-Record: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2012-01/txt/msg00054.txt.bz2 On Mon, Jan 2, 2012 at 4:08 AM, Pedro Alves wrote: > It may be important to this discussion to consider that in its present fo= rm, > "info os" is more useful in its MI variant, where the frontend queries > GDB for what tables does the backend expose (with "info os"), and then > presents them in spreadsheet-like format, all without any hardcoding. > =A0Exposing > more bits in the GNU/Linux backends serves the purpose of being the > reference implementation / proof-of-concept. IWBN to expose such functionality to python without python having to parse the CLI output (i.e. funnel the xml to python).