[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:38:44 PDT 2018


jingham added a comment.

Because of the mysteries of MIG, all the flavors of catch_exception_raise have to be defined, but you register for a particular flavor when you set the task exception ports.  This isn't the flavor we register.  So this function is necessary but never used.


https://reviews.llvm.org/D45011





More information about the lldb-commits mailing list