From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12521 invoked by alias); 25 Mar 2009 15:13:53 -0000 Received: (qmail 12502 invoked by uid 22791); 25 Mar 2009 15:13:52 -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, 25 Mar 2009 15:13:45 +0000 Received: (qmail 22042 invoked from network); 25 Mar 2009 15:13:43 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Mar 2009 15:13:43 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: Problem on cygwin with new wchar_t printing support via iconv() Date: Wed, 25 Mar 2009 15:13:00 -0000 User-Agent: KMail/1.9.10 Cc: Roland Schwingel , tromey@redhat.com References: <49C9F1EE.4020404@onevision.de> In-Reply-To: <49C9F1EE.4020404@onevision.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903251513.58576.pedro@codesourcery.com> 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-03/txt/msg00155.txt.bz2 On Wednesday 25 March 2009 08:57:18, Roland Schwingel wrote: > > If you have a small test case, I will try to reproduce it with a > > libiconv-based build here. I suspect, though, that it is > > Windows-specific. Nope, it's iconv specific. > FAIL: gdb.base/charset.exp: print string in IBM1047 set target-charset IBM1047 Undefined item: "IBM1047". (gdb) PASS: gdb.base/charset.exp: try `set target-charset IBM1047' These should be detected and marked "unsupported", so the next test: show charset The host character set is "ASCII". The target character set is "ISO-8859-1". The target wide character set is "UCS-4". (gdb) PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047' FAIL: gdb.base/charset.exp: check effect of `set target-charset IBM1047' ... is skipped ? -- Pedro Alves