jingham added a comment.

Note, BTW, we absolutely need some way to say "this symbol from this library".  
But first of all, if we're going to do this you need to be able to mix & match 
within an expression which you can't do with a flag to expr.   Instead you need 
something like:

(lldb) expr $$MyDylib$my_symbol + $$MyOtherDylib$my_other_symbol

That syntax is ugly, we should try to think of something better.  But the main 
point is this should only be necessary when lldb can't find a unique symbol.  
When we can no intervention should be required.


https://reviews.llvm.org/D39307



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

Reply via email to