From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28892 invoked by alias); 12 Dec 2001 23:35:37 -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 28782 invoked from network); 12 Dec 2001 23:34:18 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 12 Dec 2001 23:34:18 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA27592; Wed, 12 Dec 2001 15:34:15 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id QAA06473; Wed, 12 Dec 2001 16:34:05 -0700 Date: Wed, 12 Dec 2001 15:35:00 -0000 From: Kevin Buettner Message-Id: <1011212233405.ZM6472@ocotillo.lan> In-Reply-To: Michael Snyder "[RFC] New command 'gcore'" (Dec 12, 2:01pm) References: <3C17D3A0.DE140BFB@cygnus.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [RFC] New command 'gcore' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00331.txt.bz2 On Dec 12, 2:01pm, Michael Snyder wrote: > I would like to discuss adding a new command 'gcore' to gdb. > This is at a very early stage, I just want to sound people out > about it. > > The idea is that 'gcore' would cause gdb to generate a core image > of the inferior program (just like the 'gcore' unix command). I have no problem with the concept, but I'm wondering if we might not think of a better name for this new command. Kevin