Some of my FreeBSD colleagues recommended trigger the failure by trying to attach to a process that already has a debugger attached, as that's the common cause of the failure we're handling here anyway.
Perhaps attach_denied/main.c can fork(), PT_ATTACH to the child, and then return the child's pid for LLDB to try to attach. http://reviews.llvm.org/D6240 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
