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   

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.