[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:08:58 PST 2016
zturner added a comment.
Fixed that issue. The other issue you pointed out about using `get_stopped_thread` sometimes is because in those tests breakpoints were created using `runCmd` so we don't have an `SBBreakpoint` handy like we do in the other cases.
http://reviews.llvm.org/D16247
More information about the lldb-commits
mailing list