[Lldb-commits] [PATCH] D128264: [lldb/dyld-posix] Avoid reading the module list in inconsistent states

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 21 05:27:59 PDT 2022


labath added a comment.
Herald added a subscriber: JDevlieghere.

@emrekultursay: Mainly added you in case you want to try this out on android.



================
Comment at: lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:425
     // and all DT_NEEDED entries on *BSD.
     if (m_initial_modules_added) {
       I = m_rendezvous.loaded_begin();
----------------
@mgorny: I suspect this workaround may no longer be needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128264



More information about the lldb-commits mailing list