From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26136 invoked by alias); 14 Apr 2003 18:31:51 -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 26128 invoked from network); 14 Apr 2003 18:31:50 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 Apr 2003 18:31:50 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3EIVoD20531 for ; Mon, 14 Apr 2003 14:31:50 -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 h3EIVnW12789 for ; Mon, 14 Apr 2003 14:31:49 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h3EIVnS26665 for ; Mon, 14 Apr 2003 11:31:49 -0700 Message-ID: <3E9AFE95.422A473D@redhat.com> Date: Mon, 14 Apr 2003 18:31:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Recent breakage -- disassemble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00284.txt.bz2 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