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
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to