clayborg added a comment.

In general any call that is doing anything through the public API needs to take 
the target API mutex. It is ok for quick accessors or other things to not do 
so, but anything that would need to keep the process in its current state, like 
asking a frame for a register value, should take the API mutex to ensure one 
thread doesn't say "run" and another says "what is the PC from frame 0 of 
thread 1".


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53412/new/

https://reviews.llvm.org/D53412



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to