From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12814 invoked by alias); 17 Mar 2006 11:42:54 -0000 Received: (qmail 12804 invoked by uid 22791); 17 Mar 2006 11:42:53 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Mar 2006 11:42:52 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IEF13674; Fri, 17 Mar 2006 13:42:43 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-84-228-141-3.inter.net.il [84.228.141.3]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CXK05023 (AUTH halo1); Fri, 17 Mar 2006 13:42:37 +0200 (IST) Date: Fri, 17 Mar 2006 13:20:00 -0000 Message-Id: From: Eli Zaretskii To: David Daney , Nick Roberts CC: gdb@sources.redhat.com, Vladimir Prus In-reply-to: <20060316232533.GA25722@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 16 Mar 2006 18:25:33 -0500) Subject: Re: MI: changing breakpoint location Reply-to: Eli Zaretskii References: <17433.61359.500131.182453@kahikatea.snap.net.nz> <20060316231215.GA25222@nevyn.them.org> <4419F35D.6000907@avtrex.com> <20060316232533.GA25722@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/msg00122.txt.bz2 > Date: Thu, 16 Mar 2006 18:25:33 -0500 > From: Daniel Jacobowitz > Cc: Nick Roberts , Vladimir Prus , gdb@sources.redhat.com > > On Thu, Mar 16, 2006 at 03:23:09PM -0800, David Daney wrote: > > I can't see why you would want to do it anyplace *other* than the > > editor. It would know for sure which lines had been added and deleted. > > Anything else would just be guessing. > > Well, in the CLI GDB, we don't have any interaction with the editor. But we can ask the CLI users to type the line difference, can we? I don't expect this command to be used too frequently from the command line, so it doesn't seem to harsh a limitation.