Bug 263250

Summary: Refactor `StackTraceSymbolResolver`
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Vitaly Dyackhov 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.
Comment 1 Vitaly Dyackhov 2023-10-17 08:50:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19166
Comment 2 Radar WebKit Bug Importer 2023-10-24 08:38:13 PDT
<rdar://problem/117417789>