[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 02:12:00 PDT 2026
================
@@ -800,6 +800,8 @@ class Target : public std::enable_shared_from_this<Target>,
const llvm::DenseMap<uint32_t, ScriptedFrameProviderDescriptor> &
GetScriptedFrameProviderDescriptors() const;
+ void ReportScriptLoading(llvm::ArrayRef<std::string> warned_script_paths);
----------------
Michael137 wrote:
Opened https://github.com/llvm/llvm-project/pull/190136 which would allows us to avoid adding this
https://github.com/llvm/llvm-project/pull/189943
More information about the lldb-commits
mailing list