Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype,
it is unconditionally present now. ObjectContainerBSDArchive::CreateInstance %z8.8x is not a valid printf arg specifier, %8.8zx would work for size_t arg but this arg is addr_t. use %8.8llx and cast up to uint64_t. ObjectFile::FindPlugin ditto. DynamicRegisterInfo::SetRegisterInfo ifdef this function out if LLDB_DISABLE_PYTHON. llvm-svn: 163599
Showing
- lldb/include/lldb/Core/FormatManager.h 0 additions, 2 deletionslldb/include/lldb/Core/FormatManager.h
- lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp 2 additions, 2 deletions...ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
- lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp 5 additions, 0 deletionslldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
- lldb/source/Symbol/ObjectFile.cpp 2 additions, 2 deletionslldb/source/Symbol/ObjectFile.cpp
Loading
Please register or sign in to comment