From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23882 invoked by alias); 25 Nov 2011 11:56:19 -0000 Received: (qmail 23872 invoked by uid 22791); 25 Nov 2011 11:56:18 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Nov 2011 11:56:01 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LV700A00SHB8Z00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 25 Nov 2011 13:55:53 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.50.247]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LV70096GT54V860@a-mtaout20.012.net.il>; Fri, 25 Nov 2011 13:55:53 +0200 (IST) Date: Fri, 25 Nov 2011 11:56:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add the "-info-os" command to MI In-reply-to: <4ECECFEB.8020807@codesourcery.com> To: Kwok Cheung Yeung Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ipm88lh0.fsf@gnu.org> References: <4E970915.8000207@codesourcery.com> <4ECECFEB.8020807@codesourcery.com> 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-11/txt/msg00693.txt.bz2 > Date: Thu, 24 Nov 2011 23:14:51 +0000 > From: Kwok Cheung Yeung > CC: > > I've now created a new mi_cmd_info_os function to service -info-os, which > delegates to info_osdata_command in osdata.c. Thanks, I think we need a NEWS entry for this.