From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26157 invoked by alias); 20 Oct 2009 22:58:04 -0000 Received: (qmail 26144 invoked by uid 22791); 20 Oct 2009 22:58:03 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 22:57:58 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 5764E44011; Tue, 20 Oct 2009 15:57:57 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 4F524CDABE; Tue, 20 Oct 2009 15:57:57 -0700 (PDT) Message-ID: <4ADE3EF9.8030907@vmware.com> Date: Tue, 20 Oct 2009 22:58:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" CC: Joel Brobecker , Hui Zhu Subject: Re: [RFA, 1 of 3] save/restore process record, part 1 (exec_entry) References: <4AD91C32.2090900@vmware.com> <20091017040352.GI5272@adacore.com> <4AD9F729.1020204@vmware.com> In-Reply-To: <4AD9F729.1020204@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-10/txt/msg00482.txt.bz2 Michael Snyder wrote: > Joel Brobecker wrote: >>> 2009-10-16 Hui Zhu >>> Michael Snyder >>> >>> * record.c (record_exec_entry): New function. Emulate one >>> instruction, forward or backward. Abstracted from record_wait. >>> (record_wait) Call record_exec_entry. OK, committing this part.