From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6642 invoked by alias); 13 Nov 2007 22:18:13 -0000 Received: (qmail 6634 invoked by uid 22791); 13 Nov 2007 22:18:13 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Nov 2007 22:18:09 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-17-184.inter.net.il [80.230.17.184]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ECZ07808 (AUTH halo1); Wed, 14 Nov 2007 00:18:01 +0200 (IST) Date: Tue, 13 Nov 2007 22:18:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb@sources.redhat.com In-reply-to: (message from Vladimir Prus on Tue, 13 Nov 2007 22:28:15 +0300) Subject: Re: Multiple breakpoint locations Reply-to: Eli Zaretskii References: <18233.63439.953202.586908@kahikatea.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00108.txt.bz2 > From: Vladimir Prus > Date: Tue, 13 Nov 2007 22:28:15 +0300 > > > (gdb) d 1.1 > > warning: bad breakpoint number at or near '1.1' > > Well, you can't really delete a location -- if breakpoint expression > corresponds to 20 addresses, that's the way it is -- you cannot delete > some of those addresses from the program ;-) Sorry, I don't understand why; can you please elaborate? Removing a breakpoint instruction from a specific address is a primitive operation of the target back-end; why can't we use it for that single address?