From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18772 invoked by alias); 23 Oct 2008 08:13:14 -0000 Received: (qmail 18763 invoked by uid 22791); 23 Oct 2008 08:13:14 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Oct 2008 08:12:39 +0000 Received: by ti-out-0910.google.com with SMTP id d10so125781tib.12 for ; Thu, 23 Oct 2008 01:12:36 -0700 (PDT) Received: by 10.110.37.3 with SMTP id k3mr227880tik.36.1224749555840; Thu, 23 Oct 2008 01:12:35 -0700 (PDT) Received: by 10.110.42.9 with HTTP; Thu, 23 Oct 2008 01:12:35 -0700 (PDT) Message-ID: Date: Thu, 23 Oct 2008 08:13:00 -0000 From: teawater To: "Eli Zaretskii" , pedro@codesourcery.com, "Daniel Jacobowitz" , brobecker@adacore.com, "Michael Snyder" Subject: Re: [RFA] Displaced stepping just enable in non-stop mode 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: <200810160107.42525.pedro@codesourcery.com> <20081016023837.GA32668@caradoc.them.org> <200810160359.09956.pedro@codesourcery.com> 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-10/txt/msg00569.txt.bz2 Thanks Eli. Pedro, How do you think about code part? Thanks, Hui On Thu, Oct 23, 2008 at 03:47, Eli Zaretskii wrote: >> Date: Wed, 22 Oct 2008 11:16:02 +0800 >> From: teawater >> >> I make a new patch that change "can-use-displaced-stepping" to >> "displaced-stepping" and change some part according to Eli's idea in >> doc. > > Thank you, I'm now happy with the documentation part. >