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

qt creator doesn't show different "interpretations" of content in xmm registers

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • Qt Creator 3.4.2
    • Qt Creator 2.6.0, Qt Creator 3.0.0
    • Debugger
    • None
    • Gentoo amd64, gdb 7.5

      Steps to reproduce:

      set breakpoint to somewhere
      run debug project
      click "Insert new expression evaluator"
      Enter "$xmm0"

      A watcher for $xmm0 is now created. You can expand it to (theoretically) see the v16_int8, v2_double, v2_int64, ... interpretations of the register content, but the content itself is always "<not accessible>"

      when I run the command "print $xmm0.v4_float" directly inside gdb window, I see the result as expected.

      So maybe qt creator is not able to query gdb for the register contents?

      Maybe the expand fuctionality should also be implemented inside the "Registers tab"

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            flokli Florian Klink
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes