From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21650 invoked by alias); 17 Mar 2006 10:55:30 -0000 Received: (qmail 21639 invoked by uid 22791); 17 Mar 2006 10:55:30 -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; Fri, 17 Mar 2006 10:55:27 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-141-3.inter.net.il [84.228.141.3]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DTQ98909 (AUTH halo1); Fri, 17 Mar 2006 12:55:14 +0200 (IST) Date: Fri, 17 Mar 2006 10:57:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sources.redhat.com CC: ghost@cs.msu.su In-reply-to: <20060316160521.GA13476@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 16 Mar 2006 11:05:21 -0500) Subject: Re: MI: changing breakpoint location Reply-to: Eli Zaretskii References: <20060316160521.GA13476@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00117.txt.bz2 > Date: Thu, 16 Mar 2006 11:05:21 -0500 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com > > How much trouble is it, really, to remove and recreate the breakpoint? > Presumably you know all the necessary information about the breakpoint, > since you need it for the GUI. It's probably not hard, but the breakpoint's number changes as a side effect. Which I guess causes trouble (i.e. more code needed to be written) for the front end as far as tracking the current breakpoints is concerned.