[Webkit-unassigned] [Bug 210109] New: [Tools] Fix gdb WebCoreQualifiedNamePrinter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 06:57:18 PDT 2020


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

            Bug ID: 210109
           Summary: [Tools] Fix gdb WebCoreQualifiedNamePrinter
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com

My gdb was throwing exceptions like this when printing
QualifiedName's:

File "/webkit/Tools/gdb/webkit.py", line 205, in __init__
  self.val['m_impl']['m_prefix']['m_string'])
gdb.error: There is no member or method named m_prefix.

This patch adds a missing m_ptr indirection to traverse
RefPtr<QualifiedNameImpl>, fixing the issue.

-- 
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/20200407/c33b8d80/attachment.htm>


More information about the webkit-unassigned mailing list