From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id vk5BHw6jhWAHSQAAWB0awg (envelope-from ) for ; Sun, 25 Apr 2021 13:12:46 -0400 Received: by simark.ca (Postfix, from userid 112) id 6FD8F1F11C; Sun, 25 Apr 2021 13:12:46 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id C2C531E783 for ; Sun, 25 Apr 2021 13:12:45 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3B6F03847809; Sun, 25 Apr 2021 17:12:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B6F03847809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619370765; bh=uZYH6O+DPYbQrZHogyDfnuOGOA6yL5D8c6om+LsPXco=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Mc+OCchYu1YyZt2cL0gwkecPOMREPlsyKvaJsidS8+NsByribshp+M/kYSMcOGBEc 5zFr9xOcqylEjiiYIOiwyYEwJ9wpWMhI5sGgY85QzPK1hkotVHCN/sXdBUr1pigDUq 9ggMB7QObp8ttXW2BbzemXP3rEFsCZfakzPPZYuU= Received: from lndn.lancelotsix.com (vps-42846194.vps.ovh.net [IPv6:2001:41d0:801:2000::2400]) by sourceware.org (Postfix) with ESMTPS id 6B06F38618DF for ; Sun, 25 Apr 2021 17:12:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6B06F38618DF Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:d585:8e4:b625:f033]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 2C01B8183C; Sun, 25 Apr 2021 17:12:34 +0000 (UTC) Date: Sun, 25 Apr 2021 18:12:26 +0100 To: Tom Tromey Subject: Re: [PATCH v3 0/2] Have ptype support hex display of offsets and sizes Message-ID: <20210425171215.cqqzfyxhmcda35up@Plymouth> References: <20210423222838.41119-1-lsix@lancelotsix.com> <871razg0k4.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <871razg0k4.fsf@tromey.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Sun, 25 Apr 2021 17:12:34 +0000 (UTC) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: Lancelot SIX via Gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi, I just pushed those 2 patches to master. Thanks. Lancelot. On Sat, Apr 24, 2021 at 09:32:59AM -0600, Tom Tromey wrote: > >>>>> "Lancelot" == Lancelot SIX via Gdb-patches writes: > > Lancelot> Hi, > Lancelot> Here is a updated version of the series. The first patch is unchanged > Lancelot> from previous submission. Documentation and code style have been > Lancelot> updated in the second patch of the series according to reviews. > Lancelot> The second patch has also been updated to handle conflicts in > Lancelot> gdb/testsuite/gdb.base/ptype-offsets.exp after the following patch > Lancelot> landed in master: https://sourceware.org/pipermail/gdb-patches/2021-April/178016.html. > > Thank you for doing this. This is ok to commit. > > Tom