From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18896 invoked by alias); 29 Aug 2009 20:26:22 -0000 Received: (qmail 18888 invoked by uid 22791); 29 Aug 2009 20:26:21 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 20:26:16 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KP500400N664N00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sat, 29 Aug 2009 23:26:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KP500GJFNFNAW30@i_mtaout2.012.net.il>; Sat, 29 Aug 2009 23:26:12 +0300 (IDT) Date: Sat, 29 Aug 2009 20:33:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/RFC] Add dump and load command to process record and replay In-reply-to: <4A997370.9020504@vmware.com> To: Michael Snyder Cc: teawater@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y6p29xjp.fsf@gnu.org> References: <4A7F5410.4000400@vmware.com> <4A91CEEC.5000802@vmware.com> <4A92D317.9010002@vmware.com> <4A948FF1.6000405@vmware.com> <4A949176.9060604@vmware.com> <831vmubitq.fsf@gnu.org> <4A997370.9020504@vmware.com> 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/msg00547.txt.bz2 > Date: Sat, 29 Aug 2009 11:29:04 -0700 > From: Michael Snyder > CC: Hui Zhu , > "gdb-patches@sourceware.org" > > > "A core file"? you didn't really mean that, did you? > > Yep! That was my suggestion. We use a core file to capture the > state at the beginning of the recording, then add an extra bfd > section to the corefile and write the recording log into that. What is this useful for?