llvm-project/lldb/tools
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
..
darwin-debug Fix typos. 2014-07-01 21:22:11 +00:00
darwin-threads Move the code which translates a dispatch_qaddr into a 2013-10-18 05:55:24 +00:00
debugserver Bump the verison number in the xcode project files. 2014-08-21 23:27:02 +00:00
driver Restore the handling of the --arch argument passed to the Driver that was inadvertently 2014-08-07 23:01:31 +00:00
install-headers Fixed our install-headers script to set version 2014-07-17 17:26:38 +00:00
lldb-gdbserver llgs: remove all Initialize() calls except for Debugger::Initialize(). 2014-08-27 19:56:58 +00:00
lldb-mi Fix 'pid' and 'executable' fields in the list-thread-group. 2014-08-14 16:45:50 +00:00
lldb-perf Cleanup how we listen for process events by using the broadcaster class name instead of having to catch each process instance as it comes alive. 2014-08-18 21:09:50 +00:00
lldb-platform Creates a socket host object. 2014-08-06 18:16:26 +00:00
CMakeLists.txt Initial commit of LLDB Machine Interface Frontend. 2014-05-16 10:51:01 +00:00
Makefile Also build lldb-gdbserver under KFreeBSD 2014-08-11 06:29:06 +00:00