From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30847 invoked by alias); 9 Aug 2002 22:51:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30840 invoked from network); 9 Aug 2002 22:51:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Aug 2002 22:51:29 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g79Mc9l01270 for ; Fri, 9 Aug 2002 18:38:09 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g79MpQu08863; Fri, 9 Aug 2002 18:51:26 -0400 Received: from theotherone.redhat-remotie.org (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g79MpPe04078; Fri, 9 Aug 2002 15:51:25 -0700 Received: from localhost (localhost.fidalgo.net [127.0.0.1]) by theotherone.redhat-remotie.org (Postfix) with ESMTP id 2DCB0BB40D; Fri, 9 Aug 2002 15:49:50 -0700 (PDT) Date: Fri, 09 Aug 2002 15:51:00 -0000 From: Don Howard X-X-Sender: To: Andrew Cagney Cc: Subject: Re: Another memattr tweak In-Reply-To: <3D408A0C.90605@ges.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00224.txt.bz2 On Thu, 25 Jul 2002, Andrew Cagney wrote: > > The following patch allows gdb to display upper bounds of memory regions > > correctly when the upper bound wraps to zero. A zero upper bound is a > > special case that indicates that the memory region extends to the top of > > the target's memory space. > > > > > > 2002-07-08 Don Howard > > > > * memattr.c (mem_info_command): Print special case of upper bound > > as max CORE_ADDR + 1. > > Yes, ok. > > Andrew Committed. -- dhoward@redhat.com gdb engineering