| commit | 7fa7dc36fed383098cd20f2bb94480e9562f17cf | [log] [tgz] |
|---|---|---|
| author | Jim Ingham <jingham@apple.com> | Sat May 07 00:54:56 2016 +0000 |
| committer | Jim Ingham <jingham@apple.com> | Sat May 07 00:54:56 2016 +0000 |
| tree | 16badc4d34173f1f05d54f5ebf1cec9d248e6412 | |
| parent | 8bbfdcd181cc1db80317dbd8762fb9e2d7f34e27 [diff] |
Take the API lock in SBThread::IsValid & SBFrame::IsValid. The IsValid calls can try to reconstruct the thread & frame, which can take various internal locks. This can cause A/B locking issues with the Target lock, so these calls need to that the Target lock. llvm-svn: 268828