commit | a61d0a5b01f58bfc8aa855a068aaab337fc2f6cb | [log] [tgz] |
---|---|---|
author | Greg Clayton <[email protected]> | Thu May 26 00:08:39 2016 |
committer | Greg Clayton <[email protected]> | Thu May 26 00:08:39 2016 |
tree | 73c4d8da9c7b7bbdea3fe57862a56792f8512f8b | |
parent | 8fe8892c2dfffe7cdd198d7bbe30fb808f32db25 [diff] |
Make sure to try and take the process stop lock when calling: uint32_t SBProcess::GetNumQueues(); SBQueue SBProcess::GetQueueAtIndex (size_t index); Otherwise this code will run when the process is running and cause problems. <rdar://problem/26482744> llvm-svn: 270803