From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121108 invoked by alias); 19 Aug 2015 14:45:56 -0000 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 Received: (qmail 121095 invoked by uid 89); 19 Aug 2015 14:45:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 19 Aug 2015 14:45:50 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id D2.59.32596.14934D55; Wed, 19 Aug 2015 10:07:29 +0200 (CEST) Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC002.ericsson.se ([147.117.188.78]) with mapi id 14.03.0210.002; Wed, 19 Aug 2015 10:45:44 -0400 From: Marc Khouzam To: Pedro Alves , Markus Metzger CC: "gdb-patches@sourceware.org" , "dje@google.com" , Simon Marchi Subject: RE: [rfc] btrace: change record instruction-history /m Date: Wed, 19 Aug 2015 14:45:00 -0000 Message-ID: References: <1439552272-6256-1-git-send-email-markus.t.metzger@intel.com>,<55D347E7.2080703@redhat.com> In-Reply-To: <55D347E7.2080703@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00516.txt.bz2 > From: gdb-patches-owner@sourceware.org [gdb-patches-owner@sourceware.org]= on behalf of Pedro Alves [palves@redhat.com] > Sent: August 18, 2015 10:57 AM > To: Markus Metzger > Cc: gdb-patches@sourceware.org; dje@google.com; Simon Marchi > Subject: Re: [rfc] btrace: change record instruction-history /m >=20 > On 08/14/2015 12:37 PM, Markus Metzger wrote: > > I don't think that there is an MI consumer of "record instruction-histo= ry" > > and I have no idea if and how this might affect MI. >=20 > I think Eclipse has support for reverse debugging, but AFAIK, there > are no MI commands for getting at the instruction history. > I see that it issues the CLI "record" and "record stop" stop commands, but > that's it, AFAICS. Unless it plays tricks with CLI commands that are > escaping my greps, it shouldn't be affected. You're right, all Eclipse uses now is "record" and "record stop" which we u= se in CLI form (there is no MI version to my knowledge). We also use the MI events "=3Drecord-started" and "=3Drecord-stopped". Marc