[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:25 PDT 2026
================
@@ -510,7 +510,9 @@ class Module : public std::enable_shared_from_this<Module>,
/// \b true if it is, \b false otherwise.
bool IsLoadedInTarget(Target *target);
- bool LoadScriptingResourceInTarget(Target *target, Status &error);
+ bool LoadScriptingResourceInTarget(
+ Target *target, Status &error,
+ 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