From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id +CixKGWYlmHaUQAAWB0awg (envelope-from ) for ; Thu, 18 Nov 2021 13:16:05 -0500 Received: by simark.ca (Postfix, from userid 112) id A45E71F0BF; Thu, 18 Nov 2021 13:16:05 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,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 429CF1E813 for ; Thu, 18 Nov 2021 13:16:05 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D01E0385803B for ; Thu, 18 Nov 2021 18:16:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D01E0385803B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1637259364; bh=4zxo0xhXfMRIr4VAoNfPVRKcuTXj4oVmQoRBvnydCz0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=SACB7EX4Z0MbY/W0sk4HVWQU/cLFmZpj9vb1PEj3g1W9dEEDhS1OpYlPcIo/YHsDC kbqcRnvmlqvhnyLjekjEXw5QNtjbbsS625IqeXSDOIRixcxlTYNiF3ksELR7p6j46k ni+Dtjn4KYC6anf7GH6FZs2c+K+oUTlOm8S8bhGY= Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 6C567385800F for ; Thu, 18 Nov 2021 18:15:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6C567385800F Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 9A88E21763; Thu, 18 Nov 2021 18:15:38 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 80E0D13DA0; Thu, 18 Nov 2021 18:15:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 89uqHUqYlmF6aAAAMHmgww (envelope-from ); Thu, 18 Nov 2021 18:15:38 +0000 Subject: Re: Fwd: A typo of yours or a misunderstanding of mine? To: Z J Hu , gdb@sourceware.org References: Message-ID: Date: Thu, 18 Nov 2021 19:15:38 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tom de Vries via Gdb Reply-To: Tom de Vries Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 11/18/21 7:06 PM, Tom de Vries via Gdb wrote: > the docs should mention the addresses 0x54314, 0x54318, and 0x5431c. Hmm, I only just realized that half means is 2 bytes, and this series is 4-bytes spaced. So, it should be: ... 0x5431a, 0x5431c, and 0x5431e. ... Thanks, - Tom