jingham added a comment.

It is really handy to see the pre-load libraries in lldb, it means you can do 
"source list" to make sure the breakpoints you are planning to set are where 
you expect them to be, and tab completion can help you set breakpoints pre-run, 
etc.  So if you can do this, your users will be happier.  If you can't get to 
this, then it would be better to pass different values for 
num_expected_locations on Windows & other platforms.  Finding the breakpoint 
pre-launch is expected behavior on macOS & Linux, so it would be good to keep 
testing that that continues to work.


https://reviews.llvm.org/D43419



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

Reply via email to