From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6452 invoked by alias); 22 May 2006 03:59:34 -0000 Received: (qmail 6444 invoked by uid 22791); 22 May 2006 03:59:34 -0000 X-Spam-Check-By: sourceware.org Received: from pool-71-248-179-19.bstnma.fios.verizon.net (HELO cgf.cx) (71.248.179.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 May 2006 03:59:29 +0000 Received: by cgf.cx (Postfix, from userid 201) id 0C6ED13C01F; Sun, 21 May 2006 23:59:28 -0400 (EDT) Date: Mon, 22 May 2006 04:19:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [committed] Add option to trap cygwin exceptions Message-ID: <20060522035927.GB3187@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org, Eli Zaretskii References: <20060521230352.GA31504@trixie.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00441.txt.bz2 On Mon, May 22, 2006 at 06:43:09AM +0300, Eli Zaretskii wrote: >However, please add to the manual the documentation of the new >command. I don't want to have undocumented commands, ever. > >On Sun, May 21, 2006 at 07:03:52PM -0400, Christopher Faylor wrote: >>I really need to take a sweep through win32-nat.c and make >>sure that all of the options are documented. I plan on doing that >>before I make my next release of gdb for cygwin. cgf