From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32130 invoked by alias); 31 Aug 2009 13:15:05 -0000 Received: (qmail 32115 invoked by uid 22791); 31 Aug 2009 13:15:04 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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, 31 Aug 2009 13:14:59 +0000 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id 9CE0526EF45; Mon, 31 Aug 2009 15:14:56 +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 6E45D26EF40; Mon, 31 Aug 2009 15:14:56 +0200 (CEST) From: "Jakob Engblom" To: "'Michael Snyder'" Cc: References: <00ce01ca265a$ccb66ca0$662345e0$@com> <4A95D7A0.6070509@vmware.com> In-Reply-To: <4A95D7A0.6070509@vmware.com> Subject: RE: GDB MI Reverse Commands added [1 of 3] Date: Mon, 31 Aug 2009 13:26:00 -0000 Message-ID: <011701ca2a3d$0a57ac50$1f0704f0$@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-08/txt/msg00582.txt.bz2 > 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). /jakob