Go to file
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
clang Fix dependency generation crash test to run clang and clean up after itself. 2015-02-12 12:41:28 +00:00
clang-tools-extra Fix broken test in separate build tree. 2015-02-12 17:52:28 +00:00
compiler-rt [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Remove undefined behavior from test; specifically, compare(NULL, XXX, 0) 2015-02-12 15:25:54 +00:00
libcxxabi unwind: use explicit memcpy for register saving 2015-02-12 04:25:05 +00:00
lld [ELF][Cleanup] Remove unused function 2015-02-12 05:29:50 +00:00
lldb Add Initialize/Terminate method to Platform base plugin 2015-02-12 18:18:27 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm On ELF, put PIC jump tables in a non executable section. 2015-02-12 17:46:49 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Link LLVM libraries into libLLVMPolly if BUILD_SHARED_LIBS=ON is set 2015-02-12 08:27:19 +00:00