[Lldb-commits] [lldb] [lldb] Use get-task-allow entitlement on macOS too (PR #71112)

Daniel Thornburgh via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 2 15:54:06 PDT 2023


mysterymath wrote:

> The nodes on GreenDragon run under a UI session so that might explain why we don't see that issue there. Is there any harm with using `packages/Python/lldbsuite/test/make/entitlements.plist` for macOS too? Does `com.apple.private.security.no-sandbox` cause issues?

At least on my macOS Sonoma workstation, I get a `Killed: 9` when I try to run a binary built with by the LLDB test suite with entitlement `com.apple.private.security.no-sandbox`.

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


More information about the lldb-commits mailing list