[lldb] [llvm] [lldb] Load scripts from code signed dSYM bundles (PR #189444)
Dave Lee via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 13:52:51 PDT 2026
================
@@ -56,7 +56,8 @@ enum InlineStrategy {
enum LoadScriptFromSymFile {
eLoadScriptFromSymFileTrue,
eLoadScriptFromSymFileFalse,
- eLoadScriptFromSymFileWarn
+ eLoadScriptFromSymFileWarn,
+ eLoadScriptFromSymFileTrusted,
----------------
kastiglione wrote:
re separate: Are there systems/circumstances where a user might want both `Signed` and `StandardLocation`?
https://github.com/llvm/llvm-project/pull/189444
More information about the llvm-commits
mailing list