DlAddrSymbolizer is used on OS X when we're running inside a sandbox that prevents us from spawning an external symbolizer. This patch adds support for symbolication of globals (implements SymbolizeData) for DlAddrSymbolizer.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| test/tsan/Darwin/symbolizer-dladdr.cc | ||
|---|---|---|
| 2 | We have some dladdr tests in dladdr-demangling.cc, sandbox-symbolizer.cc and suppressions-sandbox.cc. Or did you mean to specifically add a test for symbolication of globals? | |
Do we also want an ASan test for this functionality?