Re: [Lldb-commits] [PATCH] D14201: Fix race during process detach

2015-11-03 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL251932: Fix race during process detach (authored by labath). Changed prior to commit: http://reviews.llvm.org/D14201?vs=38806&id=39068#toc Repository: rL LLVM http://reviews.llvm.org/D14201 Files:

[Lldb-commits] [PATCH] D14201: Fix race during process detach

2015-10-30 Thread Pavel Labath via lldb-commits
labath created this revision. labath added reviewers: clayborg, jingham. labath added a subscriber: lldb-commits. The code which was preventing the usage of the OS plugin while detach is in progress also prevented us to update the thread list correctly. This resulted in an empty thread list, which