From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12497 invoked by alias); 25 May 2005 18:00:07 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12455 invoked by uid 22791); 25 May 2005 18:00:02 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 25 May 2005 18:00:02 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-241-88.inter.net.il [83.130.241.88]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BIQ42253 (AUTH halo1); Wed, 25 May 2005 20:59:53 +0300 (IDT) Date: Wed, 25 May 2005 18:00:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb@sources.redhat.com In-reply-to: <17043.63119.670138.172271@farnswood.snap.net.nz> (message from Nick Roberts on Wed, 25 May 2005 15:52:47 +1200) Subject: Re: Consistent format for memory addresses Reply-to: Eli Zaretskii References: <17043.61074.262608.156551@farnswood.snap.net.nz> <20050525033745.GA25868@nevyn.them.org> <17043.63119.670138.172271@farnswood.snap.net.nz> X-SW-Source: 2005-05/txt/msg00324.txt.bz2 > From: Nick Roberts > Date: Wed, 25 May 2005 15:52:47 +1200 > Cc: gdb@sources.redhat.com > > In truth I don't mind seven or eight digits. What makes it difficult for me > is if the output of the CLI commands constantly change. But this (and similar) changes should not be very hard to accommodate for in Emacs, even if you search for the address as a string. For instance, you could use a regexp that allows for an arbitrary number of leading zeroes, right? Or am I missing something?