From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16988 invoked by alias); 29 Apr 2006 16:47:52 -0000 Received: (qmail 16977 invoked by uid 22791); 29 Apr 2006 16:47:51 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 29 Apr 2006 16:47:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-161-154.inter.net.il [84.228.161.154]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EBQ66654 (AUTH halo1); Sat, 29 Apr 2006 19:47:46 +0300 (IDT) Date: Sat, 29 Apr 2006 16:57:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060429150556.GA21836@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 29 Apr 2006 11:05:57 -0400) Subject: Re: [RFC/RFA/i386] pb reading insns if breakpoints still inserted Reply-to: Eli Zaretskii References: <20060428171154.GP17613@adacore.com> <20060429142812.GA21067@nevyn.them.org> <20060429150556.GA21836@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00395.txt.bz2 > Date: Sat, 29 Apr 2006 11:05:57 -0400 > From: Daniel Jacobowitz > > Right now, there are many ways to read memory; two of them skip > inserted breakpoints, and the others don't. What will break if we make them all skip breakpoints?