From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15054 invoked by alias); 27 Sep 2013 15:13:41 -0000 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 Received: (qmail 15043 invoked by uid 89); 27 Sep 2013 15:13:40 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Sep 2013 15:13:40 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8RFDZ41024104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 27 Sep 2013 11:13:35 -0400 Received: from barimba (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8RFDYuw029057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 27 Sep 2013 11:13:35 -0400 From: Tom Tromey To: "Pierre Muller" Cc: "'gdb-patches'" Subject: Re: [RFC 5/6] Handle "set print sevenbit-strings on" in print_wchar References: <002901cebaf2$35ec65a0$a1c530e0$@muller@ics-cnrs.unistra.fr> <11813.6176527061$1380225854@news.gmane.org> Date: Fri, 27 Sep 2013 15:13:00 -0000 In-Reply-To: <11813.6176527061$1380225854@news.gmane.org> (Pierre Muller's message of "Thu, 26 Sep 2013 22:03:45 +0200") Message-ID: <87fvsqfgbl.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-09/txt/msg00960.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> When "set print sevenbit-strings on" Pierre> is used, all characters above 127 should be displayed as Pierre> escapes. Pierre> This patch does just that. Does it fix any test? If so, could you say which one? If not, please add a test case. Do you actually use this setting? I'm curious. Tom