There's an issue on Linux where LLDB stop with "stop reason = thread exited" and displays a brief assembly dump from somewhere in libc. This seems to happen because it is stopping in the "limbo" state. I can make it go away by having POSIXLimboStopInfo::ShouldStop() return false instead of true.
Is there any reason I shouldn't do that? Thanks, Andy
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
