From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23242 invoked by alias); 4 Aug 2009 02:07:41 -0000 Received: (qmail 23226 invoked by uid 22791); 4 Aug 2009 02:07:39 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f197.google.com (HELO mail-pz0-f197.google.com) (209.85.222.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Aug 2009 02:07:32 +0000 Received: by pzk35 with SMTP id 35so3005479pzk.24 for ; Mon, 03 Aug 2009 19:07:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.232.12 with SMTP id e12mr458651wfh.75.1249351651076; Mon, 03 Aug 2009 19:07:31 -0700 (PDT) In-Reply-To: <83ws5koinl.fsf@gnu.org> References: <4A749572.7030005@vmware.com> <4A75054C.9030304@vmware.com> <83ws5koinl.fsf@gnu.org> From: Hui Zhu Date: Tue, 04 Aug 2009 02:07:00 -0000 Message-ID: Subject: Re: [RFA/RFC] Add dump and load command to process record and replay To: Eli Zaretskii Cc: msnyder@vmware.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00037.txt.bz2 On Tue, Aug 4, 2009 at 02:29, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Mon, 3 Aug 2009 12:11:46 +0800 >> Cc: gdb-patches ml >> >> I make a new patch according to your mail. =A0It depend on patch in >> http://sourceware.org/ml/gdb-patches/2009-08/msg00015.html > > Thanks. > >> +@var{pid} is is the PID of the inferior process. > =A0 =A0 =A0 =A0 =A0 =A0 ^^^^^ > Two "is" in a row; one is redundant. Oops, I will fix it. > > Otherwise, I'm happy now. > > By the way, does it make sense to make the dump file portable, so that > another host that supports debugging the same target could then use > it? > Yes, the dump file is portable like core file. Thanks, Hui