llvm-project/lldb/source/Plugins
Jason Molenda 521d32dd96 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
2012-09-11 06:35:15 +00:00
..
ABI <rdar://problem/11275622> 2012-07-31 23:39:10 +00:00
Disassembler/llvm <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
DynamicLoader <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Instruction/ARM Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
LanguageRuntime Patch from Daniel Malea to fix the build on Linux. Thanks 2012-09-06 17:10:14 +00:00
ObjectContainer Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
ObjectFile Train LLDB to deal with bad linker N_SO entries that point to our source files for debug map + DWARF in .o file debugging. 2012-09-07 20:29:13 +00:00
OperatingSystem Fixes by Daniel Malea. 2012-08-28 13:59:38 +00:00
Platform Patch from Andrew Kaylor for linux: 2012-09-07 17:49:29 +00:00
Process Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
SymbolFile <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
SymbolVendor/MacOSX <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
UnwindAssembly <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
Makefile Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00