[Lldb-commits] [PATCH] D157640: [lldb] Improve error message when trying to debug a non-debuggable process
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 10 12:59:37 PDT 2023
jasonmolenda added a comment.
Maybe
const char *ent_name =
#if TARGET_OS_OSX
"com.apple.security.get-task-allow";
#else
"get-task-allow";
#endif
debugserver is running on the target device so compile time checks are fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157640/new/
https://reviews.llvm.org/D157640
More information about the lldb-commits
mailing list