From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12754 invoked by alias); 22 May 2006 04:19:42 -0000 Received: (qmail 12731 invoked by uid 22791); 22 May 2006 04:19:41 -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 04:19:40 +0000 Received: by cgf.cx (Postfix, from userid 201) id E144113C01F; Mon, 22 May 2006 00:19:38 -0400 (EDT) Date: Mon, 22 May 2006 18:59:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org Subject: [committed] update gdb.texinfo for "set/show cygwin-exceptions" Message-ID: <20060522041938.GA7733@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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/msg00442.txt.bz2 2006-05-22 Christopher Faylor * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. Index: gdb.texinfo =================================================================== RCS file: /cvs/uberbaum/gdb/doc/gdb.texinfo,v retrieving revision 1.330 diff -u -p -r1.330 gdb.texinfo --- gdb.texinfo 14 May 2006 15:09:51 -0000 1.330 +++ gdb.texinfo 22 May 2006 04:17:48 -0000 @@ -13517,6 +13517,16 @@ This is a Cygwin specific alias of info This command loads symbols from a dll similarly to add-sym command but without the need to specify a base address. +@kindex set cygwin-exceptions +@item set cygwin-exceptions @var{mode} +If @var{mode} is @code{on} gdb will break on exceptions from the cygwin DLL itself. +If @var{mode} is @code{off} gdb will delay recognition of exceptions and may ignore +some exceptions which seem to be caused by internal cygwin DLL "bookkeeping". + +@kindex show cygwin-exceptions +@item show cygwin-exceptions +Displays whether gdb will break on exceptions from the cygwin DLL itself. + @kindex set new-console @item set new-console @var{mode} If @var{mode} is @code{on} the debuggee will