[Lldb-commits] [PATCH] D16247: Don't assume that thread 0 is always the main thread

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 19 14:19:06 PST 2016


zturner added a comment.

Maybe I can give it an argument like `require_exactly_one_thread` which defaults to True.  That way at least you can still use the same function in the case where you just want the first thread (which is how `get_stopped_thread` works)


http://reviews.llvm.org/D16247





More information about the lldb-commits mailing list