From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11504 invoked by alias); 14 Sep 2010 19:47:07 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 11495 invoked by uid 22791); 14 Sep 2010 19:47:07 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Tue, 14 Sep 2010 19:47:00 -0000 From: Oleg Nesterov To: Roland McGrath Cc: Tom Tromey , utrace-devel@redhat.com, "Frank Ch. Eigler" , archer@sourceware.org Subject: Re: ugdb && breakpoints Message-ID: <20100914194339.GA1979@redhat.com> References: <20100908191838.GA27120@redhat.com> <20100910220007.GA6587@redhat.com> <20100914193804.99980403E8@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100914193804.99980403E8@magilla.sf.frob.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SW-Source: 2010-q3/txt/msg00191.txt.bz2 On 09/14, Roland McGrath wrote: > > Both this traditional in-place method, and the instruction-copying method, > depend on using single-step. So "stepi" has to work before "break" can work. Yes, thanks, I already got it. Oleg.