Implemented LSAN interface on HwasanThreadList and added os_id to __hwasan::Thread.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/hwasan/hwasan_thread.cpp | ||
|---|---|---|
| 12 | why do you need sanitizer_thread_registry? | |
| compiler-rt/lib/hwasan/hwasan_thread.cpp | ||
|---|---|---|
| 12 | It was from my previous attempts to make it work with it. Nice catch. Removed. | |
| compiler-rt/lib/hwasan/hwasan_thread_list.h | ||
|---|---|---|
| 221 | why do we need another mutex? | |
| compiler-rt/lib/hwasan/hwasan_thread_list.h | ||
|---|---|---|
| 206 | In a separate patch, can you put thread-safety annotations for all fields? | |
| compiler-rt/lib/hwasan/hwasan_thread_list.h | ||
|---|---|---|
| 187 | I guess we care about live_list_mutex_ | |
why do you need sanitizer_thread_registry?