[Lldb-commits] [PATCH] D157167: [lldb] Add flag to DynamicLoader::LoadBinaryWithUUIDAndAddress to control whether we fall back to reading the binary out of memory

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 7 10:56:54 PDT 2023


jasonmolenda updated this revision to Diff 547864.
jasonmolenda added a comment.

Incorporate Jonas' feedback about the naming of the new DynamicLoader method argument.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157167/new/

https://reviews.llvm.org/D157167

Files:
  lldb/include/lldb/Target/DynamicLoader.h
  lldb/source/Core/DynamicLoader.cpp
  lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  lldb/test/API/macosx/lc-note/multiple-binary-corefile/TestMultipleBinaryCorefile.py
  lldb/test/API/macosx/lc-note/multiple-binary-corefile/create-multibin-corefile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157167.547864.patch
Type: text/x-patch
Size: 13108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230807/385df720/attachment-0001.bin>


More information about the lldb-commits mailing list