Trivial change to create a dedicated directory for plugins. Recursively scanning /usr/lib/lldb alone has made it far too easy to add files that are dynamically loaded without meaning to (notably ASAN support libraries that then terminate the LLDB process immediately because the ASAN runtime isn't present.)
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We are not depending on this directory (in fact, this is the first time I have seen it exists :) ). The new directory name sounds reasonable.