From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28429 invoked by alias); 5 Jun 2014 20:09:35 -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 28419 invoked by uid 89); 5 Jun 2014 20:09:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com 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; Thu, 05 Jun 2014 20:09:32 +0000 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 s55K9T3f010715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 5 Jun 2014 16:09:29 -0400 Received: from barimba ([10.3.113.4]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s55K9S3I028483 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 5 Jun 2014 16:09:28 -0400 From: Tom Tromey To: Simon Marchi Cc: Subject: Re: [PATCH v2] PR mi/15806: Fix quoting of async events References: <1401743738-29051-1-git-send-email-simon.marchi@ericsson.com> Date: Thu, 05 Jun 2014 20:09:00 -0000 In-Reply-To: <1401743738-29051-1-git-send-email-simon.marchi@ericsson.com> (Simon Marchi's message of "Mon, 2 Jun 2014 17:15:38 -0400") Message-ID: <87wqcv5dag.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: 2014-06/txt/msg00283.txt.bz2 >>>>> "Simon" == Simon Marchi writes: Simon> 2014-06-02 Simon Marchi Simon> PR mi/15806 Simon> * utils.c (printchar): Don't escape at all if quoter is NUL. Simon> Update function documentation to clarify effect of parameter Simon> QUOTER. Simon> * remote.c (escape_buffer): Pass '\\' as the quoter to Simon> fputstrn_unfiltered. Simon> * mi/mi-interp.c (mi_solib_loaded): Use ui_out_field_* functions to Simon> generate the output. Simon> (mi_solib_unloaded): Same. Simon> gdb/testsuite/ChangeLog: Simon> 2014-06-02 Simon Marchi Simon> * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix Simon> erroneous dprintf expected input. Thanks for the updates. This is ok with one nit fixed: Simon> - Simon> + This seems to remove the form feed. Tom