From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17890 invoked by alias); 8 Jun 2002 17:26:00 -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 17882 invoked from network); 8 Jun 2002 17:25:59 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 8 Jun 2002 17:25:59 -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 g58HPvi30034; Sat, 8 Jun 2002 13:25:57 -0400 Received: by redhat.com (Postfix, from userid 201) id 4836F1C117; Sat, 8 Jun 2002 13:26:14 -0400 (EDT) Date: Sat, 08 Jun 2002 10:26:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: rower@MovieEditor.com Subject: Re: Just-in-time debugging Message-ID: <20020608172614.GA16912@redhat.com> Reply-To: rower@MovieEditor.com Mail-Followup-To: gdb@sources.redhat.com, rower@MovieEditor.com References: <007a01c20e82$daf93e20$0301a8c0@rowboat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007a01c20e82$daf93e20$0301a8c0@rowboat> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-06/txt/msg00064.txt.bz2 On Fri, Jun 07, 2002 at 05:24:29PM -0700, Robin Rowe wrote: >Hi. Can I configure gdb so that it will launch automatically in response to >a core dump? On what system? On windows you'd do: set cygwin=error_start=x:/path/to/gdb.exe I don't know if it's possible to do on unix or not. cgf