We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49edf9a commit f2d41adCopy full SHA for f2d41ad
lldb/source/API/SystemInitializerFull.cpp
@@ -414,6 +414,18 @@ void SystemInitializerFull::Terminate() {
414
ObjectContainerBSDArchive::Terminate();
415
ObjectContainerUniversalMachO::Terminate();
416
417
+#if LLDB_ENABLE_PYTHON
418
+ OperatingSystemPython::Terminate();
419
+#endif
420
+
421
422
+ ScriptInterpreterPython::Terminate();
423
424
425
+#if LLDB_ENABLE_LUA
426
+ ScriptInterpreterLua::Terminate();
427
428
429
// Now shutdown the common parts, in reverse order.
430
SystemInitializerCommon::Terminate();
431
}
0 commit comments