This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 1/5] Don't always zero pad in print_*_chars
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Mon, 5 Jun 2017 18:27:29 +0100
- Subject: Re: [RFA 1/5] Don't always zero pad in print_*_chars
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=palves at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BB78AC04B929
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BB78AC04B929
- References: <20170602193651.3173-1-tom@tromey.com> <20170602193651.3173-2-tom@tromey.com>
On 06/02/2017 08:36 PM, Tom Tromey wrote:
> This changes print_octal_chars and print_decimal_chars to never zero
> pad, and changes print_binary_chars and print_hex_chars to only
> optionally zero-pad, based on a flag.
Looks good.
Thanks,
Pedro Alves