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

Code that contains quotes breaks the disassembly view

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important 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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes