From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30651 invoked by alias); 5 Jun 2014 22:03:21 -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 30632 invoked by uid 89); 5 Jun 2014 22:03:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 05 Jun 2014 22:03:13 +0000 Received: from EUSAAHC001.ericsson.se (Unknown_Domain [147.117.188.75]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id FA.98.27529.B9890935; Thu, 5 Jun 2014 18:19:39 +0200 (CEST) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.75) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 5 Jun 2014 18:03:10 -0400 Message-ID: <5390E91E.8010800@ericsson.com> Date: Thu, 05 Jun 2014 22:03:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: [PATCH v2] PR mi/15806: Fix quoting of async events References: <1401743738-29051-1-git-send-email-simon.marchi@ericsson.com> <87wqcv5dag.fsf@fleche.redhat.com> In-Reply-To: <87wqcv5dag.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00292.txt.bz2 On 14-06-05 04:09 PM, Tom Tromey wrote: >>>>>> "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> + Ack. > This seems to remove the form feed. > > Tom Pushed, thanks.