diff options
author | Jason Molenda <jmolenda@apple.com> | 2015-11-10 05:21:54 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2015-11-10 05:21:54 +0000 |
commit | 649a607e11d64f69cf972bcaee3103475826f67c (patch) | |
tree | 9318198d312f3574ac542445f8fe6857e6e91239 /lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | |
parent | fd778eebac29fdc9951704f81c8b073772f70382 (diff) | |
download | bcm5719-llvm-649a607e11d64f69cf972bcaee3103475826f67c.tar.gz bcm5719-llvm-649a607e11d64f69cf972bcaee3103475826f67c.zip |
Add support for tvos and watchos to ObjectFileMachO.
Add support for the new dyld shared cache format on
ios etc devices.
Small changes for classifying ObjC metadata symbols.
llvm-svn: 252588
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h')
-rw-r--r-- | lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h index f37ad6b1e3d..6b7ad531b83 100644 --- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h +++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h @@ -222,6 +222,9 @@ protected: const lldb_private::Section *mach_header_section, const lldb_private::Section *section); + lldb_private::UUID + GetSharedCacheUUID (lldb_private::FileSpec dyld_shared_cache, const lldb::ByteOrder byte_order, const uint32_t addr_byte_size); + size_t ParseSymtab(); |