From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11965 invoked by alias); 10 Jun 2009 22:13:58 -0000 Received: (qmail 11957 invoked by uid 22791); 10 Jun 2009 22:13:58 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Jun 2009 22:13:51 +0000 Received: (qmail 7903 invoked from network); 10 Jun 2009 22:13:49 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Jun 2009 22:13:49 -0000 From: Pedro Alves To: tromey@redhat.com Subject: Re: Move the multi-forks support to the generic multi-inferiors support. Date: Wed, 10 Jun 2009 22:13:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200905310013.38916.pedro@codesourcery.com> <200906090017.01168.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200906102315.04176.pedro@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: 2009-06/txt/msg00280.txt.bz2 On Wednesday 10 June 2009 23:07:19, Tom Tromey wrote: > I think we can change the column headers, as shown by the CLI (and not > MI? =A0I am not certain) at some later date, just by changing the > ui_out_table_header calls. =A0So I'm not too worried. Yeah. MI is not using this code afterall, and this is all new stuff (no frontend should be using it, and it better not be any that does so in the future), so we can do whatever we want at a later date. --=20 Pedro Alves