From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72147 invoked by alias); 1 May 2015 14:32:54 -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 72090 invoked by uid 89); 1 May 2015 14:32:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FROM_12LTRDOM autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 May 2015 14:32:52 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1YoBzl-0001SZ-4M from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Fri, 01 May 2015 07:32:49 -0700 Received: from opsys.world.mentorg.com (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Fri, 1 May 2015 07:32:48 -0700 From: Luis Machado To: Subject: [PATCH 0/3] varobj zero-padded hexadecimal format Date: Fri, 01 May 2015 14:32:00 -0000 Message-ID: <1430490758-23247-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00003.txt.bz2 This set of patches add support for the zero-padded hexadecimal format for varobj's, defined as "zhexadecimal". We currently only support regular non-zero-padded hexadecimal. Talking with IDE developers, they would like to have this option that is already available to GDB's print/x commands in the CLI as 'z'. Luis Machado (3): Add zero-padded hexadecimal format support for varobj's Add varobj zhexadecimal format tests. Documentation changes for the new zhexadecimal format gdb/NEWS | 5 +++++ gdb/doc/gdb.texinfo | 2 +- gdb/mi/mi-cmd-var.c | 4 +++- gdb/testsuite/gdb.mi/mi-var-display.exp | 25 +++++++++++++++++++++++-- gdb/varobj.c | 5 +++-- gdb/varobj.h | 3 ++- 6 files changed, 37 insertions(+), 7 deletions(-) -- 1.9.1