llvm-project/lldb/cmake
Zachary Turner 3a00691f3d Move LLDB initialization/shutdown to Initialization.
This creates a new top-level folder called Initialization which
is intended to hold code specific to LLDB system initialization.
Currently this holds the Initialize() and Terminate() functions,
as well as the fatal error handler.

This provides a means to break the massive dependency cycle which
is caused by the fact that Debugger depends on Initialize and
Terminate which then depends on the entire LLDB project.  With
this structure, it will be possible for applications to invoke
lldb_private::Initialize() directly, and have that invoke
Debugger::Initialize.

llvm-svn: 232768
2015-03-19 22:00:21 +00:00
..
modules Fix linking of unit tests via CMake on Windows. 2015-03-18 16:56:24 +00:00
platforms Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) 2015-02-06 10:57:40 +00:00
LLDBDependencies.cmake Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00