================ @@ -771,6 +774,79 @@ class LoadAddressResolver { lldb::addr_t m_best_internal_load_address = LLDB_INVALID_ADDRESS; }; +/// Find a module by LLDB-specific unique identifier. +/// +/// \param[in] uid The UID of the module assigned to it on construction. +/// +/// \returns ModuleSP of module with \c uid. Returns nullptr if no such +/// module could be found. +static lldb::ModuleSP FindDebugModule(lldb::user_id_t uid, ---------------- labath wrote:
Unused now? https://github.com/llvm/llvm-project/pull/148877 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits