From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1607 invoked by alias); 10 Apr 2008 03:14:10 -0000 Received: (qmail 1557 invoked by uid 22791); 10 Apr 2008 03:14: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; Thu, 10 Apr 2008 03:13:50 +0000 Received: from HOME-C4E4A596F7 ([80.230.253.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JZ300FNOAW9HM90@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Thu, 10 Apr 2008 06:26:34 +0300 (IDT) Date: Thu, 10 Apr 2008 06:23:00 -0000 From: Eli Zaretskii Subject: Re: Stepping off breakpoints in non-stop debugging mode (resubmit) In-reply-to: <200804100003.05361.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: Content-transfer-encoding: 7BIT References: <200804100003.05361.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-04/txt/msg00183.txt.bz2 > From: Pedro Alves > Date: Thu, 10 Apr 2008 00:03:05 +0100 > > Does it look OK to apply after Vlad's patch has gone in? The documentation needs more work. It needs to explain what is "displaced stepping". Without such an explanation, the text you wrote simply cannot make sense to the reader. Also, this: > +Displays the current state of @value{GDBN} displaced stepping > +debugging info. leaves me wondering what is meant by ``the state ... of info''. How can info have a state? Thanks.