[Lldb-commits] [PATCH] D139453: Switch to a different library-loaded notification function breakpoint in Darwin dyld

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 7 13:50:15 PDT 2023


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

Update the patch to address the failures we were hitting on the Intel macOS 10.15 CI bot.  In addition to lldb_notifier_function, look for "gdb_notifier_function" which is what it was called back in macOS 10.15.  Read the notification function address out of the dyld_all_image_infos as a last resort, if dyld_all_image_infos has been initialized.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139453

Files:
  lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139453.538253.patch
Type: text/x-patch
Size: 12206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230707/20ad54ad/attachment.bin>


More information about the lldb-commits mailing list