From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3937 invoked by alias); 22 May 2003 16:31:17 -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 3928 invoked from network); 22 May 2003 16:31:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 May 2003 16:31:16 -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 h4MGVGH00509 for ; Thu, 22 May 2003 12:31:16 -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 h4MGVGI12128; Thu, 22 May 2003 12:31:16 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4MGVFo29459; Thu, 22 May 2003 12:31:15 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h4MGVAK29930; Thu, 22 May 2003 09:31:10 -0700 Date: Thu, 22 May 2003 16:31:00 -0000 From: Kevin Buettner Message-Id: <1030522163109.ZM29929@localhost.localdomain> In-Reply-To: Ian Lance Taylor "PATCH/RFA: Ping on disassembler mixes filtered and unfiltered output" (May 22, 9:04am) References: To: Ian Lance Taylor , gdb-patches@sources.redhat.com Subject: Re: PATCH/RFA: Ping on disassembler mixes filtered and unfiltered output MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00424.txt.bz2 On May 22, 9:04am, Ian Lance Taylor wrote: > Any thoughts on this proposed patch? > > http://sources.redhat.com/ml/gdb-patches/2003-05/msg00224.html Your patch looks reasonable to me. Kevin