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

Code that contains quotes breaks the disassembly view

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.4.0-rc1
    • Qt Creator 4.4.0-beta1
    • Debugger
    • macOS 10.12.5, Qt Creator 4.4.0 rc1 enterprise.
    • 3f03e2f281dbe80cf99dc5056015f2ca9731929e

    Description

      1) Open test project in Creator repo found at
      ./tests/manual/debugger/simple/simple.pro
      2) Inside the file tests/manual/debugger/simple/simple_test_app.cpp set a breakpoint on line ~2340, inside the beginning of final::testQSettings().
      3) Switch on disassembly view
      4) Observe that the view does not contain the complete disassembly, and it broken half way at the QSettings settings( line.

      That's because the settings line contains a quote, and Creator probably does not escape it, and thus fails to render the rest of the things returned by lldb.

      Attachments

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

        Activity

          People

            hjk hjk
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes