[Lldb-commits] [lldb] [lldb] Fix ThreadList assignment race (PR #98293)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 10 10:26:43 PDT 2024


https://github.com/JDevlieghere approved this pull request.

LGTM. 

As a nice to have, maybe add a short explanation to the first mutex explaining that these operations are only allowed between thread lists belonging to the same process. Your current comment makes it sound as if that only applies *if* the processes are the same, but per the assertion, the requirement is stricter than that. 

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


More information about the lldb-commits mailing list