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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  755     m_main_module = unwrapIgnoringErrors(PythonModule::Import("__main__"));
  772   m_session_dict = unwrapIgnoringErrors(
  780   PythonModule sys_module = unwrapIgnoringErrors(PythonModule::Import("sys"));
 1078     locals = unwrapIgnoringErrors(
 1190     locals = unwrapIgnoringErrors(
 2055       unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting)));
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
   32     m_sys_module = unwrapIgnoringErrors(PythonModule::Import("sys"));