From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32399 invoked by alias); 27 Mar 2002 06:50:59 -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 32360 invoked from network); 27 Mar 2002 06:50:57 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 27 Mar 2002 06:50:57 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA06571; Wed, 27 Mar 2002 08:49:52 +0200 (IST) Date: Tue, 26 Mar 2002 22:50:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Michael Snyder cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] New commands, dump/restore memory<-->file In-Reply-To: <200203270146.g2R1kKL15221@reddwarf.cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-03/txt/msg00532.txt.bz2 On Tue, 26 Mar 2002, Michael Snyder wrote: > Back in January, there was a discussion about adding commands that > would allow gdb to copy data from target memory to a file and back > again. Andrew and I have done an implementation of those commands, > and here it is for your approval. Thanks. I find it disturbing, to say the least, that more and more new commands come without documentation. Please consider adding some minimal docs. TIA