[Lldb-commits] [PATCH] D157640: [lldb] Improve error message when trying to debug a non-debuggable process
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 10 14:08:05 PDT 2023
jingham added a comment.
In this function we have the path to the binary. We could spawn `codesign -d -entitlements -` and then we would know whether it had that entitlement.
Maybe that's more work than you wanted to do here, however.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157640/new/
https://reviews.llvm.org/D157640
More information about the lldb-commits
mailing list