From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29653 invoked by alias); 17 Apr 2003 20:35: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 29646 invoked from network); 17 Apr 2003 20:35:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Apr 2003 20:35:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3HKZPD05799 for ; Thu, 17 Apr 2003 16:35:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3HKZPq04461; Thu, 17 Apr 2003 16:35:25 -0400 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3HKZJI32351; Thu, 17 Apr 2003 16:35:19 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 815C42C43F; Thu, 17 Apr 2003 16:39:53 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16031.4377.352468.144187@localhost.redhat.com> Date: Thu, 17 Apr 2003 20:35:00 -0000 To: Michael Snyder Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH] gcore command script In-Reply-To: <3E9EE73F.6D753CF7@redhat.com> References: <16030.42551.529787.466304@localhost.redhat.com> <3E9EE73F.6D753CF7@redhat.com> X-SW-Source: 2003-04/txt/msg00343.txt.bz2 Michael Snyder writes: > Elena Zannoni wrote: > > > > This is a script that can be used to generate a core file for a given > > process. It works by invoking gdb on the process, and using the gcore > > command. > > > > It was originally written by Michael Snyder, I think. > > Michael Snyder and Karen Bennet. > ok. 2003-04-17 Michael Snyder Karen Bennet Committed by Elena Zannoni * gdb_gcore.sh: New script to create a core dump of a process. > > I picked the name gdb_gcore.sh. Seemed right at the moment. > > > > On a side note, should we have a 'scripts' subdirectory in gdb? > > Seems like we're getting to that point... > hmmm, I'll let this stand as it is right now. There are surely Makefile/configure changes needed as well. elena