llvm-project/lldb/source/Plugins/Platform/Kalimba
Tamas Berghammer 3c4f89d702 Add Initialize/Terminate method to Platform base plugin
Platform holds a smart pointer to each platform object created in a
static variable what cause the platform destructors called only on
program exit when other static variables are not availables. With this
change the destructors are called on lldb_private::Terminate()

+ Fix DebuggerRefCount handling in ScriptInterpreterPython

Differential Revision: http://reviews.llvm.org/D7590

llvm-svn: 228944
2015-02-12 18:18:27 +00:00
..
CMakeLists.txt
Makefile
PlatformKalimba.cpp Add Initialize/Terminate method to Platform base plugin 2015-02-12 18:18:27 +00:00
PlatformKalimba.h Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00