From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18481 invoked by alias); 15 Jun 2009 18:34:16 -0000 Received: (qmail 18473 invoked by uid 22791); 15 Jun 2009 18:34:16 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 18:34:09 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MGH0Q-0003pG-6z for gdb@sources.redhat.com; Mon, 15 Jun 2009 18:34:06 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Jun 2009 18:34:06 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Jun 2009 18:34:06 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: MI register groups Date: Mon, 15 Jun 2009 18:34:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00153.txt.bz2 Chris Genly wrote: > I'm working on an Eclipse interface to a debugger produced by the > company I work for.  I notice Both GDB and Eclipse support the concept > of register groups.  But MI does not support the concept of register > groups.  I'd like to extend the MI spec to include register groups. > Who would I talk to about this? Well, gdb-devel@. In practice, I am most likely to comment on any MI proposals. - Volodya