diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2014-08-27 19:56:58 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2014-08-27 19:56:58 +0000 |
commit | 737f43628a09322c0c77ee9b9209f8d88ef3342d (patch) | |
tree | 9a22aacb1c47e9f1cc8e6a5b8bb47020b7be42b5 /llvm/unittests/Bitcode/BitReaderTest.cpp | |
parent | 9eef18c58ce759a6ae9e6303664a1f8a24139871 (diff) | |
download | bcm5719-llvm-737f43628a09322c0c77ee9b9209f8d88ef3342d.tar.gz bcm5719-llvm-737f43628a09322c0c77ee9b9209f8d88ef3342d.zip |
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
Diffstat (limited to 'llvm/unittests/Bitcode/BitReaderTest.cpp')
0 files changed, 0 insertions, 0 deletions