I’ve put a trivial patch up for review on Phabricator that will change the 
system-wide directory for LLDB plugins from /usr/lib/lldb to 
/usr/lib/lldb/plugins.  This is just a heads-up for anyone who depends on the 
existing path.  Recursively scanning /usr/lib/lldb alone has made it far too 
easy to add files to LLDB that are dynamically loaded without meaning to 
(notably ASAN enabled libraries that then terminate the LLDB process 
immediately because the ASAN runtime isn't present.)

http://reviews.llvm.org/D19516

Kate Stone k8st...@apple.com <mailto:k8st...@apple.com>
 Xcode Low Level Tools

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

Reply via email to