From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4559 invoked by alias); 21 Apr 2003 18:55:58 -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 4549 invoked from network); 21 Apr 2003 18:55:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Apr 2003 18:55:57 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3LItvD01059 for ; Mon, 21 Apr 2003 14:55:57 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3LItvq12075; Mon, 21 Apr 2003 14:55:57 -0400 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3LItub26551; Mon, 21 Apr 2003 14:55:56 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id EA6262C439; Mon, 21 Apr 2003 15:00:30 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16036.16334.736772.787753@localhost.redhat.com> Date: Mon, 21 Apr 2003 18:55:00 -0000 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: Recent breakage -- disassemble In-Reply-To: <3E9AFE95.422A473D@redhat.com> References: <3E9AFE95.422A473D@redhat.com> X-SW-Source: 2003-04/txt/msg00376.txt.bz2 Michael Snyder writes: > Some time between February 18 and March 24, someone checked in a change > which broke pagination in the disassemble command. Although "list" will > still print out a screen's worth of lines and then pause, "disassemble" > will not. > > Sorry I can't pin it down closer than that -- my cvs client is giving me grief. > > Michael Hmmm, this could be due to the new disassembler. The old one was using printf_filtered while the new one uses ui_out functions. But the change happened in November 2002. Do a cvs log of printcmd.c. If you back out those changes, does the problem go away? elena