[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
Tue Apr 7 06:55:49 PDT 2026


Michael137 wrote:

The other caveat atm is that one can override the target-wide `LoadScriptFromSymFile` per-module (since https://github.com/llvm/llvm-project/pull/188722). So even with `eLoadScriptFromSymFileWarn`, auto-loading may happen (if overriden). Which defeats the purpose of a true "dry-run"

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


More information about the lldb-commits mailing list