From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19773 invoked by alias); 31 Aug 2009 17:56:52 -0000 Received: (qmail 19761 invoked by uid 22791); 31 Aug 2009 17:56:52 -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-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 31 Aug 2009 17:56:47 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 968863600E; Mon, 31 Aug 2009 10:56:46 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by jupiter.vmware.com (Postfix) with ESMTP id 8D71DDC119; Mon, 31 Aug 2009 10:56:46 -0700 (PDT) Message-ID: <4A9C0EDC.4020501@vmware.com> Date: Mon, 31 Aug 2009 19:56:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Jakob Engblom CC: "gdb-patches@sourceware.org" Subject: Re: GDB MI Reverse Commands added [1 of 3] References: <00ce01ca265a$ccb66ca0$662345e0$@com> <4A95D7A0.6070509@vmware.com> <011701ca2a3d$0a57ac50$1f0704f0$@com> In-Reply-To: <011701ca2a3d$0a57ac50$1f0704f0$@com> Content-Type: text/plain; charset=us-ascii; 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-08/txt/msg00590.txt.bz2 Jakob Engblom wrote: >> 2009-06-17 Ulrich Weigand >> >> * mi/mi-main.c (mi_cmd_data_list_register_names): Use selected >> frame architecture instead of current_gdbarch. >> (mi_cmd_data_list_changed_registers): Likewise. >> (mi_cmd_data_list_register_values): Likewise. Pass selected >> frame to get_register. > > Here is the changelog entry for the actual commands: > > mi/ > * mi-main.c: Added the --reverse flag to the following MI commands: > exec-continue, exec-finish, exec-next, exec-step, exec-next-instruction, > exec-step-instruction. This is to support reverse execution over the MI > interface to gdb. (th@virtutech.com). Thanks Jakob. Still looking for an author's name. Something of this form (assuming you were the author): 2009-08-31 Jakob Engblom Have we asked you about copyright assignment yet?