From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29853 invoked by alias); 1 Sep 2009 12:48:28 -0000 Received: (qmail 29845 invoked by uid 22791); 1 Sep 2009 12:48:27 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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, 01 Sep 2009 12:48:18 +0000 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id 0DBE226EF64; Tue, 1 Sep 2009 14:48:15 +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 DCC9626EF5F; Tue, 1 Sep 2009 14:48:13 +0200 (CEST) From: "Jakob Engblom" To: "Jakob Engblom" , References: <00d001ca265a$ddd0c800$99725800$@com> <4A95DDD6.2000200@vmware.com> <010001ca2a3b$d86846b0$8938d410$@com> In-Reply-To: <010001ca2a3b$d86846b0$8938d410$@com> Subject: RE: GDB MI Reverse Commands added [3 of 3] Date: Tue, 01 Sep 2009 12:48:00 -0000 Message-ID: <031101ca2b02$7a77a1f0$6f66e5d0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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-09/txt/msg00017.txt.bz2 > Changelog: > > testsuite/gdb.mi/ > * mi2-reverse.exp: New file. Test for reverse option to the following MI > commands: exec-continue, exec-finish, exec-next, exec-step, > exec-next-instruction, exec-step-instruction. (liangyi@newfield-tech.com) And finally, to simplify the paperwork, we change the contributor here so taht our subcontractor does not have to deal with copyright assignments. * mi2-reverse.exp: 2009-08-31, Tomas Holmberg New file. Test for reverse option to the following MI commands: exec-continue, exec-finish, exec-next, exec-step, exec-next-instruction, exec-step-instruction, working on process record. /jakob