NEW263250
Refactor `StackTraceSymbolResolver`
https://bugs.webkit.org/show_bug.cgi?id=263250
Summary Refactor `StackTraceSymbolResolver`
Vitaly Dyackhov
Reported 2023-10-17 08:37:58 PDT
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.
Attachments
Vitaly Dyackhov
Comment 1 2023-10-17 08:50:49 PDT
Radar WebKit Bug Importer
Comment 2 2023-10-24 08:38:13 PDT
Note You need to log in before you can comment on or make changes to this bug.