[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
       
    Tue Dec  6 12:59:56 PST 2022
    
    
  
jasonmolenda added a comment.
oops, slight misstatement from not reading the patch when I wrote the description.  The function we currently use has an array of uint64_t's, the one I am switching to is given an array of dyld_image_info objects, the first element has the ptrsize address of the mach-o header.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139453/new/
https://reviews.llvm.org/D139453
    
    
More information about the lldb-commits
mailing list