From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4309 invoked by alias); 10 Jun 2002 01:47:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4302 invoked from network); 10 Jun 2002 01:47:02 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 10 Jun 2002 01:47:02 -0000 Received: from redhat.com (vpn50-29.rdu.redhat.com [172.16.50.29]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g5A1kxi17461; Sun, 9 Jun 2002 21:46:59 -0400 Received: by redhat.com (Postfix, from userid 201) id 976B91C117; Sun, 9 Jun 2002 21:47:21 -0400 (EDT) Date: Sun, 09 Jun 2002 18:47:00 -0000 From: Christopher Faylor To: Eli Zaretskii Cc: gdb@sources.redhat.com Subject: Re: Just-in-time debugging Message-ID: <20020610014721.GA31048@redhat.com> Mail-Followup-To: Eli Zaretskii , gdb@sources.redhat.com References: <20020608172614.GA16912@redhat.com> <20020609163100.GA26171@redhat.com> <9743-Sun09Jun2002201057+0300-eliz@is.elta.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9743-Sun09Jun2002201057+0300-eliz@is.elta.co.il> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-06/txt/msg00075.txt.bz2 On Sun, Jun 09, 2002 at 08:10:57PM +0300, Eli Zaretskii wrote: >> Date: Sun, 9 Jun 2002 12:31:00 -0400 >> From: Christopher Faylor >> >> >> >> set cygwin=error_start=x:/path/to/gdb.exe >> > >> >Shouldn't this be in the manual? >> >> Does the gdb manual document quirks of individual "operating systems"? > >Yes. See the chapter "Configurations" which describes, under >"Native", commands specific to the DJGPP and other ports. These all seem to be GDB commands. The command that I gave above is for the windows command shell. It instructs cygwin to invoke a program when a fatal signal is encountered. Unless we want to start documenting things like "How to use ulimit" in the gdb manual, I don't think it is necessarily appropriate for us to mention the setting of environment variables for cygwin. cgf