From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4261 invoked by alias); 15 Jun 2009 18:10:11 -0000 Received: (qmail 4252 invoked by uid 22791); 15 Jun 2009 18:10:11 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from yw-out-1718.google.com (HELO yw-out-1718.google.com) (74.125.46.154) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 18:10:04 +0000 Received: by yw-out-1718.google.com with SMTP id 4so1941968ywq.48 for ; Mon, 15 Jun 2009 11:10:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.96.4 with SMTP id t4mr9128597anb.170.1245089402277; Mon, 15 Jun 2009 11:10:02 -0700 (PDT) Date: Mon, 15 Jun 2009 18:10:00 -0000 Message-ID: Subject: MI register groups From: Chris Genly To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00151.txt.bz2 I'm working on an Eclipse interface to a debugger produced by the company I work for.=A0 I notice Both GDB and Eclipse support the concept of register groups.=A0 But MI does not support the concept of register groups.=A0 I'd like to extend the MI spec to include register groups. Who would I talk to about this?