[Webkit-unassigned] [Bug 263250] New: Refactor `StackTraceSymbolResolver`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 17 08:37:58 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=263250

            Bug ID: 263250
           Summary: Refactor `StackTraceSymbolResolver`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitaly at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231017/7b25e44b/attachment.htm>


More information about the webkit-unassigned mailing list