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

Setting breakpoint in .cpp file while .qml breakpoint is hit brings engine to invalid state

XMLWordPrintable

      How to reproduce

      • Create "Qt Quick Application (built-in elements)" project via the wizard
      • Set breakpoint in main.qml, MouseArea.onClicked()
      • Hit breakpoint
      • Go to main.cpp set a breakpoint there
      • As soon as this one is acknowledged, the status of the debugger mvoes

      debugger log

      dATTEMPT SYNC
      sStarting debugger "QmlCppEngine" for ABI "x86-linux-generic-elf-32bit"...
      dStart parameters: 'buildinelelemts' mode: 1
      dABI: x86-linux-generic-elf-32bit
      dLanguages: c++ qml
      dExecutable: /home/kkoehne/dev/tmp/buildinelelemts/buildinelelemts -qmljsdebugger=port:3768,block
      dDirectory: /home/kkoehne/dev/tmp/buildinelelemts
      dDebugger: gdb
      dProject: /home/kkoehne/dev/tmp/buildinelelemts (built: /home/kkoehne/dev/tmp/buildinelelemts)
      dQt: /home/kkoehne/dev/qt/qt-4.8-32
      dQML server: 127.0.0.1:3768
      dSysroot: 
      dDebug Source Location: 
      dSymbol file: 
      dDumper libraries:  /home/kkoehne/dev/qt/qt-4.8-32/qtc-debugging-helper/ 
      d
      dDebugger settings: 
      dUseAlternatingRowColours: false  (default: false)
      dFontSizeFollowsEditor: false  (default: false)
      dUseMessageBoxForSignals: true  (default: true)
      dAutoQuit: false  (default: false)
      dLogTimeStamps: false  (default: false)
      dVerboseLog: false  (default: false)
      dCloseBuffersOnExit: false  (default: false)
      dSwitchModeOnExit: false  (default: false)
      dRaiseOnInterrupt: true  (default: true)
      dUseDebuggingHelper: true  (default: true)
      dUseCodeModel: true  (default: true)
      dShowThreadNames: false  (default: false)
      dUseToolTips: false  (default: false)
      dUseToolTipsInLocalsView: false  (default: false)
      dUseToolTipsInBreakpointsView: false  (default: false)
      dUseAddressInBreakpointsView: false  (default: false)
      dUseAddressInStackView: false  (default: false)
      dLoadGdbInit: true  (default: true)
      dGdbStartupCommands:   (default: )
      dWatchdogTimeout: 20  (default: 20)
      dAutoEnrichParameters: false  (default: false)
      dUseDynamicType: true  (default: true)
      dTargetAsync: false  (default: false)
      dMaximalStackDepth: 20  (default: 20)
      dAlwaysAdjustStackColumnWidths: false  (default: false)
      dShowStandardNamespace: true  (default: true)
      dShowQtNamespace: true  (default: true)
      dSortStructMembers: true  (default: true)
      dAutoDerefPointers: true  (default: true)
      dAlwaysAdjustLocalsColumnWidths: false  (default: false)
      dListSourceFiles: false  (default: false)
      dSkipKnownFrames: false  (default: false)
      dEnableReverseDebugging: false  (default: false)
      dAllPluginBreakpoints: true  (default: true)
      dSelectedPluginBreakpoints: false  (default: false)
      dAdjustBreakpointLocations: true  (default: true)
      dAlwaysAdjustBreakpointsColumnWidths: false  (default: false)
      dNoPluginBreakpoints: false  (default: false)
      dSelectedPluginBreakpointsPattern: .*  (default: .*)
      dBreakOnThrow: false  (default: false)
      dBreakOnCatch: false  (default: false)
      dBreakOnWarning: false  (default: false)
      dBreakOnFatal: false  (default: false)
      dBreakOnRaise: false  (default: false)
      dAlwaysAdjustRegistersColumnWidths: false  (default: false)
      dAlwaysAdjustSnapshotsColumnWidths: false  (default: false)
      dAlwaysAdjustThreadsColumnWidths: false  (default: false)
      dAlwaysAdjustModulesColumnWidths: false  (default: false)
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      dQUEUE: SETUP ENGINE
      dCALL: SETUP ENGINE
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1)
      dQUEUE: SETUP ENGINE
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1)
      dQUEUE: SETUP ENGINE
      dCALL: SETUP ENGINE
      dNOTE: ENGINE SETUP OK
      dState changed from EngineSetupRequested(1) to EngineSetupOk(3)
      dQUEUE: SETUP INFERIOR
      dCALL: SETUP ENGINE
      dTRYING TO START ADAPTER
      dENABLING TEST CASE: 0
      dSTARTING gdb -i mi --tty=/tmp/qt_temp.x17051
      dGDB STARTED, INITIALIZING IT
      <1show version
      <2-list-features
      <3set print object on
      <4set breakpoint pending on
      <5set print elements 10000
      <6set overload-resolution off
      <7handle SIGSEGV nopass stop print
      <8set unwindonsignal on
      <9pwd
      <10set width 0
      <11set height 0
      <12-interpreter-exec console "set breakpoint always-inserted on"
      <13-interpreter-exec console "set trust-readonly-sections on"
      <14-interpreter-exec console "set auto-solib-add on"
      <15-interpreter-exec console "set remotecache on"
      <16-interpreter-exec console "maintenance set internal-warning quit no"
      <17-interpreter-exec console "maintenance set internal-error quit no"
      <18-interpreter-exec console "disassemble 0 0"
      <19-interpreter-exec console "python execfile('/home/kkoehne/dev/creator/share/qtcreator/dumper/bridge.py')"
      <20-interpreter-exec console "python execfile('/home/kkoehne/dev/creator/share/qtcreator/dumper/dumper.py')"
      <21-interpreter-exec console "python execfile('/home/kkoehne/dev/creator/share/qtcreator/dumper/qttypes.py')"
      <22-interpreter-exec console "bbsetup"
      dADAPTER SUCCESSFULLY STARTED
      dNOTE: ENGINE SETUP OK
      dState changed from EngineSetupRequested(1) to EngineSetupOk(3)
      dNOTE: ENGINE SETUP OK
      dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
      dQUEUE: SETUP INFERIOR
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
      dQUEUE: SETUP INFERIOR
      dQUEUE: SETUP INFERIOR
      dCALL: SETUP INFERIOR
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4)
      dQUEUE: SETUP INFERIOR
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4)
      dQUEUE: SETUP INFERIOR
      >=thread-group-added,id="i1"
      >~"GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08\n"
      >~"Copyright (C) 2011 Free Software Foundation, Inc.\n"
      >~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
      >~"This GDB was configured as \"i686-linux-gnu\".\nFor bug reporting instructions, please see:\n"
      >~"<http://bugs.launchpad.net/gdb-linaro/>.\n"
      dCALL: SETUP INFERIOR
      dNOTE: INFERIOR SETUP OK
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6)
      dCALL: SETUP INFERIOR
      sSetting up inferior...
      <23set substitute-path /var/tmp/qt-src /home/kkoehne/dev/qt/qt-4.8-32
      <24-exec-arguments -qmljsdebugger=port:3768,block
      <25-file-exec-and-symbols "/home/kkoehne/dev/tmp/buildinelelemts/buildinelelemts"
      >&"show version\n"
      >~"GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08\n"
      >~"Copyright (C) 2011 Free Software Foundation, Inc.\n"
      >~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
      >~"This GDB was configured as \"i686-linux-gnu\".\nFor bug reporting instructions, please see:\n"
      >~"<http://bugs.launchpad.net/gdb-linaro/>.\n"
      >1^done
      dPARSING VERSION: 1^done
      d
      dSUPPORTED GDB VERSION GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
      dCopyright (C) 2011 Free Software Foundation, Inc.
      dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      dThis is free software: you are free to change and redistribute it.
      dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
      dand "show warranty" for details.
      dThis GDB was configured as "i686-linux-gnu".
      dFor bug reporting instructions, please see:
      d<http://bugs.launchpad.net/gdb-linaro/>.
      dGNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
      dCopyright (C) 2011 Free Software Foundation, Inc.
      dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      dThis is free software: you are free to change and redistribute it.
      dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
      dand "show warranty" for details.
      dThis GDB was configured as "i686-linux-gnu".
      dFor bug reporting instructions, please see:
      d<http://bugs.launchpad.net/gdb-linaro/>.
      d
      dUSING GDB VERSION: 70300, BUILD: 0
      <26-interpreter-exec console "set target-async off"
      <27-interpreter-exec console "set build-id-verbose 2"
      >2^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","python"]
      dFEATURES: 2^done,data={features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","python"]}
      d
      >&"set print object on\n"
      >3^done
      >&"set breakpoint pending on\n"
      >4^done
      >&"set print elements 10000\n"
      >5^done
      >&"set overload-resolution off\n"
      >6^done
      >&"handle SIGSEGV nopass stop print\n"
      >~"Signal        Stop\tPrint\tPass to program\tDescription\n"
      >~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
      >7^done
      >&"set unwindonsignal on\n"
      >8^done
      >&"pwd\n"
      >~"Working directory /home/kkoehne/dev/tmp/buildinelelemts.\n"
      >9^done
      >&"set width 0\n"
      >10^done
      >&"set height 0\n"
      >11^done
      >12^done
      >13^done
      >14^done
      >15^done
      >16^done
      >17^done
      >&"A syntax error in expression, near `0'.\n"
      >18^error,msg="A syntax error in expression, near `0'."
      >19^done
      >20^done
      >21^done
      >~"dumpers=[{type=\"boost__posix_time__time_duration\",formats=\"\"},{type=\"QLinkedList\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"Normal,Enhanced\"},{type=\"std__stack\",formats=\"\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"__gnu_cxx__hash_set\",formats=\"\"},{type=\"QStringList\",formats=\"\"},{type=\"QRegion\",formats=\"\"},{type=\"std__wstring\",formats=\"\"},{type=\"QString\",formats=\"Inline,Separate Window\",editable=\"true\"},{type=\"QTextCodec\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"std__vector\",formats=\"\",editable=\"true\"},{type=\"QRegExp\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QxXmlAttributes\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"QHash\",formats=\"Normal,Compact\"},{type=\"std__array\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"boost__posix_time__ptime\",formats=\"\"},{type=\"QVector\",formats=\"\",editable=\"true\"},{type=\"std__list\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"std__unique_ptr\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QMultiMap\",formats=\"Normal,Compact\"},{type=\"QMapNode\",formats=\"\"},{type=\"QModelIndex\",formats=\"Normal,Enhanced\"},{type=\"QLocale\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"std__complex\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"boost__gregorian__date\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"Debugger__Internal__GdbMi\",formats=\"\"},{type=\"boost__optional\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"std__shared_ptr\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"std__map\",formats=\"Normal,Compact\"},{type=\"TLitC\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"QMap\",formats=\"Normal,Compact\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"QChar\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"QFlags\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"std__string\",formats=\"\",editable=\"true\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},],hasInferiorThreadList=\"1\"\n"
      >22^done
      >&"set substitute-path /var/tmp/qt-src /home/kkoehne/dev/qt/qt-4.8-32\n"
      >23^done
      >24^done
      >25^done
      sSetting breakpoints...
      dSetting breakpoints...
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINT 1 IN STATE 0 IS NOT ACCEPTABLE
      dBREAKPOINTS ARE SYNCHRONIZED
      >26^done
      >&"No symbol \"build\" in current context.\n"
      >27^error,msg="No symbol \"build\" in current context."
      dALL COMMANDS DONE; INVOKING CALLBACK
      <28maint print msymbols /tmp/gdb_ns_.N17051
      >&"maint print msymbols /tmp/gdb_ns_.N17051\n"
      >28^done
      dFOUND NON-NAMESPACED QT
      dNOTE: INFERIOR SETUP OK
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6)
      dNOTE: INFERIOR SETUP OK
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
      dQUEUE: RUN ENGINE
      dCALL: RUN ENGINE
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7)
      dQUEUE: RUN ENGINE
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7)
      dQUEUE: RUN ENGINE
      dCALL: RUN ENGINE
      dCALL: RUN ENGINE
      <29-exec-run
       &"warning: GDB: Failed to set controlling terminal: Invalid argument\n"
       
      >=thread-group-started,id="i1",pid="17148"
      sThread group i1 created
      dTaking notice of pid 17148
      >=thread-created,id="1",group-id="i1"
      sThread 1 created
      >29^running
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      sRunning.
      dState changed from EngineRunRequested(7) to InferiorRunOk(11)
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      sRunning.
      dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
      dINFERIOR STARTED
      sApplication started
      >*running,thread-id="all"
      >=library-loaded,id="/lib/ld-linux.so.2",target-name="/lib/ld-linux.so.2",host-name="/lib/ld-linux.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/ld-linux.so.2 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtDeclarative.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtDeclarative.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtDeclarative.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtDeclarative.so.4 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtGui.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtGui.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtGui.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtGui.so.4 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtCore.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtCore.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtCore.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtCore.so.4 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libstdc++.so.6",target-name="/usr/lib/i386-linux-gnu/libstdc++.so.6",host-name="/usr/lib/i386-linux-gnu/libstdc++.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libstdc++.so.6 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libgcc_s.so.1",target-name="/lib/i386-linux-gnu/libgcc_s.so.1",host-name="/lib/i386-linux-gnu/libgcc_s.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libgcc_s.so.1 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libc.so.6",target-name="/lib/i386-linux-gnu/libc.so.6",host-name="/lib/i386-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libc.so.6 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtScript.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtScript.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtScript.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtScript.so.4 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtSql.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtSql.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtSql.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtSql.so.4 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtXmlPatterns.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtXmlPatterns.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtXmlPatterns.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtXmlPatterns.so.4 loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtNetwork.so.4",target-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtNetwork.so.4",host-name="/home/kkoehne/dev/qt/qt-4.8-32/lib/libQtNetwork.so.4",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/lib/libQtNetwork.so.4 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/librt.so.1",target-name="/lib/i386-linux-gnu/librt.so.1",host-name="/lib/i386-linux-gnu/librt.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/librt.so.1 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libm.so.6",target-name="/lib/i386-linux-gnu/libm.so.6",host-name="/lib/i386-linux-gnu/libm.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libm.so.6 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libpthread.so.0",target-name="/lib/i386-linux-gnu/libpthread.so.0",host-name="/lib/i386-linux-gnu/libpthread.so.0",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libpthread.so.0 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libglib-2.0.so.0",target-name="/lib/i386-linux-gnu/libglib-2.0.so.0",host-name="/lib/i386-linux-gnu/libglib-2.0.so.0",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libglib-2.0.so.0 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libpng12.so.0",target-name="/lib/i386-linux-gnu/libpng12.so.0",host-name="/lib/i386-linux-gnu/libpng12.so.0",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libpng12.so.0 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libz.so.1",target-name="/lib/i386-linux-gnu/libz.so.1",host-name="/lib/i386-linux-gnu/libz.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libz.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libfreetype.so.6",target-name="/usr/lib/i386-linux-gnu/libfreetype.so.6",host-name="/usr/lib/i386-linux-gnu/libfreetype.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libfreetype.so.6 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libSM.so.6",target-name="/usr/lib/i386-linux-gnu/libSM.so.6",host-name="/usr/lib/i386-linux-gnu/libSM.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libSM.so.6 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libICE.so.6",target-name="/usr/lib/i386-linux-gnu/libICE.so.6",host-name="/usr/lib/i386-linux-gnu/libICE.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libICE.so.6 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXrender.so.1",target-name="/usr/lib/i386-linux-gnu/libXrender.so.1",host-name="/usr/lib/i386-linux-gnu/libXrender.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXrender.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libfontconfig.so.1",target-name="/usr/lib/i386-linux-gnu/libfontconfig.so.1",host-name="/usr/lib/i386-linux-gnu/libfontconfig.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libfontconfig.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXext.so.6",target-name="/usr/lib/i386-linux-gnu/libXext.so.6",host-name="/usr/lib/i386-linux-gnu/libXext.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXext.so.6 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libX11.so.6",target-name="/usr/lib/i386-linux-gnu/libX11.so.6",host-name="/usr/lib/i386-linux-gnu/libX11.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libX11.so.6 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libdl.so.2",target-name="/lib/i386-linux-gnu/libdl.so.2",host-name="/lib/i386-linux-gnu/libdl.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libdl.so.2 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libgthread-2.0.so.0",target-name="/usr/lib/i386-linux-gnu/libgthread-2.0.so.0",host-name="/usr/lib/i386-linux-gnu/libgthread-2.0.so.0",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libgthread-2.0.so.0 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libpcre.so.3",target-name="/lib/i386-linux-gnu/libpcre.so.3",host-name="/lib/i386-linux-gnu/libpcre.so.3",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libpcre.so.3 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libuuid.so.1",target-name="/lib/i386-linux-gnu/libuuid.so.1",host-name="/lib/i386-linux-gnu/libuuid.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libuuid.so.1 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libexpat.so.1",target-name="/lib/i386-linux-gnu/libexpat.so.1",host-name="/lib/i386-linux-gnu/libexpat.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libexpat.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libxcb.so.1",target-name="/usr/lib/i386-linux-gnu/libxcb.so.1",host-name="/usr/lib/i386-linux-gnu/libxcb.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libxcb.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXau.so.6",target-name="/usr/lib/i386-linux-gnu/libXau.so.6",host-name="/usr/lib/i386-linux-gnu/libXau.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXau.so.6 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXdmcp.so.6",target-name="/usr/lib/i386-linux-gnu/libXdmcp.so.6",host-name="/usr/lib/i386-linux-gnu/libXdmcp.so.6",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXdmcp.so.6 loaded
      >~"[Thread debugging using libthread_db enabled]\n"
      s[Thread debugging using libthread_db enabled]
      >=library-loaded,id="/usr/lib/i386-linux-gnu/gconv/UTF-16.so",target-name="/usr/lib/i386-linux-gnu/gconv/UTF-16.so",host-name="/usr/lib/i386-linux-gnu/gconv/UTF-16.so",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/gconv/UTF-16.so loaded
       Qml debugging is enabled. Only use this in a safe environment!
       
       Qt: gdb: -nograb added to command-line options.
       	 Use the -dograb option to enforce grabbing.
       
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXrandr.so.2",target-name="/usr/lib/i386-linux-gnu/libXrandr.so.2",host-name="/usr/lib/i386-linux-gnu/libXrandr.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXrandr.so.2 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXfixes.so",target-name="/usr/lib/i386-linux-gnu/libXfixes.so",host-name="/usr/lib/i386-linux-gnu/libXfixes.so",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXfixes.so loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXcursor.so.1",target-name="/usr/lib/i386-linux-gnu/libXcursor.so.1",host-name="/usr/lib/i386-linux-gnu/libXcursor.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXcursor.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXinerama.so.1",target-name="/usr/lib/i386-linux-gnu/libXinerama.so.1",host-name="/usr/lib/i386-linux-gnu/libXinerama.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXinerama.so.1 loaded
      >=library-loaded,id="/usr/lib/i386-linux-gnu/libXi.so",target-name="/usr/lib/i386-linux-gnu/libXi.so",host-name="/usr/lib/i386-linux-gnu/libXi.so",symbols-loaded="0",thread-group="i1"
      sLibrary /usr/lib/i386-linux-gnu/libXi.so loaded
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_tcp.so",target-name="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_tcp.so",host-name="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_tcp.so",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_tcp.so loaded
      sQML Debugger: Connecting to debug server 127.0.0.1:3768
      sQML Debugger: resolving host...
      sQML Debugger: connecting to debug server...
       QDeclarativeDebugServer: Waiting for connection on port 3768...
       
      sQML Debugger: connected.
      s
      dV8DebuggerClient: sending V8DEBUG v8request {"seq":0,"type":"request","command":"setbreakpoint","arguments":{"type":"scriptRegExp","target":"main.qml","line":14,"enabled":true,"ignoreCount":0}}
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dQScriptDebuggerClient: sending BREAKPOINTS ([, file:///home/kkoehne/dev/tmp/buildinelelemts/qml/buildinelelemts/main.qml, 15])
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      sRunning.
      dState changed from EngineRunRequested(7) to InferiorRunOk(11)
      dATTEMPT SYNC
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dQScriptDebuggerClient: sending BREAKPOINTS ([, file:///home/kkoehne/dev/tmp/buildinelelemts/qml/buildinelelemts/main.qml, 15])
       QDeclarativeDebugServer: Connection established
       
      sQML Debugger: Status of 'QDeclarativeEngine' changed to 'unavailable'.
      sQML Debugger: Status of 'QDeclarativeObserverMode' changed to 'unavailable'.
      sQML Debugger: Status of 'V8Debugger' changed to 'unavailable'.
      sQML Debugger: Status of 'QmlDebugger' changed to 'unavailable'.
      sQML Debugger: Status of 'DebugMessages' changed to 'unavailable'.
      sQML Debugger: Status of 'JSDebugger' changed to 'unavailable'.
      sQML Debugger: Status of 'QDeclarativeEngine' changed to 'enabled'.
      sQML Debugger: Status of 'JSDebugger' changed to 'enabled'.
      sQML Debugger: Status of 'QDeclarativeObserverMode' changed to 'enabled'.
      dQDeclarativeDebug  sending LIST_ENGINES
      >=library-loaded,id="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_inspector.so",target-name="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_inspector.so",host-name="/home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_inspector.so",symbols-loaded="0",thread-group="i1"
      sLibrary /home/kkoehne/dev/qt/qt-4.8-32/plugins/qmltooling/libqmldbg_inspector.so loaded
      dQDeclarativeObserverMode  receiving ToolChanged 1
      >=library-loaded,id="/lib/i386-linux-gnu/libnss_compat.so.2",target-name="/lib/i386-linux-gnu/libnss_compat.so.2",host-name="/lib/i386-linux-gnu/libnss_compat.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libnss_compat.so.2 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libnsl.so.1",target-name="/lib/i386-linux-gnu/libnsl.so.1",host-name="/lib/i386-linux-gnu/libnsl.so.1",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libnsl.so.1 loaded
      dQDeclarativeDebug  receiving OBJECT_CREATED
      dQDeclarativeObserverMode  receiving Reloaded 
      >=library-loaded,id="/lib/i386-linux-gnu/libnss_nis.so.2",target-name="/lib/i386-linux-gnu/libnss_nis.so.2",host-name="/lib/i386-linux-gnu/libnss_nis.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libnss_nis.so.2 loaded
      >=library-loaded,id="/lib/i386-linux-gnu/libnss_files.so.2",target-name="/lib/i386-linux-gnu/libnss_files.so.2",host-name="/lib/i386-linux-gnu/libnss_files.so.2",symbols-loaded="0",thread-group="i1"
      sLibrary /lib/i386-linux-gnu/libnss_files.so.2 loaded
      dQDeclarativeDebug  receiving LIST_ENGINES_R
      dQDeclarativeDebug  sending LIST_OBJECTS 0
      dQDeclarativeDebug  receiving LIST_OBJECTS_R
      dQDeclarativeDebug  sending FETCH_OBJECT 
      dQDeclarativeDebug  receiving FETCH_OBJECT_R 
      dQDeclarativeObserverMode  sending ObjectIdList 3 %2 [list of debug / object ids]
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14)
      sQML debugger activated
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
      dQScriptDebuggerClient: receiving STOPPED (2 stack frames) (0 watches)  (1 locals) no_exception
      dATTEMPT SYNC
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dTAKING OWNERSHIP OF BREAKPOINT 2 IN STATE 0
      dQUEUING COMMAND -break-insert  -f "\"main.cpp\":9"
      sStopping temporarily
      dState changed from InferiorRunOk(11) to InferiorStopRequested(13)
      dNOTE: INFERIOR RUN REQUESTED
      sRun requested...
      dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
      dNOTE: INFERIOR RUN OK
      sRunning.
      dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
      dState changed from InferiorRunOk(11) to InferiorStopRequested(13) [master]
      sC++ debugger activated
      dNOTE: INFERIOR STOP OK
      sStopped.
      dState changed from InferiorStopRequested(13) to InferiorStopOk(14) [master]
      dCALL: INTERRUPT INFERIOR
      sAttempting to interrupt.
      sStop requested...
      dTRYING TO INTERRUPT INFERIOR
      dInterrupted 17148
      dBREAKPOINTS ARE NOT FULLY SYNCHRONIZED
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dQScriptDebuggerClient: sending BREAKPOINTS ([, file:///home/kkoehne/dev/tmp/buildinelelemts/qml/buildinelelemts/main.qml, 15])
      >*stopped,reason="signal-received",signal-name="SIGINT",signal-meaning="Interrupt",frame={addr="0x001110c2",func="??",args=[],from="/lib/ld-linux.so.2"},thread-id="1",stopped-threads="all",core="0"
      dNOTE: INFERIOR STOP OK
      sStopped.
      dState changed from InferiorStopRequested(13) to InferiorStopOk(14)
      sProcessing queued commands
      dRUNNING QUEUED COMMAND -break-insert  -f "\"main.cpp\":9" handleBreakInsert1
      <30-break-insert  -f "\"main.cpp\":9"
      dATTEMPT SYNC
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE NOT FULLY SYNCHRONIZED
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dQScriptDebuggerClient: sending BREAKPOINTS ([, file:///home/kkoehne/dev/tmp/buildinelelemts/qml/buildinelelemts/main.qml, 15])
      >30^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0804a544",func="main(int, char**)",file="main.cpp",fullname="/home/kkoehne/dev/tmp/buildinelelemts/main.cpp",line="9",times="0",original-location="\"main.cpp\":9"}
      <31info line *0x804a544
      >&"info line *0x804a544\n"
      >~"Line 9 of \"main.cpp\" starts at address 0x804a544 <main(int, char**)+64> and ends at 0x804a558 <main(int, char**)+84>.\n"
      >31^done
      dATTEMPT BREAKPOINT SYNCHRONIZATION
      dBREAKPOINTS ARE SYNCHRONIZED
      dALL COMMANDS DONE; INVOKING CALLBACK
      dNOTE: INFERIOR RUN REQUESTED
      sRun requested...
      dState changed from InferiorStopOk(14) to InferiorRunRequested(10)
      dNOTE: INFERIOR RUN REQUESTED
      sRun requested...
      dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
      sRunning requested...
      <32-exec-continue
      sContinuing after temporary stop...
      >32^running
      dNOTE: INFERIOR RUN OK
      sRunning.
      dState changed from InferiorRunRequested(10) to InferiorRunOk(11)
      dNOTE: INFERIOR RUN OK
      sRunning.
      dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
      >*running,thread-id="all"
      

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

            kkohne Kai Köhne
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes