[Lldb-commits] [lldb] [lldb] make PlatformAndroid/AdbClient::GetSyncService threadsafe (PR #145382)

Chad Smith via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 27 06:48:40 PDT 2025


cs01 wrote:

Thank you both for the feedback. I started working on changes that add more mutexes to adbclient methods, use a shared pointer for the sync service, and has cleaner/less path dependent creation of the syncservice (I agree with your comments labath). I will push an update either today or sometime next week. 

https://github.com/llvm/llvm-project/pull/145382


More information about the lldb-commits mailing list