This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MI: changing breakpoint location


> Date: Thu, 16 Mar 2006 11:05:21 -0500
> From: Daniel Jacobowitz <drow@false.org>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]