[PATCH] D83023: [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache
Frederic Riss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 15:40:52 PDT 2020
friss updated this revision to Diff 278331.
friss added a comment.
Herald added a subscriber: mgorny.
- Rebase on top of D83512 <https://reviews.llvm.org/D83512>
- Change the ObjectFileMachO pieces to rewrite offsets to look like a standard Mach-o image instead of adding a bunch of conditionals to handle the new cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83023/new/
https://reviews.llvm.org/D83023
Files:
lldb/include/lldb/Host/HostInfoBase.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/unittests/Host/CMakeLists.txt
lldb/unittests/Host/HostInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83023.278331.patch
Type: text/x-patch
Size: 21223 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200715/34ffdda2/attachment-0001.bin>
More information about the llvm-commits
mailing list