From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10016 invoked by alias); 8 Nov 2008 06:32:32 -0000 Received: (qmail 9981 invoked by uid 22791); 8 Nov 2008 06:32:32 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Nov 2008 06:31:51 +0000 Received: by ti-out-0910.google.com with SMTP id d10so873036tib.12 for ; Fri, 07 Nov 2008 22:31:48 -0800 (PST) Received: by 10.110.70.17 with SMTP id s17mr4705334tia.29.1226125908368; Fri, 07 Nov 2008 22:31:48 -0800 (PST) Received: by 10.110.103.3 with HTTP; Fri, 7 Nov 2008 22:31:48 -0800 (PST) Message-ID: Date: Sat, 08 Nov 2008 06:32:00 -0000 From: teawater To: "Eli Zaretskii" Subject: Re: [RFA] Process record and replay, 6/10 Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00147.txt.bz2 OK. I will put it to gdb.texinfo. On Fri, Nov 7, 2008 at 23:15, Eli Zaretskii wrote: >> 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. >