From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22697 invoked by alias); 16 Nov 2007 15:09:23 -0000 Received: (qmail 22689 invoked by uid 22791); 16 Nov 2007 15:09:22 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Nov 2007 15:09:16 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-30-126.inter.net.il [80.230.30.126]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JKM07458 (AUTH halo1); Fri, 16 Nov 2007 17:08:49 +0200 (IST) Date: Fri, 16 Nov 2007 15:09:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: vladimir@codesourcery.com, gdb-patches@sources.redhat.com In-reply-to: <20071116130250.GA31441@caradoc.them.org> (message from Daniel Jacobowitz on Fri, 16 Nov 2007 08:02:50 -0500) Subject: Re: delete_breakpoint: don't try to insert other breakpoints Reply-to: Eli Zaretskii References: <200711142324.11319.vladimir@codesourcery.com> <200711161334.40641.vladimir@codesourcery.com> <20071116130250.GA31441@caradoc.them.org> 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: 2007-11/txt/msg00337.txt.bz2 > Date: Fri, 16 Nov 2007 08:02:50 -0500 > From: Daniel Jacobowitz > Cc: Vladimir Prus , > gdb-patches@sources.redhat.com > > Eli, how is code which will never be reached a feature? The code is never reached only as long as breakpoints are deleted synchronously (because we remove the breakpoint instruction as soon as the inferior stops).