From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31030 invoked by alias); 24 Jul 2013 14:35:58 -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 30994 invoked by uid 89); 24 Jul 2013 14:35:57 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from Unknown (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 14:35:56 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MQG0090034IUP00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 24 Jul 2013 17:35:04 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQG009N336FQD20@a-mtaout22.012.net.il>; Wed, 24 Jul 2013 17:35:03 +0300 (IDT) Date: Wed, 24 Jul 2013 14:35:00 -0000 From: Eli Zaretskii Subject: Re: [PING (docs)] Re: [PATCH] [1/2] Add new 'z' format for print command In-reply-to: <51EFA750.2070707@broadcom.com> To: Andrew Burgess Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3kgvxf2.fsf@gnu.org> References: <51DAF728.4040309@broadcom.com> <51EFA750.2070707@broadcom.com> X-SW-Source: 2013-07/txt/msg00569.txt.bz2 > Date: Wed, 24 Jul 2013 11:07:12 +0100 > From: "Andrew Burgess" > cc: "Eli Zaretskii" > > I just need a docs review on the change below please. Sorry for missing it. > gdb/NEWS > > * New 'z' formatter for print and examine memory commands, displays the > value as hexadecimal zero padded to the size of the type. The comma before "displays" should be removed. Also, "for printing and examining", rather than "print and examine". More importantly, I have a difficulty understanding what does "hexadecimal zero padded to the size ..." mean. More accurately, if my interpretation of what you say (that 'z' produces "00"s for non-existing data, then why does this "padding" make sense, when we are targeting a human consumer? Thanks.