llvm-project/lldb/source
Vince Harron b3237de6e4 Move Python Init from InitializeForLLGS to Initialize
Linux configure+make builds have ~175 tests failing that aren't
failing in cmake builds.  The tests have error messages like
"'a.out' doesn't contain the architecture x86-64"  ObjectFileELF
plugin wasn't loaded when this message was output.
    
I found ScriptInterpreterPython::InitializePrivate() is calling
Debugger::Terminate(), which terminates ObjectFileELF (and lots
of other stuff) setup earlier in the InitializeForLLGS.
    
So I moved python Init/Term from Init/TermForLLGS to Init/Term

llvm-svn: 231550
2015-03-07 03:37:15 +00:00
..
API Add a required #include 2015-03-04 21:33:45 +00:00
Breakpoint Don't #include clang headers from BreakpointLocation.h 2015-03-04 17:43:00 +00:00
Commands Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
Core Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() 2015-03-06 20:45:43 +00:00
DataFormatters A few improvements to our vector types formatting story: 2015-03-06 19:37:57 +00:00
Expression When we have a symbol, like "NSLog" that we try to call in an expression, make sure we prioritize the external symbols over the internal one. 2015-03-05 23:12:02 +00:00
Host Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() 2015-03-06 20:45:43 +00:00
Interpreter Help for _regexp-break wasn't very clear. Added more detailed explanations of all things that can be typed by the _regexp-break command. 2015-03-07 00:01:46 +00:00
Plugins Remember to set m_loaded_objc_opt once you've loaded the ObjC data 2015-03-06 20:57:17 +00:00
Symbol Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() 2015-03-06 20:45:43 +00:00
Target Fix race condition with -o "process launch" on linux 2015-03-06 10:52:47 +00:00
Utility Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace() 2015-03-06 20:45:43 +00:00
CMakeLists.txt Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Move Python Init from InitializeForLLGS to Initialize 2015-03-07 03:37:15 +00:00