From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20998 invoked by alias); 13 Oct 2009 11:20:09 -0000 Received: (qmail 20989 invoked by uid 22791); 13 Oct 2009 11:20:08 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Oct 2009 11:20:04 +0000 Received: (qmail 18151 invoked from network); 13 Oct 2009 11:20:03 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Oct 2009 11:20:03 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Tom Tromey Subject: Re: [RFA] Expand "info record" Date: Tue, 13 Oct 2009 11:20:00 -0000 User-Agent: KMail/1.9.10 Cc: Michael Snyder , Hui Zhu References: <4AD358E7.50009@vmware.com> <4AD36319.7010903@vmware.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910131219.59715.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-10/txt/msg00268.txt.bz2 On Monday 12 October 2009 19:10:44, Tom Tromey wrote: > The example again: > > (gdb) info rec > Lowest recorded instruction number is 0. > Current instruction number is 46. > Highest recorded instruction number is 1016. > Max logged instructions is 200000 > > At first glance this did not seem to line up at all to me. > But now I see that the first and third lines to line up. I just saw a similar paste in another message, and it looked like a bug to me as well. The subtle vertical alignment here is only distracting, and serves no useful purpose, IMO. -- Pedro Alves