[Lldb-commits] [lldb] [llvm] [lldb] Load scripts from code signed dSYM bundles (PR #189444)

via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 31 13:46:06 PDT 2026


jimingham wrote:

> Seems like we want to change the semantics slightly to cover the following scenarios:
> 
> 1. `eLoadScriptFromSymFileFalse`: Load nothing (unchanged)
> 2. `eLoadScriptFromSymFileTrue`: Load everything (unchanged)
> 3. `eLoadScriptFromSymFileWarn`: Load nothing but tell me what you would have loaded (unchanged) and show what would have been loaded (**new**)

It would also be handy for Warn to distinguish between safe and unsafe when it lists the what would have been loaded.  This way I can tell from the output of the warnings, what I would get with 4 & what I would get with 1.

> 4. `eLoadScriptFromSymFileSafe`: Load everything safe and don't warn about what hasn't been loaded (**new default**)
> 
> Let me know if this works for everyone. Since Michael and I are both changing the same code, I'm going to limit this PR to implementing (4) and defer (3) to another PR, together with updated documentation as @Michael137 suggested.



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


More information about the lldb-commits mailing list