From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7217 invoked by alias); 7 May 2004 22:56:26 -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 7210 invoked from network); 7 May 2004 22:56:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 May 2004 22:56:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i47MuQ0o003248 for ; Fri, 7 May 2004 18:56:26 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i47MuPv20150; Fri, 7 May 2004 18:56:25 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CD01F2B9D; Fri, 7 May 2004 18:56:25 -0400 (EDT) Message-ID: <409C1419.2030209@gnu.org> Date: Fri, 07 May 2004 22:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: patch;rfa:doco] "set/show debug observer" command References: <409B9AE2.6030009@gnu.org> <2914-Fri07May2004183033+0300-eliz@gnu.org> In-Reply-To: <2914-Fri07May2004183033+0300-eliz@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00226.txt.bz2 >>Date: Fri, 07 May 2004 10:19:14 -0400 >>> From: Andrew Cagney >>> >>> This adds the commands: >>> set debug observer {int} >>> show debug observer >>> so that its possible to see what the observer code is doing. >>> >>> Eli doco look ok? > > > Yes, thanks. Thanks, committed. Andrew