Resolving a stack trace consists of two steps: - Resolving a symbol using platform-specific system calls or libraries - Demangle a symbol name using C++ ABI mangling rules It should be possible to refactor `StackTraceSymbolResolver` in some way to encapsulate all the platform-specific code in one method.
Pull request: https://github.com/WebKit/WebKit/pull/19166
<rdar://problem/117417789>