Guest User

Untitled

a guest
Jul 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.01 KB | None | 0 0
  1. sStarting debugger "GdbEngine" for ABI "x86-macos-generic-mach_o-64bit"...
  2. dStart parameters: 'test' mode: 1
  3. dABI: x86-macos-generic-mach_o-64bit
  4. dLanguages: c++
  5. dExecutable: /Users/jophish/projects/test/build/test
  6. dDirectory: /Users/jophish/projects/test/build
  7. dDebugger: /usr/bin/gdb
  8. dProject: /Users/jophish/projects/test (built: /Users/jophish/projects/test/build)
  9. dQML server: 127.0.0.1:3768
  10. dSysroot:
  11. dDebug Source Location:
  12. dSymbol file:
  13. dDumper libraries: /qtc-debugging-helper/ /Users/jophish/src/qt-creator/build/bin/Qt Creator.app/Contents/qtc-debugging-helper/0/ /Users/jophish/Library/Application Support/Nokia/QtCreator/qtc-debugging-helper/0/
  14. d
  15. dDebugger settings:
  16. dUseAlternatingRowColours: false (default: false)
  17. dFontSizeFollowsEditor: false (default: false)
  18. dUseMessageBoxForSignals: true (default: true)
  19. dAutoQuit: false (default: false)
  20. dLogTimeStamps: false (default: false)
  21. dVerboseLog: false (default: false)
  22. dCloseBuffersOnExit: false (default: false)
  23. dSwitchModeOnExit: false (default: false)
  24. dRaiseOnInterrupt: true (default: true)
  25. dUseDebuggingHelper: true (default: true)
  26. dUseCodeModel: true (default: true)
  27. dShowThreadNames: true (default: false) ***
  28. dUseToolTips: false (default: false)
  29. dUseToolTipsInLocalsView: false (default: false)
  30. dUseToolTipsInBreakpointsView: false (default: false)
  31. dUseAddressInBreakpointsView: false (default: false)
  32. dUseAddressInStackView: false (default: false)
  33. dLoadGdbInit: true (default: true)
  34. dGdbStartupCommands: (default: )
  35. dWatchdogTimeout: 20 (default: 20)
  36. dAutoEnrichParameters: false (default: false)
  37. dUseDynamicType: true (default: true)
  38. dTargetAsync: false (default: false)
  39. dMaximalStackDepth: 20 (default: 20)
  40. dAlwaysAdjustStackColumnWidths: false (default: false)
  41. dShowStandardNamespace: true (default: true)
  42. dShowQtNamespace: true (default: true)
  43. dSortStructMembers: true (default: true)
  44. dAutoDerefPointers: true (default: true)
  45. dAlwaysAdjustLocalsColumnWidths: false (default: false)
  46. dListSourceFiles: false (default: false)
  47. dSkipKnownFrames: false (default: false)
  48. dEnableReverseDebugging: false (default: false)
  49. dAllPluginBreakpoints: true (default: true)
  50. dSelectedPluginBreakpoints: false (default: false)
  51. dAdjustBreakpointLocations: true (default: true)
  52. dAlwaysAdjustBreakpointsColumnWidths: false (default: false)
  53. dNoPluginBreakpoints: false (default: false)
  54. dSelectedPluginBreakpointsPattern: .* (default: .*)
  55. dBreakOnThrow: false (default: false)
  56. dBreakOnCatch: false (default: false)
  57. dBreakOnWarning: false (default: false)
  58. dBreakOnFatal: false (default: false)
  59. dBreakOnRaise: false (default: false)
  60. dAlwaysAdjustRegistersColumnWidths: false (default: false)
  61. dAlwaysAdjustSnapshotsColumnWidths: false (default: false)
  62. dAlwaysAdjustThreadsColumnWidths: false (default: false)
  63. dAlwaysAdjustModulesColumnWidths: false (default: false)
  64. dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
  65. dQUEUE: SETUP ENGINE
  66. dCALL: SETUP ENGINE
  67. dTRYING TO START ADAPTER
  68. dENABLING TEST CASE: 0
  69. dSTARTING /usr/bin/gdb -i mi --tty=/var/folders/pb/9ht182vd7vq6x_sfypg_sypc0000gn/T/qt_temp.W35949
  70. dGDB STARTED, INITIALIZING IT
  71. <1show version
  72. <2-list-features
  73. <3set print object on
  74. <4set breakpoint pending on
  75. <5set print elements 10000
  76. <6set overload-resolution off
  77. <7handle SIGSEGV nopass stop print
  78. <8set unwindonsignal on
  79. <9pwd
  80. <10set width 0
  81. <11set height 0
  82. <12-interpreter-exec console "set breakpoint always-inserted on"
  83. <13-interpreter-exec console "set trust-readonly-sections on"
  84. <14-interpreter-exec console "set auto-solib-add on"
  85. <15-interpreter-exec console "set remotecache on"
  86. <16-interpreter-exec console "maintenance set internal-warning quit no"
  87. <17-interpreter-exec console "maintenance set internal-error quit no"
  88. <18-interpreter-exec console "disassemble 0 0"
  89. <19-interpreter-exec console "python execfile('/Users/jophish/src/qt-creator/build/bin/Qt Creator.app/Contents/Resources/dumper/bridge.py')"
  90. <20-interpreter-exec console "python execfile('/Users/jophish/src/qt-creator/build/bin/Qt Creator.app/Contents/Resources/dumper/dumper.py')"
  91. <21-interpreter-exec console "python execfile('/Users/jophish/src/qt-creator/build/bin/Qt Creator.app/Contents/Resources/dumper/qttypes.py')"
  92. <22-interpreter-exec console "bbsetup"
  93. dADAPTER SUCCESSFULLY STARTED
  94. dNOTE: ENGINE SETUP OK
  95. dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
  96. dQUEUE: SETUP INFERIOR
  97. dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
  98. dQUEUE: SETUP INFERIOR
  99. dUNEXPECTED GDB STDERR: Undefined set breakpoint command: "always-inserted on". Try "help set breakpoint".
  100. dUndefined maintenance set command: "internal-warning quit no". Try "help maintenance set".
  101. dUndefined maintenance set command: "internal-error quit no". Try "help maintenance set".
  102. d
  103. dUNEXPECTED GDB STDERR: Undefined command: "python". Try "help".
  104. dUndefined command: "python". Try "help".
  105. dUndefined command: "python". Try "help".
  106. dUndefined command: "bbsetup". Try "help".
  107. d
  108. >~"GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)\n"
  109. >~"Copyright 2004 Free Software Foundation, Inc.\n"
  110. >~"GDB is free software, covered by the GNU General Public License, and you are\nwelcome to change it and/or distribute copies of it under certain conditions.\nType \"show copying\" to see the conditions.\nThere is absolutely no warranty for GDB. Type \"show warranty\" for details.\n"
  111. >~"This GDB was configured as \"x86_64-apple-darwin\"."
  112. >~"\n"
  113. >&"show version\n"
  114. >~"GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)\n"
  115. >~"Copyright 2004 Free Software Foundation, Inc.\n"
  116. >~"GDB is free software, covered by the GNU General Public License, and you are\nwelcome to change it and/or distribute copies of it under certain conditions.\nType \"show copying\" to see the conditions.\nThere is absolutely no warranty for GDB. Type \"show warranty\" for details.\n"
  117. >~"This GDB was configured as \"x86_64-apple-darwin\".\n"
  118. >1^done
  119. dPARSING VERSION: 1^done
  120. d
  121. dSUPPORTED GDB VERSION GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)
  122. dCopyright 2004 Free Software Foundation, Inc.
  123. dGDB is free software, covered by the GNU General Public License, and you are
  124. dwelcome to change it and/or distribute copies of it under certain conditions.
  125. dType "show copying" to see the conditions.
  126. dThere is absolutely no warranty for GDB. Type "show warranty" for details.
  127. dThis GDB was configured as "x86_64-apple-darwin".
  128. dGNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)
  129. dCopyright 2004 Free Software Foundation, Inc.
  130. dGDB is free software, covered by the GNU General Public License, and you are
  131. dwelcome to change it and/or distribute copies of it under certain conditions.
  132. dType "show copying" to see the conditions.
  133. dThere is absolutely no warranty for GDB. Type "show warranty" for details.
  134. dThis GDB was configured as "x86_64-apple-darwin".
  135. d
  136. dUSING GDB VERSION: 60350, BUILD: 1752 (APPLE)
  137. <23-interpreter-exec console "set target-async off"
  138. <24-interpreter-exec console "set build-id-verbose 2"
  139. >2^error,msg="Undefined MI command: list-features"
  140. dFEATURES: 2^error,data={msg="Undefined MI command: list-features"}
  141. d
  142. >&"set print object on\n"
  143. >3^done
  144. >&"set breakpoint pending on\n"
  145. >4^done
  146. >&"set print elements 10000\n"
  147. >5^done
  148. >&"set overload-resolution off\n"
  149. >6^done
  150. >&"handle SIGSEGV nopass stop print\n"
  151. >7^done
  152. >&"set unwindonsignal on\n"
  153. >8^done
  154. >&"pwd\n"
  155. >~"Working directory /Users/jophish/projects/test/build.\n"
  156. >9^done
  157. >&"set width 0\n"
  158. >10^done
  159. >&"set height 0\n"
  160. >11^done
  161. >12^error,msg="Undefined set breakpoint command: \"always-inserted on\". Try \"help set breakpoint\"."
  162. >13^done,time={wallclock="0.00002",user="0.00002",system="0.00001",start="1333301618.552971",end="1333301618.552994"}
  163. >14^done,time={wallclock="0.00002",user="0.00002",system="0.00000",start="1333301618.553072",end="1333301618.553091"}
  164. >15^done,time={wallclock="0.00006",user="0.00005",system="0.00001",start="1333301618.562571",end="1333301618.562630"}
  165. >16^error,msg="Undefined maintenance set command: \"internal-warning quit no\". Try \"help maintenance set\"."
  166. >17^error,msg="Undefined maintenance set command: \"internal-error quit no\". Try \"help maintenance set\"."
  167. >Dump of assembler code from 0x0 to 0x0:
  168. >End of assembler dump.
  169. >18^done,time={wallclock="0.00009",user="0.00007",system="0.00002",start="1333301618.563086",end="1333301618.563180"}
  170. >19^error,msg="Undefined command: \"python\". Try \"help\"."
  171. >20^error,msg="Undefined command: \"python\". Try \"help\"."
  172. >21^error,msg="Undefined command: \"python\". Try \"help\"."
  173. >22^error,msg="Undefined command: \"bbsetup\". Try \"help\"."
  174. dUNEXPECTED GDB STDERR: No symbol table is loaded. Use the "file" command.
  175. dNo symbol table is loaded. Use the "file" command.
  176. d
  177. >23^error,msg="No symbol table is loaded. Use the \"file\" command."
  178. >24^error,msg="No symbol table is loaded. Use the \"file\" command."
  179. dCALL: SETUP INFERIOR
  180. sSetting up inferior...
  181. <25-file-exec-and-symbols "/Users/jophish/projects/test/build/test"
  182. >25^done,time={wallclock="0.06116",user="0.02663",system="0.00632",start="1333301618.762188",end="1333301618.823344"}
  183. sSetting breakpoints...
  184. dSetting breakpoints...
  185. <26maint print msymbols /var/folders/pb/9ht182vd7vq6x_sfypg_sypc0000gn/T/gdb_ns_.E35949
  186. >&"maint print msymbols /var/folders/pb/9ht182vd7vq6x_sfypg_sypc0000gn/T/gdb_ns_.E35949\n"
  187. >26^done
  188. dFOUND NON-NAMESPACED QT
  189. dNOTE: INFERIOR SETUP OK
  190. dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
  191. dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
  192. dQUEUE: RUN ENGINE
  193. dCALL: RUN ENGINE
  194. <27-exec-run
  195. >~"[Switching to process 36027 thread 0x0]\n"
  196. dFOUND PID 36027
  197. dTaking notice of pid 36027
  198. >=shlibs-updated
  199. >27^running
  200. dNOTE: ENGINE RUN AND INFERIOR RUN OK
  201. sRunning.
  202. dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
  203. dINFERIOR STARTED
  204. sApplication started
  205. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/cp-demangle.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/cp-demangle.c\".\n"
  206. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/cp-demangle.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/cp-demangle.c".
  207.  
  208. >&"\n"
  209. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_alloc.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_alloc.cc\".\n"
  210. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_alloc.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_alloc.cc".
  211.  
  212. >&"\n"
  213. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_aux_runtime.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_aux_runtime.cc\".\n"
  214. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_aux_runtime.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_aux_runtime.cc".
  215.  
  216. >&"\n"
  217. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_call.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_call.cc\".\n"
  218. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_call.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_call.cc".
  219.  
  220. >&"\n"
  221. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_catch.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_catch.cc\".\n"
  222. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_catch.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_catch.cc".
  223.  
  224. >&"\n"
  225. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_extensions.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_extensions.cc\".\n"
  226. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_extensions.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_extensions.cc".
  227.  
  228. >&"\n"
  229. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_globals.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_globals.cc\".\n"
  230. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_globals.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_globals.cc".
  231.  
  232. >&"\n"
  233. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_personality.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_personality.cc\".\n"
  234. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_personality.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_personality.cc".
  235.  
  236. >&"\n"
  237. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_term_handler.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_term_handler.cc\".\n"
  238. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_term_handler.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_term_handler.cc".
  239.  
  240. >&"\n"
  241. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_terminate.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_terminate.cc\".\n"
  242. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_terminate.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_terminate.cc".
  243.  
  244. >&"\n"
  245. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_throw.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_throw.cc\".\n"
  246. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_throw.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_throw.cc".
  247.  
  248. >&"\n"
  249. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_type.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_type.cc\".\n"
  250. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_type.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_type.cc".
  251.  
  252. >&"\n"
  253. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_unex_handler.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/eh_unex_handler.cc\".\n"
  254. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/eh_unex_handler.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/eh_unex_handler.cc".
  255.  
  256. >&"\n"
  257. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/guard.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/guard.cc\".\n"
  258. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/guard.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/guard.cc".
  259.  
  260. >&"\n"
  261. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/new_handler.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/new_handler.cc\".\n"
  262. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/new_handler.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/new_handler.cc".
  263.  
  264. >&"\n"
  265. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/pure.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/pure.cc\".\n"
  266. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/pure.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/pure.cc".
  267.  
  268. >&"\n"
  269. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/tinfo.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/tinfo.cc\".\n"
  270. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/tinfo.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/tinfo.cc".
  271.  
  272. >&"\n"
  273. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/tinfo2.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/tinfo2.cc\".\n"
  274. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/tinfo2.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/tinfo2.cc".
  275.  
  276. >&"\n"
  277. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/vec.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/vec.cc\".\n"
  278. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/vec.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/vec.cc".
  279.  
  280. >&"\n"
  281. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/vterminate.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/src/vterminate.cc\".\n"
  282. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/vterminate.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/src/vterminate.cc".
  283.  
  284. >&"\n"
  285. >&"warning: Could not find object file \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/c++abi_vers.o\" - no debug information available for \"/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/DerivedSources/c++abi_vers.c\".\n"
  286. Could not find object file "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/Objects-normal/x86_64/c++abi_vers.o" - no debug information available for "/Users/hhinnant/Development/libcppabi_sl/build/libcppabi.build/Release/libc++abi.dylib.build/DerivedSources/c++abi_vers.c".
  287.  
  288. >&"\n"
  289. >=shlibs-added,shlib-info={num="2",name="test",kind="-",dyld-addr="0x100000000",reason="exec",requested-state="Y",state="Y",path="/Users/jophish/projects/test/build/test",description="/Users/jophish/projects/test/build/test",loaded_addr="",slide="0x0",prefix=""},time={now="1333301619.103218"}
  290. >=shlibs-added,shlib-info={num="3",name="libstdc++.6.0.9.dylib",kind="-",dyld-addr="0x7fff84c30000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/libstdc++.6.0.9.dylib",description="/usr/lib/libstdc++.6.0.9.dylib",loaded_addr="0x7fff84c30000",slide="0x7fff84c30000",prefix=""},time={now="1333301619.103401"}
  291. >=shlibs-added,shlib-info={num="4",name="libSystem.B.dylib",kind="-",dyld-addr="0x7fff8665e000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/libSystem.B.dylib",description="/usr/lib/libSystem.B.dylib",loaded_addr="0x7fff8665e000",slide="0x7fff8665e000",prefix=""},time={now="1333301619.103569"}
  292. >=shlibs-added,shlib-info={num="5",name="libc++abi.dylib",kind="-",dyld-addr="0x100004000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/libc++abi.dylib",description="/usr/lib/libc++abi.dylib",loaded_addr="0x100004000",slide="0x100004000",prefix=""},time={now="1333301619.103725"}
  293. >=shlibs-added,shlib-info={num="6",name="libcache.dylib",kind="-",dyld-addr="0x7fff866a4000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libcache.dylib",description="/usr/lib/system/libcache.dylib",loaded_addr="0x7fff866a4000",slide="0x7fff866a4000",prefix=""},time={now="1333301619.103898"}
  294. >=shlibs-added,shlib-info={num="7",name="libcommonCrypto.dylib",kind="-",dyld-addr="0x7fff8602a000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libcommonCrypto.dylib",description="/usr/lib/system/libcommonCrypto.dylib",loaded_addr="0x7fff8602a000",slide="0x7fff8602a000",prefix=""},time={now="1333301619.104079"}
  295. >=shlibs-added,shlib-info={num="8",name="libcompiler_rt.dylib",kind="-",dyld-addr="0x7fff86385000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libcompiler_rt.dylib",description="/usr/lib/system/libcompiler_rt.dylib",loaded_addr="0x7fff86385000",slide="0x7fff86385000",prefix=""},time={now="1333301619.104282"}
  296. >=shlibs-added,shlib-info={num="9",name="libcopyfile.dylib",kind="-",dyld-addr="0x7fff84db9000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libcopyfile.dylib",description="/usr/lib/system/libcopyfile.dylib",loaded_addr="0x7fff84db9000",slide="0x7fff84db9000",prefix=""},time={now="1333301619.104466"}
  297. >=shlibs-added,shlib-info={num="10",name="libdispatch.dylib",kind="-",dyld-addr="0x7fff84e3e000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libdispatch.dylib",description="/usr/lib/system/libdispatch.dylib",loaded_addr="0x7fff84e3e000",slide="0x7fff84e3e000",prefix=""},time={now="1333301619.104638"}
  298. >=shlibs-added,shlib-info={num="11",name="libdnsinfo.dylib",kind="-",dyld-addr="0x7fff84c2e000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libdnsinfo.dylib",description="/usr/lib/system/libdnsinfo.dylib",loaded_addr="0x7fff84c2e000",slide="0x7fff84c2e000",prefix=""},time={now="1333301619.104807"}
  299. >=shlibs-added,shlib-info={num="12",name="libdyld.dylib",kind="-",dyld-addr="0x7fff84e4d000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libdyld.dylib",description="/usr/lib/system/libdyld.dylib",loaded_addr="0x7fff84e4d000",slide="0x7fff84e4d000",prefix=""},time={now="1333301619.104961"}
  300. >=shlibs-added,shlib-info={num="13",name="libkeymgr.dylib",kind="-",dyld-addr="0x7fff861fe000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libkeymgr.dylib",description="/usr/lib/system/libkeymgr.dylib",loaded_addr="0x7fff861fe000",slide="0x7fff861fe000",prefix=""},time={now="1333301619.105123"}
  301. >=shlibs-added,shlib-info={num="14",name="liblaunch.dylib",kind="-",dyld-addr="0x7fff8606d000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/liblaunch.dylib",description="/usr/lib/system/liblaunch.dylib",loaded_addr="0x7fff8606d000",slide="0x7fff8606d000",prefix=""},time={now="1333301619.105375"}
  302. Hello
  303.  
  304. >=shlibs-added,shlib-info={num="15",name="libmacho.dylib",kind="-",dyld-addr="0x7fff8668d000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libmacho.dylib",description="/usr/lib/system/libmacho.dylib",loaded_addr="0x7fff8668d000",slide="0x7fff8668d000",prefix=""},time={now="1333301619.105560"}
  305. >=shlibs-added,shlib-info={num="16",name="libmathCommon.A.dylib",kind="-",dyld-addr="0x7fff84e2c000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libmathCommon.A.dylib",description="/usr/lib/system/libmathCommon.A.dylib",loaded_addr="0x7fff84e2c000",slide="0x7fff84e2c000",prefix=""},time={now="1333301619.105761"}
  306. >=shlibs-added,shlib-info={num="17",name="libquarantine.dylib",kind="-",dyld-addr="0x7fff860ab000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libquarantine.dylib",description="/usr/lib/system/libquarantine.dylib",loaded_addr="0x7fff860ab000",slide="0x7fff860ab000",prefix=""},time={now="1333301619.105947"}
  307. >=shlibs-added,shlib-info={num="18",name="libremovefile.dylib",kind="-",dyld-addr="0x7fff85dfa000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libremovefile.dylib",description="/usr/lib/system/libremovefile.dylib",loaded_addr="0x7fff85dfa000",slide="0x7fff85dfa000",prefix=""},time={now="1333301619.106126"}
  308. >=shlibs-added,shlib-info={num="19",name="libsystem_blocks.dylib",kind="-",dyld-addr="0x7fff84db7000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_blocks.dylib",description="/usr/lib/system/libsystem_blocks.dylib",loaded_addr="0x7fff84db7000",slide="0x7fff84db7000",prefix=""},time={now="1333301619.106303"}
  309. >=shlibs-added,shlib-info={num="20",name="libsystem_c.dylib",kind="-",dyld-addr="0x7fff84f60000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_c.dylib",description="/usr/lib/system/libsystem_c.dylib",loaded_addr="0x7fff84f60000",slide="0x7fff84f60000",prefix=""},time={now="1333301619.106469"}
  310. >=shlibs-added,shlib-info={num="21",name="libsystem_dnssd.dylib",kind="-",dyld-addr="0x7fff84f57000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_dnssd.dylib",description="/usr/lib/system/libsystem_dnssd.dylib",loaded_addr="0x7fff84f57000",slide="0x7fff84f57000",prefix=""},time={now="1333301619.106664"}
  311. >=shlibs-added,shlib-info={num="22",name="libsystem_info.dylib",kind="-",dyld-addr="0x7fff84df0000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_info.dylib",description="/usr/lib/system/libsystem_info.dylib",loaded_addr="0x7fff84df0000",slide="0x7fff84df0000",prefix=""},time={now="1333301619.106856"}
  312. >=shlibs-added,shlib-info={num="23",name="libsystem_kernel.dylib",kind="-",dyld-addr="0x7fff8639c000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_kernel.dylib",description="/usr/lib/system/libsystem_kernel.dylib",loaded_addr="0x7fff8639c000",slide="0x7fff8639c000",prefix=""},time={now="1333301619.107054"}
  313. >=shlibs-added,shlib-info={num="24",name="libsystem_network.dylib",kind="-",dyld-addr="0x7fff86024000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_network.dylib",description="/usr/lib/system/libsystem_network.dylib",loaded_addr="0x7fff86024000",slide="0x7fff86024000",prefix=""},time={now="1333301619.107237"}
  314. >=shlibs-added,shlib-info={num="25",name="libsystem_notify.dylib",kind="-",dyld-addr="0x7fff861f4000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_notify.dylib",description="/usr/lib/system/libsystem_notify.dylib",loaded_addr="0x7fff861f4000",slide="0x7fff861f4000",prefix=""},time={now="1333301619.107413"}
  315. >=shlibs-added,shlib-info={num="26",name="libsystem_sandbox.dylib",kind="-",dyld-addr="0x7fff84b9c000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libsystem_sandbox.dylib",description="/usr/lib/system/libsystem_sandbox.dylib",loaded_addr="0x7fff84b9c000",slide="0x7fff84b9c000",prefix=""},time={now="1333301619.107612"}
  316. >=shlibs-added,shlib-info={num="27",name="libunc.dylib",kind="-",dyld-addr="0x7fff860ae000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libunc.dylib",description="/usr/lib/system/libunc.dylib",loaded_addr="0x7fff860ae000",slide="0x7fff860ae000",prefix=""},time={now="1333301619.107769"}
  317. >=shlibs-added,shlib-info={num="28",name="libunwind.dylib",kind="-",dyld-addr="0x7fff863d4000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libunwind.dylib",description="/usr/lib/system/libunwind.dylib",loaded_addr="0x7fff863d4000",slide="0x7fff863d4000",prefix=""},time={now="1333301619.107934"}
  318. >=shlibs-added,shlib-info={num="29",name="libxpc.dylib",kind="-",dyld-addr="0x7fff86078000",reason="dyld",requested-state="Y",state="Y",path="/usr/lib/system/libxpc.dylib",description="/usr/lib/system/libxpc.dylib",loaded_addr="0x7fff86078000",slide="0x7fff86078000",prefix=""},time={now="1333301619.108090"}
  319. >27*stopped,time={wallclock="0.15855",user="0.04288",system="0.01888",start="1333301618.953544",end="1333301619.112097"},reason="exited-normally"
  320. sApplication exited normally
  321. dNOTE: INFERIOR EXITED
  322. dState changed from InferiorRunOk(11) to InferiorExitOk(16) [master]
  323. dState changed from InferiorExitOk(16) to InferiorShutdownOk(19) [master]
  324. dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) [master]
  325. dQUEUE: SHUTDOWN ENGINE
  326. dCALL: SHUTDOWN ENGINE
  327. dPLAIN ADAPTER SHUTDOWN 20
  328. dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
  329. <28-gdb-exit
  330. >28^exit
  331. dGDB CLAIMS EXIT; WAITING
  332. dGDB PROCESS FINISHED, status 0, code 0
  333. dNOTE: ENGINE SHUTDOWN OK
  334. dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22) [master]
  335. dState changed from EngineShutdownOk(22) to DebuggerFinished(23) [master]
  336. dQUEUE: FINISH DEBUGGER
  337. dNOTE: FINISH DEBUGGER
  338. dHANDLE RUNCONTROL FINISHED
  339. sDebugger finished.
Add Comment
Please, Sign In to add comment