Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31042

[lldb] qobject as base class break base class parsing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 14.0.0
    • Debugger
    • None
    • Linux/X11
    • c1b8320ca (14.0)

    Description

      Compare attached screenshots of debugging QtMultimedia's `QGstreamerMediaPlayer` on linux

      class QGstreamerMediaPlayer : public QObject,
                                    public QPlatformMediaPlayer,
                                    public QGstreamerBusMessageFilter,
                                    public QGstreamerSyncMessageFilter
      

      the gdb parses the base classes as expected. with lldb, i have the following observations:

      • QObject and QPlatformMediaPlayer are listed twice
      • all base classes have show QObject members (although only the first base class is a QObject, the others are purely virtual base classes)
      • QPlatformMediaPlayer has members, but the members don't show up

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-31042
        # Subject Branch Project Status CR V

        Activity

          People

            hjk hjk
            timblechmann tim blechmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change