Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Re: New breakpoints implementation in gdb

> 
> in gdb land we are thinking about enhancing the breakpoints
> implementation to allow setting a breakpoint at multiple
> locations. I.e., for instance, setting multiple instances of a
> breakpoint in all the inline instances of a function foo, by simply
> saying 'break foo'.
> 
> We are currently discussing how the interface would look like, what
> the users would want to see, etc. We would like to hear your ideas
> about what to do with MI, and more in general how a GUI would
> represent such things.
> 
> The discussion threads are at:
> http://sources.redhat.com/ml/gdb-patches/2003-10/msg00213.html
> 

Cool!!
Thanks for the heads up.



Back to the top