[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:58:15 PDT 2026


================
@@ -4379,6 +4368,12 @@ static constexpr OptionEnumValueElement g_load_script_from_sym_file_values[] = {
         "warn",
         "Warn about debug scripts inside symbol files but do not load them.",
     },
+    {
+        eLoadScriptFromSymFileTrusted,
+        "trusted",
+        "Load debug scripts inside trusted symbol files and warn about them "
+        "otherwise.",
----------------
kastiglione wrote:

"them" wasn't clear to me on first read. Suggestion:


```suggestion
        "Load debug scripts inside trusted symbol files, and warn about scripts "
        "from untrusted symbol files.",
```

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


More information about the llvm-commits mailing list