jingham added a subscriber: jingham.
jingham added a comment.

If the user says "break set -a <SOME ADDRESS>" I have no problem with our 
setting the breakpoint there even if we don't think it is a terribly good idea. 
 But if lldb is converting any other specification to an address, it should 
always move past data in text.  The failure modes if you aren't careful about 
this are really confusing: "Why was the first value in my enum whatever the 
trap instruction is on your platform..." etc...  If allowing the former makes 
it hard to do the latter, the latter should have priority.

Jim


http://reviews.llvm.org/D12556



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to