[Lldb-commits] [PATCH] D73018: [lldb] Add SystemInitializerAllPlugins and delete copy-pasted Init code in SystemInitializerFull and SystemInitializerTest

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 21 04:58:16 PST 2020


labath added a comment.

I just thought of another corner case (which may be important for the other patch too): `Plugins/Process/Linux` and `Plugins/Process/NetBSD` are used in lldb-server and are not/should not be used in liblldb (or lldb-test). `Plugins/Process/Windows` is even weirder because it's used from both :/.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73018/new/

https://reviews.llvm.org/D73018





More information about the lldb-commits mailing list