This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] PR mi/15806: Fix quoting of async events


On 14-06-05 04:09 PM, Tom Tromey wrote:
>>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:
> 
> Simon> 2014-06-02  Simon Marchi  <simon.marchi@ericsson.com>
> 
> 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.marchi@ericsson.com>
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]