From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5125 invoked by alias); 15 Jun 2010 21:48:59 -0000 Received: (qmail 5113 invoked by uid 22791); 15 Jun 2010 21:48:56 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Jun 2010 21:48:52 +0000 Received: (qmail 15598 invoked from network); 15 Jun 2010 21:48:50 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Jun 2010 21:48:50 -0000 Message-ID: <4C17F53C.9070103@codesourcery.com> Date: Tue, 15 Jun 2010 21:48:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Michael Snyder CC: Stan Shebs , "gdb-patches@sourceware.org" Subject: Re: [PATCH] Report available OS data types References: <4C16BCB9.5040106@codesourcery.com> <4C17C928.5030907@vmware.com> In-Reply-To: <4C17C928.5030907@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-06/txt/msg00356.txt.bz2 Michael Snyder wrote: > Stan Shebs wrote: >> As a lead-in to some upcoming work on "OS awareness" for Linux GDB, >> here is a little patch for "info os" to return the types of data >> available (which is currently just "processes"), instead of erroring >> out. > > Is this checked in? I still see: > > (gdb) info os > Argument required. > > Am I misunderstanding something? How do you get it to list > the types available? Not committed yet, I was giving people a chance to comment. Apparently it would be good to document the new behavior. :-) Stan