From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76731 invoked by alias); 22 Jan 2020 16:24:05 -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 76697 invoked by uid 89); 22 Jan 2020 16:24:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=problem!, HX-Languages-Length:395 X-HELO: mail-wr1-f54.google.com Received: from mail-wr1-f54.google.com (HELO mail-wr1-f54.google.com) (209.85.221.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 16:24:02 +0000 Received: by mail-wr1-f54.google.com with SMTP id d16so7942295wre.10 for ; Wed, 22 Jan 2020 08:24:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=NuXqswOohaAOrCm7Sv8CXcY9g+FKyzK/lKCkm05dGBw=; b=PQq/pNmbO0Kk/bB9d9vCzC/hwSS9YLnh9F2qcbCoWXFf1Y369ajBR++YWvGPW6yiOV MqFgY37fqbYEazs3XwQqFvc2BWstPGt1kw8erB3zFDqNEJkTx/v+HBixdjQVzHimZS1g ntoB7NeM6NdFtL7lXR+77Bz6gKva1/klImmXTVHU6ZEccp5HKmB1QItwz0uFZ1iq97gq eDULLRE5lyLYiSAEE5qU8wCszsn2x2ON5qtBWryEB0hicFVtWm++7hoHztvxIdolHNyI QIqO8kN1dOJ0fnbDmsvt9CJAJQUUZzqgr+G/TTKw9M1aFFmm3IundbLJAUya3kNp3KZg zciw== Return-Path: Received: from localhost (host86-191-239-73.range86-191.btcentralplus.com. [86.191.239.73]) by smtp.gmail.com with ESMTPSA id b128sm4622143wmb.25.2020.01.22.08.24.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 22 Jan 2020 08:24:00 -0800 (PST) Date: Wed, 22 Jan 2020 16:32:00 -0000 From: Andrew Burgess To: Shahab Vahedi Cc: "gdb-patches@sourceware.org" , Pedro Alves , Tom Tromey Subject: Re: [PATCHv2 2/2] gdb/tui: asm window handles invalid memory and scrolls better Message-ID: <20200122162359.GL3865@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: Misfortunes arrive on wings and leave on foot. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00680.txt.bz2 * Shahab Vahedi [2020-01-22 10:19:03 +0000]: > I just figured out that the "low" means the lower address > than the current one, which happens to be _visually_ > printed higher. > > Please ignore my remark regarding that and sorry for the > confusion. Not a problem! Thanks, Andrew