hanchenye-llvm-project/lldb
Todd Fiala 737f43628a llgs: remove all Initialize() calls except for Debugger::Initialize().
See thread here:
http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140825/012580.html

The original change I made there was due to a segfault.  That was
caused by me directly calling PluginManager::Initialize (), with
PluginManager::Initialize() depending on HostInfo::Initialize () to
have been called already (which it wasn't).

The call to PluginManager::Initialize () was erroneous (at least at the 
current time) since that method is already called by Debugger::Initialize()'s 
implementation.

We will want to revisit initializing a smaller core of the debugger
suitable for lldb-gdbserver and lldb-platform.

llvm-svn: 216581
2014-08-27 19:56:58 +00:00
..
docs Change the encoding of the Triple string exchanged across GDB-RSP 2014-08-01 05:12:23 +00:00
examples Fix some typos: 2014-08-11 18:06:28 +00:00
include Add support for kalimba architecture variants 3, 4 and 5. 2014-08-27 12:09:39 +00:00
lib Still trying to fix the Make build. Link lldbHostPosix to liblldb 2014-08-15 23:27:37 +00:00
lldb.xcodeproj Fixed a problem where IOObject was wrongly 2014-08-23 00:46:02 +00:00
lldb.xcworkspace
resources Bump the verison number in the xcode project files. 2014-08-21 23:27:02 +00:00
scripts Fix the Windows build by removing the unused lldb_python_module.cmake inclusion from CMakeLists. 2014-08-25 18:16:22 +00:00
source NativeThreadLinux: remove translation of some Linux signals to gdb signals. 2014-08-27 17:11:56 +00:00
test Clean up after the multithreaded test case finishes. 2014-08-26 23:31:00 +00:00
tools llgs: remove all Initialize() calls except for Debugger::Initialize(). 2014-08-27 19:56:58 +00:00
utils LUI: Fix some issues causing crashes in the source view 2013-10-23 01:18:21 +00:00
www Fix some typos: 2014-08-11 18:06:28 +00:00
.arcconfig Update .arcconfig to point to reviews.llvm.org 2014-05-20 21:24:59 +00:00
.clang-format Fix .clang-format file to adhere to LLDB 140 column limit. 2014-08-19 17:18:38 +00:00
.gitignore Update .gitignore for MacOSX 2014-08-14 20:19:57 +00:00
CMakeLists.txt build: fix cmake warning with newer CMake 2014-07-20 05:28:55 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Add some missing defines that are already present in the cmake side. 2014-03-12 10:35:00 +00:00