WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
263250
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
Add attachment
proposed patch, testcase, etc.
Vitaly Dyackhov
Comment 1
2023-10-17 08:50:49 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19166
Radar WebKit Bug Importer
Comment 2
2023-10-24 08:38:13 PDT
<
rdar://problem/117417789
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug