Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths.
llvm-svn: 155528
This commit is contained in:
@@ -534,7 +534,7 @@ ScriptInterpreterPython::ExecuteOneLine (const char *command, CommandReturnObjec
|
||||
if (script_interpreter_dict != NULL)
|
||||
{
|
||||
PyObject *pfunc = (PyObject*)m_run_one_line;
|
||||
PyObject *pmod = PyImport_AddModule ("embedded_interpreter");
|
||||
PyObject *pmod = PyImport_AddModule ("lldb.embedded_interpreter");
|
||||
if (pmod != NULL)
|
||||
{
|
||||
PyObject *pmod_dict = PyModule_GetDict (pmod);
|
||||
|
||||
Reference in New Issue
Block a user