reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2729       basename = pathname; // not a filename, probably a package of some sort,
 2761           basename.resize(basename.length() - 3);
 2761           basename.resize(basename.length() - 3);
 2763           basename.resize(basename.length() - 4);
 2763           basename.resize(basename.length() - 4);
 2772     command_stream.Printf("sys.modules.__contains__('%s')", basename.c_str());
 2787     command_stream.Printf("sys.getrefcount(%s)", basename.c_str());
 2789                                     .GetItemForKey(PythonString(basename))
 2804         command_stream.Printf("import %s ; reload_module(%s)", basename.c_str(),
 2805                               basename.c_str());
 2807         command_stream.Printf("reload_module(%s)", basename.c_str());
 2809       command_stream.Printf("import %s", basename.c_str());
 2820     if (!LLDBSwigPythonCallModuleInit(basename.c_str(),
 2829       command_stream.Printf("%s", basename.c_str());