[Lldb-commits] [PATCH] Remove lldb_private library implicit dependencies on python

Greg Clayton clayborg at gmail.com
Mon Jun 15 15:47:42 PDT 2015


Why do we need a ScriptInterpreterFactory class and then pass around a unique pointer to it? Why don't we just add the script interpreters to PluginManager.h and PluginManager.cpp and have all script interpreter languages add themselves as supported script interpreter plug-ins with a create method. Seems more consistent with all of the other plug-in based things we support.


http://reviews.llvm.org/D10189

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list