This restructures the initialization path to move the ObjectContainer
initialization into the *full* initialization path. This is not needed
for the lldb-server initialization path. This helps strip off ~1MiB
from the binary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
source/API/CMakeLists.txt | ||
---|---|---|
99–100 | These should get sucked into LLDB_ALL_PLUGINS right? |
source/API/SystemInitializerFull.cpp | ||
---|---|---|
132–133 | You need to include the headers for these classes |
Comment Actions
address feedback
source/API/SystemInitializerFull.cpp | ||
---|---|---|
132–133 | They never were in SystemInitializerCommon.h |
source/API/SystemInitializerFull.cpp | ||
---|---|---|
132–133 | they are in SystemInitializerCommon.cpp (sorry, I typed the file name by memory, didn't double check). Please remove the include from there, and this is good. |
These should get sucked into LLDB_ALL_PLUGINS right?