[Lldb-commits] [PATCH] D45011: Prevent double release of mach ports

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 28 18:26:10 PDT 2018


jingham added a comment.

Yes, this is one of the required MIG functions, but it isn't the flavor we register to receive callbacks on (we pass EXCEPTION_DEFAULT to task_set_exception_ports), so this function should never get called.  That makes it doubly hard to test!


https://reviews.llvm.org/D45011





More information about the lldb-commits mailing list