Bug 263250 - Refactor `StackTraceSymbolResolver`
Summary: Refactor `StackTraceSymbolResolver`
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-17 08:37 PDT by Vitaly Dyackhov
Modified: 2023-10-24 08:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>