[lldb-dev] Recent breakpoint changes?

Dave Lee davelee.com at gmail.com
Mon Dec 1 15:57:38 PST 2014


Hi all,

For objc, I used to be able to set this breakpoint:

br s -n '-[UIView setFrame:]'

but recently, this no longer works. Instead it's necessary to specify the
category of the method, for example:

br s -n '-[UIView(Geometry) setFrame:]'

Is this the result of a resent change in lldb, or has it always been
necessary to specify the category? If it is an lldb change, is it
intentional or a regression?

thank you
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141201/4fde0e1d/attachment.html>


More information about the lldb-dev mailing list