From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14791 invoked by alias); 13 Sep 2002 00:53:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14784 invoked from network); 13 Sep 2002 00:53:13 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 13 Sep 2002 00:53:13 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 884ED3C44; Thu, 12 Sep 2002 20:53:11 -0400 (EDT) Message-ID: <3D8136F7.8070809@ges.redhat.com> Date: Thu, 12 Sep 2002 17:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: gdb-patches@sources.redhat.com, Jim Blandy Subject: Re: [PATCH RFC] Character set support References: <1020913003056.ZM15701@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00234.txt.bz2 Kevin, > Jim Blandy is the author of the patch below. I have looked it over > though and it looks reasonable to me. Also, I have tested Jim's work > and see no regressions nor any new failures as a result of the tests > that Jim has added. > > I have tried to think of ways to break these changes up so that they > may be committed it in smaller sections. With the exception of > possible separate commits for the documentation and testsuite > portions, I can't think of any further divisions which make sense. > > I'll wait a week for comments after which time, if there are no > objections, I'll commit it. Kevin, I think the first thing to do would have been to post something to gdb@ explaining the charsets feature (examples), and its advantages for GDB. Andrew