From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18053 invoked by alias); 14 Apr 2009 17:11:57 -0000 Received: (qmail 18013 invoked by uid 22791); 14 Apr 2009 17:11:54 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_05,J_CHICKENPOX_73,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 17:11:48 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KI300E00OY8G100@i_mtaout3.012.net.il> for gdb-patches@sources.redhat.com; Tue, 14 Apr 2009 20:11:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI300EM2P3L5770@i_mtaout3.012.net.il>; Tue, 14 Apr 2009 20:11:45 +0300 (IDT) Date: Tue, 14 Apr 2009 17:11:00 -0000 From: Eli Zaretskii Subject: Re: Configuring gdb_wchar.h In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83myajma7a.fsf@gnu.org> References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> 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-04/txt/msg00265.txt.bz2 > Cc: gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Tue, 14 Apr 2009 10:31:13 -0600 > > If you have dejagnu, try charset.exp. I don't (dejagnu doesn't work on DOS), but I can easily run the same test manually. > Otherwise, any use of a string in an expression should exercise the > relevant code paths. You could also "set target-charset" and see what > gdb thinks is available; if you have libiconv there should be lots of > output. Something's definitely wrong, because "set target-charset TAB" just beeps, and if I type RET, it says: (gdb) set target-charset Requires an argument. Valid arguments are . So it thinks there are no charsets available. Maybe the line marked below, shown as part of GDB initialization, is a hint to the trouble: D:\gdb-68.410\gdb>gdb ./gdb.exe >>>> Usage: iconv [--binary] [-f fromcode] [-t tocode] [file ...] GNU gdb (GDB) 6.8.50.20090410 Copyright (C) 2009 Free Software Foundation, Inc. I will look into it. Thanks for the leads.