[Lldb-commits] [PATCH] D85237: [lldb] Add an option to disable TCC

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 4 14:55:39 PDT 2020


friss added a comment.

The logic of the patch itself looks fine, but the names, description and commit message are off. A process cannot disable TCC, it's always active. What your patch decides is whether the inferior is responsible for its own TCC permissions. If you don't make the inferior responsible, it inherits the permissions of its parent (which might have inherited them from its own parent). On the command line, you'll most likely get the Terminal.app permissions if nothing in the middle resets the responsible process.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85237/new/

https://reviews.llvm.org/D85237



More information about the lldb-commits mailing list