From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4750 invoked by alias); 7 Nov 2008 15:17:08 -0000 Received: (qmail 4685 invoked by uid 22791); 7 Nov 2008 15:17:05 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Nov 2008 15:16:23 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0K9Y00000Y380600@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 07 Nov 2008 17:17:44 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9Y007POYHJJ0R0@i-mtaout6.012.net.il>; Fri, 07 Nov 2008 17:17:44 +0200 (IST) Date: Fri, 07 Nov 2008 15:17:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Process record and replay, 6/10 In-reply-to: X-012-Sender: halo1@inter.net.il To: teawater Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: 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-11/txt/msg00129.txt.bz2 > Date: Thu, 6 Nov 2008 15:49:27 +0800 > From: teawater > > Code for function "use_displaced_stepping" is make sure that displaced > stepping function will disable when process record and replay target > is opened. Because process record and replay target doesn't support > displaced stepping function. I think we should mention this incompatibility in the user manual.