From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31938 invoked by alias); 24 Jun 2008 18:43:10 -0000 Received: (qmail 31894 invoked by uid 22791); 24 Jun 2008 18:43:10 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jun 2008 18:42:50 +0000 Received: from HOME-C4E4A596F7 ([80.230.31.196]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K2Z007WZDZV2KA0@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Tue, 24 Jun 2008 21:57:32 +0300 (IDT) Date: Tue, 24 Jun 2008 19:25:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] set/show enable-software-singlestep In-reply-to: <1214331534.3601.1211.camel@localhost.localdomain> X-012-Sender: halo1@inter.net.il To: Michael Snyder Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1214331534.3601.1211.camel@localhost.localdomain> 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: 2008-06/txt/msg00414.txt.bz2 > From: Michael Snyder > Date: Tue, 24 Jun 2008 11:18:54 -0700 > > * "target remote" to a target such as a simulator that > would be able to support normal singlestep. > > * reverse debugging, where you can't predict the > "come-from" address of a jump instruction. > > What do you guys think? Useful? It would be, if it were documented in the manual ;-) Thanks.