[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:09:26 PDT 2023
jingham added a comment.
Not sure if codesign exists on iOS devices, but at least we could do this on macOS.
I thought we'd be able to tell from the Team Identifier whether it was a platform binary, but for /bin/ls & Co I get "not set" for the Team Identifier.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157640/new/
https://reviews.llvm.org/D157640
More information about the lldb-commits
mailing list