From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1383 invoked by alias); 27 Oct 2009 15:13:24 -0000 Received: (qmail 1371 invoked by uid 22791); 27 Oct 2009 15:13:23 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vtab.com (HELO oden.vtab.com) (62.20.90.195) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Oct 2009 15:13:16 +0000 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id 3A5FA26EF2E; Tue, 27 Oct 2009 16:13:14 +0100 (CET) Received: from polhem (c83-253-31-27.bredband.comhem.se [83.253.31.27]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by oden.vtab.com (Postfix) with ESMTP id 13CCE26EEC8; Tue, 27 Oct 2009 16:13:14 +0100 (CET) From: "Jakob Engblom" To: "'Michael Snyder'" Cc: "'Marc Khouzam'" , "'Hui Zhu'" , References: <4ADA4BD8.6080800@vmware.com> <009c01ca5611$8c520a20$a4f61e60$@com> <4AE5C41F.6000000@vmware.com> In-Reply-To: <4AE5C41F.6000000@vmware.com> Subject: RE: [FYI] tutorial for process record and reverse debugging Date: Tue, 27 Oct 2009 18:32:00 -0000 Message-ID: <002001ca5718$026ed510$074c7f30$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00389.txt.bz2 > > Note that we had a discussion a while ago about adding a general "go to point > in > > time in recording/reverse execution history" command, which would kind of solve > > this as a special case (provided you can find the "last" time). We can > already > > do this in Simics, but there is no support in the gdb-serial protocol or the > gdb > > CLI or MI to access the function. The undodb people had the same issue. > > What would you think of "qBookmark" to request a bookmark id, > and "QBookmark:id" to "set" the bookmark (that is, to go back > to that machine state)? That would certainly work with Simics. /jakob