[Lldb-commits] [lldb] [lldb][Module] Make eLoadScriptFromSymFileWarn behave as a "dry-run" (PR #189943)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 01:24:21 PDT 2026


================
@@ -800,6 +800,9 @@ class Target : public std::enable_shared_from_this<Target>,
   const llvm::DenseMap<uint32_t, ScriptedFrameProviderDescriptor> &
   GetScriptedFrameProviderDescriptors() const;
 
+  void ReportScriptLoading(
+      const llvm::SmallVector<std::string> &warned_script_paths);
----------------
Michael137 wrote:

done

https://github.com/llvm/llvm-project/pull/189943


More information about the lldb-commits mailing list