This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: ping: [PATCH] Fix display of tabulation character for mingw hosts.
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 15 May 2014 11:31:27 -0600
- Subject: Re: ping: [PATCH] Fix display of tabulation character for mingw hosts.
- Authentication-results: sourceware.org; auth=none
- References: <1399282018-8921-1-git-send-email-yao at codesourcery dot com> <5371E391 dot 4040904 at codesourcery dot com>
>> 2014-05-05 Pierre Muller <muller@sourceware.org>
>> Yao Qi <yao@codesourcery.com>
>>
>> * valprint.c (print_wchar): Move the code on checking whether
>> W is a printable wide char to the default branch of switch
>> statement below. Call wchar_printable instead of gdb_iswprint.
Yao> Ping. https://sourceware.org/ml/gdb-patches/2014-05/msg00034.html
Thanks, this is ok.
Tom