From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3498 invoked by alias); 18 Jan 2002 01:14:21 -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 3457 invoked from network); 18 Jan 2002 01:14:20 -0000 Received: from unknown (HELO tooth.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Jan 2002 01:14:20 -0000 Received: (from fche@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.0) id g0I1EH423875; Thu, 17 Jan 2002 20:14:17 -0500 X-Authentication-Warning: tooth.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: A copy/save command ... References: <3C341E2D.6050009@cygnus.com> <3C476C0B.90009@cygnus.com> Content-Type: text/plain; charset=US-ASCII From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 17 Jan 2002 17:14:00 -0000 In-Reply-To: <3C476C0B.90009@cygnus.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 X-SW-Source: 2002-01/txt/msg00203.txt.bz2 cagney wrote: > [...] > The next was a more explicit save / unload / ... Michael's added > ``generate-core-file'' following following on from that my next guess > is to change that command to: > (gdb) generate core-file > and then also add things like: > (gdb) generate > for instance: > (gdb) generate binary afile
... > [...] That looks good. (Please consider "dump" or "emit" or "unload" or "save" (yes, asking the tracepoint save function to be renamed) or something instead of "generate" as the verb though.) - FChE