[Lldb-commits] [lldb] Work around a bug in the interaction between newer dyld's and older simulator dyld's (PR #78004)
    Jason Molenda via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Jan 12 17:12:02 PST 2024
    
    
  
https://github.com/jasonmolenda approved this pull request.
LGTM.  debugserver never expects libdyld's API (to iterate over the binary images in a process) to return the same binary multiple times, and lldb won't handle that well if we pass that behavior along.  Eliminating the incorrect duplicate here when we are getting the list of binaries from libdyld is the best  place for it.
https://github.com/llvm/llvm-project/pull/78004
    
    
More information about the lldb-commits
mailing list