This revision was automatically updated to reflect the committed changes.
Closed by commit rL246756: Fix deadlock while attaching to inferiors (authored
by labath).
Changed prior to commit:
http://reviews.llvm.org/D12552?vs=33795&id=33918#toc
Repository:
rL LLVM
http://reviews.llvm.org/D125
ovyalov accepted this revision.
ovyalov added a comment.
LGTM
http://reviews.llvm.org/D12552
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good.
http://reviews.llvm.org/D12552
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
labath created this revision.
labath added reviewers: clayborg, ovyalov.
labath added a subscriber: lldb-commits.
There was a race condition in the AsyncThread, where we would end up sending a
vAttach
notification to the thread before it got a chance set up its listener (this can
be reproduced b