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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to