From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18784 invoked by alias); 22 Oct 2008 19:48:26 -0000 Received: (qmail 18774 invoked by uid 22791); 22 Oct 2008 19:48:25 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Oct 2008 19:47:46 +0000 Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9500DDPODRZVF0@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Wed, 22 Oct 2008 21:49:04 +0200 (IST) Date: Wed, 22 Oct 2008 19:48:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Displaced stepping just enable in non-stop mode In-reply-to: X-012-Sender: halo1@inter.net.il To: teawater Cc: pedro@codesourcery.com, drow@false.org, gdb-patches@sourceware.org, brobecker@adacore.com, msnyder@vmware.com Reply-to: Eli Zaretskii Message-id: 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/msg00549.txt.bz2 > 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.