From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28063 invoked by alias); 16 Jun 2002 02:10:07 -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 28053 invoked from network); 16 Jun 2002 02:10:06 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 16 Jun 2002 02:10:06 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3B6063C96; Sat, 15 Jun 2002 22:09:51 -0400 (EDT) Message-ID: <3D0BF36F.8090409@cygnus.com> Date: Sat, 15 Jun 2002 19:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: Keith Seitz , gdb-patches@sources.redhat.com Subject: Re: [RFC/MI] Event Records vs Commands References: <3D0BF171.2030409@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00290.txt.bz2 > Hence, as far as I can tell you just want to ``notify-async-output''. Try: ...want to document ``notify-async-output'' or (less likely?) replace it with ``event-async-output''. Async output is anything that isn't bound to ``^done'' et.al. Andrew