Location for system-wide plugins

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 k8stone@apple.com
 Xcode Low Level Tools