From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13141 invoked by alias); 26 Sep 2013 19:54:36 -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 13126 invoked by uid 89); 26 Sep 2013 19:54:36 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.215) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Sep 2013 19:54:36 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_50,MSGID_MULTIPLE_AT,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id AD5E1A0112 for ; Thu, 26 Sep 2013 21:54:32 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 9BFD1A0125 for ; Thu, 26 Sep 2013 21:54:32 +0200 (CEST) Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mr5.u-strasbg.fr (Postfix) with ESMTP id 750E3A0112 for ; Thu, 26 Sep 2013 21:54:31 +0200 (CEST) Received: from ms11.u-strasbg.fr (ms11.u-strasbg.fr [130.79.204.111]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r8QJsVB8029357 for ; Thu, 26 Sep 2013 21:54:31 +0200 Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by ms11.u-strasbg.fr (Postfix) with ESMTPSA id C626E1FD90 for ; Thu, 26 Sep 2013 21:54:30 +0200 (CEST) From: "Pierre Muller" To: "'gdb-patches'" Subject: [RFC 0/6] Handle several character priniting problems (mainly related to mingw hosts) Date: Thu, 26 Sep 2013 19:54:00 -0000 Message-ID: <002901cebaf2$35ec65a0$a1c530e0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2013-09/txt/msg00936.txt.bz2 This is my first attempt to use git format-patch ... It's not yet really easy, but I hope I will get over this at some point. This email is a follow up to https://sourceware.org/ml/gdb-patches/2013-08/msg00582.html which was entitled: PR 15873 UTF-8 incomplete/invalid chars go unnoticed Yao asked me to clarify my aim... https://sourceware.org/ml/gdb-patches/2013-09/msg00722.html Which I tried to do in: https://sourceware.org/ml/gdb-patches/2013-09/msg00881.html This series handles part of the problem related to display of wide chars inside GDB, and especially on the numerous failures you get in testsuite/gdb.base/printcmds.exp for a mingw compiled GDB. This series does not handle the part about uniformisation of char versus string output and warnings about invalid sequences in UTF-8. Pierre Muller GDB pascal language maintainer