[Lldb-commits] [PATCH] D19122: LLDB: Fixed race condition on timeout when stopping private state thread
Cameron via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 14 14:08:24 PDT 2016
cameron314 added a comment.
Note also that using a copy of the instance variable is no different from using the instance variable directly, here, since as you say they both have a shared pointer to the same underlying object which is manipulated through either of the two to the same effect.
Repository:
rL LLVM
http://reviews.llvm.org/D19122
More information about the lldb-commits
mailing list