Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google 的 tsan thread sanitizer 测试一些代码。Tsan 告诉我,我在某个特定函数中存在竞争条件,但是从查看输出中我不清楚问题是什么。是否可以在 gdb 中设置断点以在 tsan 生成警告的地方中断?