From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11562 invoked by alias); 7 Sep 2002 00:17:46 -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 11555 invoked from network); 7 Sep 2002 00:17:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Sep 2002 00:17:44 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8701c127607 for ; Fri, 6 Sep 2002 20:01:38 -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 g870Hfd27626 for ; Fri, 6 Sep 2002 20:17:42 -0400 Received: from romulus.sfbay.redhat.com (IDENT:JfTcV+jIouky29zUpzTi92o3YARA1r+5@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g870Hej29117 for ; Fri, 6 Sep 2002 17:17:41 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g870HcM27334 for gdb-patches@sources.redhat.com; Fri, 6 Sep 2002 17:17:38 -0700 Date: Fri, 06 Sep 2002 17:17:00 -0000 From: Kevin Buettner Message-Id: <1020907001738.ZM27333@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: [PING] ui_out related patches MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00101.txt.bz2 Could someone please take a look at the following patches: http://sources.redhat.com/ml/gdb-patches/2002-07/msg00514.html http://sources.redhat.com/ml/gdb-patches/2002-07/msg00517.html They are both related to internal errors that occur when gdb generates a long list and the user aborts in the midst of displaying the list. IMO, this is something that should be fixed prior to the next release. Kevin