From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15792 invoked by alias); 17 Aug 2009 11:14:43 -0000 Received: (qmail 15783 invoked by uid 22791); 17 Aug 2009 11:14:42 -0000 X-SWARE-Spam-Status: No, hits=-1.3 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; Mon, 17 Aug 2009 11:14:34 +0000 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id E82C926EF03 for ; Mon, 17 Aug 2009 13:14:30 +0200 (CEST) Received: from polhem (unknown [62.20.90.206]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by oden.vtab.com (Postfix) with ESMTP id C79FE26EE40 for ; Mon, 17 Aug 2009 13:14:30 +0200 (CEST) From: "Jakob Engblom" To: References: <002001ca1f0e$4c9b74a0$e5d25de0$@com> In-Reply-To: Subject: RE: gdb reverse execution: how to actually run tests for it? Date: Mon, 17 Aug 2009 11:33:00 -0000 Message-ID: <001e01ca1f2b$e4bae9b0$ae30bd10$@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-08/txt/msg00139.txt.bz2 > > To use the testsuite of reverse: > > cat /usr/share/dejagnu/baseboards/precord.exp > # Testing programs using process record/replay (precord) > load_base_board_description "unix" > set_board_info gdb,can_reverse 1 > set_board_info gdb,use_precord 1 ... Your suggestion is to add an external dejagnu script, as I understand it? Does this mean that we cannot run the reverse tests as part of the regular gdb test suite? Do you need to put some special scaffold like this in place outside of gdb to make this work? That does not look very scalable to me? Anyway, it seems like if we can make our mi-reverse tests work with the same precondition as the above, we should have something acceptable at least. /jakob