Bug 263250
| Summary: | Refactor `StackTraceSymbolResolver` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | Web Template Framework | Assignee: | 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
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
Pull request: https://github.com/WebKit/WebKit/pull/19166
Radar WebKit Bug Importer
<rdar://problem/117417789>