Advertisement
srinathgs

Debugger log Qt Creator right pane

Nov 14th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. sStarting debugger 'GdbEngine' for ABI 'x86-linux-generic-elf-64bit'...
  2. dStart parameters: 'Run /home/dastan/Desktop/excercise/first/first.o' mode: 1
  3. dABI: x86-linux-generic-elf-64bit
  4. dExecutable: /home/dastan/Desktop/excercise/first/first.o
  5. dDirectory: /home/dastan/Desktop/excercise/first
  6. dDebugger: /usr/bin/gdb
  7. dProject: /home/dastan/Desktop/excercise/first (built: /home/dastan/Desktop/excercise/first/)
  8. dQML server: 127.0.0.1:0
  9. d
  10. dDebugger settings:
  11. dUseAlternatingRowColours: false (default: false)
  12. dFontSizeFollowsEditor: false (default: false)
  13. dUseMessageBoxForSignals: true (default: true)
  14. dAutoQuit: false (default: false)
  15. dLogTimeStamps: false (default: false)
  16. dVerboseLog: false (default: false)
  17. dCloseBuffersOnExit: false (default: false)
  18. dSwitchModeOnExit: false (default: false)
  19. dUseDebuggingHelper: true (default: true)
  20. dUseCodeModel: true (default: true)
  21. dShowThreadNames: true (default: false) ***
  22. dUseToolTips: false (default: false)
  23. dUseToolTipsInLocalsView: false (default: false)
  24. dUseToolTipsInBreakpointsView: false (default: false)
  25. dUseAddressInBreakpointsView: false (default: false)
  26. dUseAddressInStackView: false (default: false)
  27. dLoadGdbInit: true (default: true)
  28. dScriptFile: (default: )
  29. dWatchdogTimeout: 20 (default: 20)
  30. dTargetAsync: false (default: false)
  31. dMaximalStackDepth: 20 (default: 20)
  32. dAlwaysAdjustStackColumnWidths: false (default: false)
  33. dShowStandardNamespace: true (default: true)
  34. dShowQtNamespace: true (default: true)
  35. dSortStructMembers: true (default: true)
  36. dAutoDerefPointers: true (default: true)
  37. dAlwaysAdjustLocalsColumnWidths: false (default: false)
  38. dListSourceFiles: false (default: false)
  39. dSkipKnownFrames: false (default: false)
  40. dEnableReverseDebugging: false (default: false)
  41. dAllPluginBreakpoints: true (default: true)
  42. dSelectedPluginBreakpoints: false (default: false)
  43. dAdjustBreakpointLocations: true (default: true)
  44. dAlwaysAdjustBreakpointsColumnWidths: false (default: false)
  45. dNoPluginBreakpoints: false (default: false)
  46. dSelectedPluginBreakpointsPattern: .* (default: .*)
  47. dBreakOnThrow: false (default: false)
  48. dBreakOnCatch: false (default: false)
  49. dBreakOnWarning: false (default: false)
  50. dBreakOnFatal: false (default: false)
  51. dAlwaysAdjustRegistersColumnWidths: false (default: false)
  52. dAlwaysAdjustSnapshotsColumnWidths: false (default: false)
  53. dAlwaysAdjustThreadsColumnWidths: false (default: false)
  54. dAlwaysAdjustModulesColumnWidths: false (default: false)
  55. dState changed from DebuggerNotReady(0) to EngineSetupRequested(1).
  56. dQUEUE: SETUP ENGINE
  57. dCALL: SETUP ENGINE
  58. dTRYING TO START ADAPTER
  59. dENABLING TEST CASE: 0
  60. dSTARTING /usr/bin/gdb -i mi --tty=/tmp/qt_temp.A15964
  61. dGDB STARTED, INITIALIZING IT
  62. <166show version
  63. <167-list-features
  64. <168set breakpoint pending on
  65. <169set print elements 10000
  66. <170set overload-resolution off
  67. <171handle SIGSEGV nopass stop print
  68. <172set unwindonsignal on
  69. <173pwd
  70. <174set width 0
  71. <175set height 0
  72. <176set auto-solib-add on
  73. <177-interpreter-exec console "maintenance set internal-warning quit no"
  74. <178-interpreter-exec console "maintenance set internal-error quit no"
  75. <179-interpreter-exec console "disassemble 0 0"
  76. <180-interpreter-exec console "python execfile('/opt/qtcreator-2.3.1/share/qtcreator/dumper/bridge.py')"
  77. <181-interpreter-exec console "python execfile('/opt/qtcreator-2.3.1/share/qtcreator/dumper/dumper.py')"
  78. <182-interpreter-exec console "python execfile('/opt/qtcreator-2.3.1/share/qtcreator/dumper/qttypes.py')"
  79. <183-interpreter-exec console "bbsetup"
  80. dADAPTER SUCCESSFULLY STARTED
  81. dNOTE: ENGINE SETUP OK
  82. dState changed from EngineSetupRequested(1) to EngineSetupOk(3).
  83. dQUEUE: SETUP INFERIOR
  84. dState changed from EngineSetupOk(3) to InferiorSetupRequested(4).
  85. dQUEUE: SETUP INFERIOR
  86. dCALL: SETUP INFERIOR
  87. sSetting up inferior...
  88. <184-file-exec-and-symbols "/home/dastan/Desktop/excercise/first/first.o"
  89. >=thread-group-added,id="i1"
  90. >~"GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08\n"
  91. >~"Copyright (C) 2011 Free Software Foundation, Inc.\n"
  92. >~"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"
  93. >~"This GDB was configured as \"x86_64-linux-gnu\".\nFor bug reporting instructions, please see:\n"
  94. >~"<http://bugs.launchpad.net/gdb-linaro/>.\n"
  95. >&"show version\n"
  96. >~"GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08\n"
  97. >~"Copyright (C) 2011 Free Software Foundation, Inc.\n"
  98. >~"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"
  99. >~"This GDB was configured as \"x86_64-linux-gnu\".\nFor bug reporting instructions, please see:\n"
  100. >~"<http://bugs.launchpad.net/gdb-linaro/>.\n"
  101. >166^done
  102. dPARSING VERSION: 166^done
  103. d
  104. dSUPPORTED GDB VERSION GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  105. dCopyright (C) 2011 Free Software Foundation, Inc.
  106. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  107. dThis is free software: you are free to change and redistribute it.
  108. dThere is NO WARRANTY, to the extent permitted by law. Type "show copying"
  109. dand "show warranty" for details.
  110. dThis GDB was configured as "x86_64-linux-gnu".
  111. dFor bug reporting instructions, please see:
  112. d<http://bugs.launchpad.net/gdb-linaro/>.
  113. dGNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  114. dCopyright (C) 2011 Free Software Foundation, Inc.
  115. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  116. dThis is free software: you are free to change and redistribute it.
  117. dThere is NO WARRANTY, to the extent permitted by law. Type "show copying"
  118. dand "show warranty" for details.
  119. dThis GDB was configured as "x86_64-linux-gnu".
  120. dFor bug reporting instructions, please see:
  121. d<http://bugs.launchpad.net/gdb-linaro/>.
  122. d
  123. dUSING GDB VERSION: 70300, BUILD: 0
  124. >167^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","python"]
  125. dFEATURES: 167^done,data={features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","python"]}
  126. d
  127. >&"set breakpoint pending on\n"
  128. >168^done
  129. >&"set print elements 10000\n"
  130. >169^done
  131. >&"set overload-resolution off\n"
  132. >170^done
  133. >&"handle SIGSEGV nopass stop print\n"
  134. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  135. >~"SIGSEGV Yes\tYes\tNo\t\tSegmentation fault\n"
  136. >171^done
  137. >&"set unwindonsignal on\n"
  138. >172^done
  139. >&"pwd\n"
  140. >~"Working directory /home/dastan/Desktop/excercise/first.\n"
  141. >173^done
  142. >&"set width 0\n"
  143. >174^done
  144. >&"set height 0\n"
  145. >175^done
  146. >&"set auto-solib-add on\n"
  147. >176^done
  148. >177^done
  149. >178^done
  150. >&"A syntax error in expression, near `0'.\n"
  151. >179^error,msg="A syntax error in expression, near `0'."
  152. >180^done
  153. >181^done
  154. >182^done
  155. >~"dumpers=[{type=\"QLinkedList\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"\"},{type=\"std__stack\",formats=\"\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QTJSC__JSValue\",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=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"std__list\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QMultiMap\",formats=\"\"},{type=\"QMapNode\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QLocale\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"QVector\",formats=\"\",editable=\"true\"},{type=\"QDate\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"boost__optional\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"TLitC\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"QMap\",formats=\"\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"QChar\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"QFlags\",formats=\"\"},{type=\"std__map\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QModelIndex\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"std__string\",formats=\"\",editable=\"true\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},],hasInferiorThreadList=\"0\"\n"
  156. >183^done
  157. >184^done
  158. sSetting breakpoints...
  159. dSetting breakpoints...
  160. <185-break-insert -f "\"first.cpp\":7"
  161. <186-break-insert -f "\"first.cpp\":4"
  162. dATTEMPT SYNC
  163. >&"No symbol table is loaded. Use the \"file\" command.\n"
  164. >185^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"first.cpp\":7",times="0",original-location="\"first.cpp\":7"}
  165. >&"No symbol table is loaded. Use the \"file\" command.\n"
  166. >186^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"first.cpp\":4",times="0",original-location="\"first.cpp\":4"}
  167. dALL COMMANDS DONE; INVOKING CALLBACK
  168. <187maint print msymbols /tmp/gdb_ns_.N15964
  169. >&"maint print msymbols /tmp/gdb_ns_.N15964\n"
  170. >187^done
  171. dFOUND NON-NAMESPACED QT
  172. dNOTE: INFERIOR SETUP OK
  173. dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6).
  174. dState changed from InferiorSetupOk(6) to EngineRunRequested(7).
  175. dQUEUE: RUN ENGINE
  176. dCALL: RUN ENGINE
  177. <188-exec-run
  178. &"warning: GDB: Failed to set controlling terminal: Invalid argument\n"
  179.  
  180. >=thread-group-started,id="i1",pid="19669"
  181. sThread group i1 created
  182. dTaking notice of pid 19669
  183. >=thread-created,id="1",group-id="i1"
  184. sThread 1 created
  185. >188^running
  186. dNOTE: ENGINE RUN AND INFERIOR RUN OK
  187. dState changed from EngineRunRequested(7) to InferiorRunOk(11).
  188. dINFERIOR STARTED
  189. sApplication started
  190. >*running,thread-id="all"
  191. >=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1"
  192. sLibrary /lib64/ld-linux-x86-64.so.2 loaded
  193. >=library-loaded,id="/lib/x86_64-linux-gnu/libc.so.6",target-name="/lib/x86_64-linux-gnu/libc.so.6",host-name="/lib/x86_64-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i1"
  194. sLibrary /lib/x86_64-linux-gnu/libc.so.6 loaded
  195. x: 100.100000, y: 100.100000
  196. >=thread-exited,id="1",group-id="i1"
  197. sThread 1 in group i1 exited
  198. >=thread-group-exited,id="i1",exit-code="0"
  199. sThread group i1 exited
  200. >*stopped,reason="exited-normally"
  201. sApplication exited normally
  202. dNOTE: INFERIOR EXITED
  203. dState changed from InferiorRunOk(11) to InferiorExitOk(16).
  204. dState changed from InferiorExitOk(16) to InferiorShutdownOk(19).
  205. dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20).
  206. dQUEUE: SHUTDOWN ENGINE
  207. dCALL: SHUTDOWN ENGINE
  208. dPLAIN ADAPTER SHUTDOWN 20
  209. dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
  210. <189-gdb-exit
  211. >189^exit
  212. dGDB CLAIMS EXIT; WAITING
  213. dGDB PROCESS FINISHED, status 0, code 0
  214. dNOTE: ENGINE SHUTDOWN OK
  215. dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22).
  216. dState changed from EngineShutdownOk(22) to DebuggerFinished(23).
  217. dQUEUE: FINISH DEBUGGER
  218. dNOTE: FINISH DEBUGGER
  219. dHANDLE RUNCONTROL FINISHED
  220. sDebugger finished.
  221.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement