Advertisement
orgads

Untitled

Apr 3rd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.90 KB | None | 0 0
  1. sStarting debugger "GdbEngine" for ABI "x86-windows-msys-pe-32bit"...
  2. dStart parameters: 'Remote: "10.33.9.60:10000"' mode: 6
  3. dABI: x86-windows-msys-pe-32bit
  4. dLanguages: any
  5. dExecutable: L:\Project\Project.elf
  6. dDebugger: C:\Qt\qtcreator-2.4.0\pythongdb\mips64-octeon-linux-gnu-gdb-7.4.exe
  7. dQML server: 127.0.0.1:3768
  8. dRemote: 10.33.9.60:10000,
  9. dSysroot: D:/sysroot/octeon17
  10. dDebug Source Location:
  11. dSymbol file:
  12. dDumper libraries:
  13. d
  14. dDebugger settings:
  15. dUseAlternatingRowColours: false (default: false)
  16. dFontSizeFollowsEditor: false (default: false)
  17. dUseMessageBoxForSignals: true (default: true)
  18. dAutoQuit: false (default: false)
  19. dLogTimeStamps: false (default: false)
  20. dVerboseLog: false (default: false)
  21. dCloseBuffersOnExit: false (default: false)
  22. dSwitchModeOnExit: false (default: false)
  23. dUseDebuggingHelper: true (default: true)
  24. dUseCodeModel: true (default: true)
  25. dShowThreadNames: true (default: false) ***
  26. dUseToolTips: true (default: false) ***
  27. dUseToolTipsInLocalsView: true (default: false) ***
  28. dUseToolTipsInBreakpointsView: false (default: false)
  29. dUseAddressInBreakpointsView: false (default: false)
  30. dUseAddressInStackView: true (default: false) ***
  31. dRegisterForPostMortem: true (default: false) ***
  32. dLoadGdbInit: true (default: true)
  33. dGdbStartupCommands: handle SIGUSR1 nostop
  34. dhandle SIGUSR1 noprint
  35. dhandle SIGUSR2 nostop
  36. dhandle SIGUSR2 noprint
  37. dhandle SIGALRM nostop
  38. dhandle SIGALRM noprint
  39. dhandle SIG44 nostop
  40. d
  41. dpython execfile('//netapp1/R&D/Application Group/Internal Documents/Qt Creator/remote/acdumper.beta.py')
  42. d (default: ) ***
  43. dWatchdogTimeout: 40 (default: 20) ***
  44. dAutoEnrichParameters: false (default: false)
  45. dUseDynamicType: true (default: true)
  46. dTargetAsync: true (default: false) ***
  47. dMaximalStackDepth: 20 (default: 20)
  48. dAlwaysAdjustStackColumnWidths: false (default: false)
  49. dShowStandardNamespace: true (default: true)
  50. dShowQtNamespace: true (default: true)
  51. dSortStructMembers: true (default: true)
  52. dAutoDerefPointers: true (default: true)
  53. dAlwaysAdjustLocalsColumnWidths: false (default: false)
  54. dListSourceFiles: false (default: false)
  55. dSkipKnownFrames: false (default: false)
  56. dEnableReverseDebugging: false (default: false)
  57. dAllPluginBreakpoints: true (default: true)
  58. dSelectedPluginBreakpoints: false (default: false)
  59. dAdjustBreakpointLocations: true (default: true)
  60. dAlwaysAdjustBreakpointsColumnWidths: false (default: false)
  61. dNoPluginBreakpoints: false (default: false)
  62. dSelectedPluginBreakpointsPattern: .* (default: .*)
  63. dBreakOnThrow: false (default: false)
  64. dBreakOnCatch: false (default: false)
  65. dBreakOnWarning: false (default: false)
  66. dBreakOnFatal: false (default: false)
  67. dBreakOnRaise: true (default: false) ***
  68. dAlwaysAdjustRegistersColumnWidths: false (default: false)
  69. dAlwaysAdjustSnapshotsColumnWidths: false (default: false)
  70. dAlwaysAdjustThreadsColumnWidths: false (default: false)
  71. dAlwaysAdjustModulesColumnWidths: false (default: false)
  72. dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
  73. dQUEUE: SETUP ENGINE
  74. dCALL: SETUP ENGINE
  75. dTRYING TO START ADAPTER
  76. dENABLING TEST CASE: 0
  77. dSTARTING C:/Qt/qtcreator-2.4.0/pythongdb/mips64-octeon-linux-gnu-gdb-7.4.exe -i mi
  78. dGDB STARTED, INITIALIZING IT
  79. <93show version
  80. <94-list-features
  81. <95set print object on
  82. <96set breakpoint pending on
  83. <97set print elements 10000
  84. <98set overload-resolution off
  85. <99handle SIGSEGV nopass stop print
  86. <100set unwindonsignal on
  87. <101pwd
  88. <102set width 0
  89. <103set height 0
  90. <104-interpreter-exec console "set breakpoint always-inserted on"
  91. <105-interpreter-exec console "set trust-readonly-sections on"
  92. <106-interpreter-exec console "set auto-solib-add on"
  93. <107-interpreter-exec console "set remotecache on"
  94. <108-interpreter-exec console "maintenance set internal-warning quit no"
  95. <109-interpreter-exec console "maintenance set internal-error quit no"
  96. <110-interpreter-exec console "disassemble 0 0"
  97. <111-interpreter-exec console "python execfile('D:/Projects/qt-creator/qtc-master/share/qtcreator/dumper/bridge.py')"
  98. <112-interpreter-exec console "python execfile('D:/Projects/qt-creator/qtc-master/share/qtcreator/dumper/dumper.py')"
  99. <113-interpreter-exec console "python execfile('D:/Projects/qt-creator/qtc-master/share/qtcreator/dumper/qttypes.py')"
  100. <114handle SIGUSR1 nostop
  101. <handle SIGUSR1 noprint
  102. <handle SIGUSR2 nostop
  103. <handle SIGUSR2 noprint
  104. <handle SIGALRM nostop
  105. <handle SIGALRM noprint
  106. <handle SIG44 nostop
  107. <
  108. <python execfile('//netapp1/R&D/Application Group/Internal Documents/Qt Creator/remote/acdumper.beta.py')
  109. <
  110. <115-interpreter-exec console "bbsetup"
  111. dADAPTER SUCCESSFULLY STARTED
  112. dNOTE: ENGINE SETUP OK
  113. dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
  114. dQUEUE: SETUP INFERIOR
  115. dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
  116. dQUEUE: SETUP INFERIOR
  117. dCALL: SETUP INFERIOR
  118. sSetting up inferior...
  119. <118set sysroot D:/sysroot/octeon17
  120. <119set target-async on
  121. >=thread-group-added,id="i1"
  122. >~"GNU gdb (GDB) 7.4\n"
  123. >~"Copyright (C) 2012 Free Software Foundation, Inc.\n"
  124. >~"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"
  125. >~"This GDB was configured as \"--host=i686-pc-mingw32 --target=mips64-octeon-linux-gnu\".\nFor bug reporting instructions, please see:\n"
  126. >~"<http://www.gnu.org/software/gdb/bugs/>.\n"
  127. >&"show version\n"
  128. >~"GNU gdb (GDB) 7.4\n"
  129. >~"Copyright (C) 2012 Free Software Foundation, Inc.\n"
  130. >~"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"
  131. >~"This GDB was configured as \"--host=i686-pc-mingw32 --target=mips64-octeon-linux-gnu\".\nFor bug reporting instructions, please see:\n"
  132. >~"<http://www.gnu.org/software/gdb/bugs/>.\n"
  133. >93^done
  134. dPARSING VERSION: 93^done
  135. d
  136. dSUPPORTED GDB VERSION GNU gdb (GDB) 7.4
  137. dCopyright (C) 2012 Free Software Foundation, Inc.
  138. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  139. dThis is free software: you are free to change and redistribute it.
  140. dThere is NO WARRANTY, to the extent permitted by law. Type "show copying"
  141. dand "show warranty" for details.
  142. dThis GDB was configured as "--host=i686-pc-mingw32 --target=mips64-octeon-linux-gnu".
  143. dFor bug reporting instructions, please see:
  144. d<http://www.gnu.org/software/gdb/bugs/>.
  145. dGNU gdb (GDB) 7.4
  146. dCopyright (C) 2012 Free Software Foundation, Inc.
  147. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  148. dThis is free software: you are free to change and redistribute it.
  149. dThere is NO WARRANTY, to the extent permitted by law. Type "show copying"
  150. dand "show warranty" for details.
  151. dThis GDB was configured as "--host=i686-pc-mingw32 --target=mips64-octeon-linux-gnu".
  152. dFor bug reporting instructions, please see:
  153. d<http://www.gnu.org/software/gdb/bugs/>.
  154. d
  155. dUSING GDB VERSION: 70400, BUILD: 2012
  156. <121-interpreter-exec console "set target-async on"
  157. >94^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]
  158. dFEATURES: 94^done,data={features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]}
  159. d
  160. >&"set print object on\n"
  161. >95^done
  162. >&"set breakpoint pending on\n"
  163. >96^done
  164. >&"set print elements 10000\n"
  165. >97^done
  166. >&"set overload-resolution off\n"
  167. >98^done
  168. >&"handle SIGSEGV nopass stop print\n"
  169. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  170. >~"SIGSEGV Yes\tYes\tNo\t\tSegmentation fault\n"
  171. >99^done
  172. >&"set unwindonsignal on\n"
  173. >100^done
  174. >&"pwd\n"
  175. >~"Working directory C:\\Program Files\\AutoHotkey.\n"
  176. >101^done
  177. >&"set width 0\n"
  178. >102^done
  179. >&"set height 0\n"
  180. >103^done
  181. >104^done
  182. >105^done
  183. >106^done
  184. >107^done
  185. >108^done
  186. >109^done
  187. >&"A syntax error in expression, near `0'.\n"
  188. >110^error,msg="A syntax error in expression, near `0'."
  189. >111^done
  190. >112^done
  191. >113^done
  192. >&"handle SIGUSR1 nostop\n"
  193. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  194. >~"SIGUSR1 No\tYes\tYes\t\tUser defined signal 1\n"
  195. >114^done
  196. >&"handle SIGUSR1 noprint\n"
  197. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  198. >~"SIGUSR1 No\tNo\tYes\t\tUser defined signal 1\n"
  199. >^done
  200. >&"handle SIGUSR2 nostop\n"
  201. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  202. >~"SIGUSR2 No\tYes\tYes\t\tUser defined signal 2\n"
  203. >^done
  204. >&"handle SIGUSR2 noprint\n"
  205. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  206. >~"SIGUSR2 No\tNo\tYes\t\tUser defined signal 2\n"
  207. >^done
  208. >&"handle SIGALRM nostop\n"
  209. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  210. >~"SIGALRM No\tNo\tYes\t\tAlarm clock\n"
  211. >^done
  212. >&"handle SIGALRM noprint\n"
  213. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  214. >~"SIGALRM No\tNo\tYes\t\tAlarm clock\n"
  215. >^done
  216. >&"handle SIG44 nostop\n"
  217. >~"Signal Stop\tPrint\tPass to program\tDescription\n"
  218. >~"SIG44 No\tYes\tYes\t\tReal-time event 44\n"
  219. >^done
  220. >&"\n"
  221. >^done
  222. >&"python execfile('//netapp1/R&D/Application Group/Internal Documents/Qt Creator/remote/acdumper.beta.py')\n"
  223. >^done
  224. >&"\n"
  225. >^done
  226. >~"dumpers=[{type=\"std__stack\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"TLitC\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"boost__posix_time__ptime\",formats=\"\"},{type=\"gwBaseEventHandler\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"QMultiMap\",formats=\"Normal,Compact\"},{type=\"QModelIndex\",formats=\"Normal,Enhanced\"},{type=\"QLocale\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"ac_infra__CList\",formats=\"\"},{type=\"ResourceObj\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"PhoneNumber\",formats=\"\"},{type=\"SmartPtr\",formats=\"\"},{type=\"QMap\",formats=\"Normal,Compact\"},{type=\"QChar\",formats=\"\"},{type=\"AcMBufferString\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"boost__posix_time__time_duration\",formats=\"\"},{type=\"gnTFullIPAddress\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"AcSIPString\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"gwSimpleList\",formats=\"\"},{type=\"QString\",formats=\"Inline,Separate Window\",editable=\"true\"},{type=\"QHash\",formats=\"Normal,Compact\"},{type=\"std__array\",formats=\"\"},{type=\"gwBaseEvent\",formats=\"\"},{type=\"QLinkedList\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"gwLinkedList\",formats=\"\"},{type=\"QTextCodec\",formats=\"\"},{type=\"std__shared_ptr\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"std__string\",formats=\"\",editable=\"true\"},{type=\"std__map\",formats=\"Normal,Compact\"},{type=\"gwBaseCoreEvent\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},{type=\"gwGenericBaseEvent\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"Normal,Enhanced\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"__gnu_cxx__hash_set\",formats=\"\"},{type=\"QRegion\",formats=\"\"},{type=\"std__wstring\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QxXmlAttributes\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"boost__gregorian__date\",formats=\"\"},{type=\"gnTIPAddress\",formats=\"\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"SmartResourceObj\",formats=\"\"},{type=\"std__complex\",formats=\"\"},{type=\"AcString\",formats=\"\"},{type=\"gwURI\",formats=\"\"},{type=\"boost__optional\",formats=\"\"},{type=\"GwRedundancyKey\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"QStringList\",formats=\"\"},{type=\"QRegExp\",formats=\"\"},{type=\"std__vector\",formats=\"\",editable=\"true\"},{type=\"QFlags\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"std__list\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"std__unique_ptr\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QMapNode\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"QVector\",formats=\"\",editable=\"true\"},{type=\"QHashNode\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"wstring\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},],hasInferiorThreadList=\"1\"\n"
  227. >115^done
  228. >&"set sysroot D:/sysroot/octeon17\n"
  229. >118^done
  230. >&"set target-async on\n"
  231. >119^done
  232. >120^done
  233. <122target remote 10.33.9.60:10000
  234. >121^done
  235. >&"target remote 10.33.9.60:10000\n"
  236. >~"Remote debugging using 10.33.9.60:10000\n"
  237. >=thread-group-started,id="i1",pid="42000"
  238. sThread group i1 created
  239. dTaking notice of pid 42000
  240. >=thread-created,id="1",group-id="i1"
  241. sThread 1 created
  242. >=library-loaded,id="/lib32/libpthread.so.0",target-name="/lib32/libpthread.so.0",host-name="D:/sysroot/octeon17/lib32/libpthread.so.0",symbols-loaded="0",thread-group="i1"
  243. sLibrary /lib32/libpthread.so.0 loaded
  244. >=library-loaded,id="/lib32/libnl.so.1",target-name="/lib32/libnl.so.1",host-name="D:/sysroot/octeon17/lib32/libnl.so.1",symbols-loaded="0",thread-group="i1"
  245. sLibrary /lib32/libnl.so.1 loaded
  246. >=library-loaded,id="/lib32/libcrypt.so.1",target-name="/lib32/libcrypt.so.1",host-name="D:/sysroot/octeon17/lib32/libcrypt.so.1",symbols-loaded="0",thread-group="i1"
  247. sLibrary /lib32/libcrypt.so.1 loaded
  248. >=library-loaded,id="/lib32/librt.so.1",target-name="/lib32/librt.so.1",host-name="/lib32/librt.so.1",symbols-loaded="0",thread-group="i1"
  249. sLibrary /lib32/librt.so.1 loaded
  250. >=library-loaded,id="/lib32/libutil.so.1",target-name="/lib32/libutil.so.1",host-name="/lib32/libutil.so.1",symbols-loaded="0",thread-group="i1"
  251. sLibrary /lib32/libutil.so.1 loaded
  252. >=library-loaded,id="/usr/lib32/libstdc++.so.6",target-name="/usr/lib32/libstdc++.so.6",host-name="D:/sysroot/octeon17/usr/lib32/libstdc++.so.6",symbols-loaded="0",thread-group="i1"
  253. sLibrary /usr/lib32/libstdc++.so.6 loaded
  254. >=library-loaded,id="/lib32/libm.so.6",target-name="/lib32/libm.so.6",host-name="D:/sysroot/octeon17/lib32/libm.so.6",symbols-loaded="0",thread-group="i1"
  255. sLibrary /lib32/libm.so.6 loaded
  256. >=library-loaded,id="/usr/lib32/libgcc_s.so.1",target-name="/usr/lib32/libgcc_s.so.1",host-name="D:/sysroot/octeon17/usr/lib32/libgcc_s.so.1",symbols-loaded="0",thread-group="i1"
  257. sLibrary /usr/lib32/libgcc_s.so.1 loaded
  258. >=library-loaded,id="/lib32/libc.so.6",target-name="/lib32/libc.so.6",host-name="D:/sysroot/octeon17/lib32/libc.so.6",symbols-loaded="0",thread-group="i1"
  259. sLibrary /lib32/libc.so.6 loaded
  260. >=library-loaded,id="/lib32/ld.so.1",target-name="/lib32/ld.so.1",host-name="D:/sysroot/octeon17/lib32/ld.so.1",symbols-loaded="0",thread-group="i1"
  261. sLibrary /lib32/ld.so.1 loaded
  262. >&"warning: Could not load shared library symbols for 2 libraries, e.g. /lib32/librt.so.1.\nUse the \"info sharedlibrary\" command to see the complete listing.\nDo you need \"set solib-search-path\" or \"set sysroot\"?"
  263. Could not load shared library symbols for 2 libraries, e.g. /lib32/librt.so.1.
  264. Use the "info sharedlibrary" command to see the complete listing.
  265. Do you need "set solib-search-path" or "set sysroot"?
  266. >&"\n"
  267. >~"Reading symbols from D:/sysroot/octeon17/lib32/libpthread.so.0..."
  268. sReading D:/sysroot/octeon17/lib32/libpthread.so.0......
  269. >~"done.\n"
  270. >~"Loaded symbols for D:/sysroot/octeon17/lib32/libpthread.so.0\n"
  271. >~"Reading symbols from D:/sysroot/octeon17/lib32/libnl.so.1..."
  272. sReading D:/sysroot/octeon17/lib32/libnl.so.1......
  273. >~"(no debugging symbols found)...done.\n"
  274. >~"Loaded symbols for D:/sysroot/octeon17/lib32/libnl.so.1\n"
  275. >~"Reading symbols from D:/sysroot/octeon17/lib32/libcrypt.so.1..."
  276. sReading D:/sysroot/octeon17/lib32/libcrypt.so.1......
  277. >~"done.\n"
  278. >~"Loaded symbols for D:/sysroot/octeon17/lib32/libcrypt.so.1\n"
  279. >~"Reading symbols from D:/sysroot/octeon17/usr/lib32/libstdc++.so.6..."
  280. sReading D:/sysroot/octeon17/usr/lib32/libstdc++.so.6......
  281. >~"(no debugging symbols found)...done.\n"
  282. >~"Loaded symbols for D:/sysroot/octeon17/usr/lib32/libstdc++.so.6\n"
  283. >~"Reading symbols from D:/sysroot/octeon17/lib32/libm.so.6..."
  284. sReading D:/sysroot/octeon17/lib32/libm.so.6......
  285. >~"done.\n"
  286. >~"Loaded symbols for D:/sysroot/octeon17/lib32/libm.so.6\n"
  287. >~"Reading symbols from D:/sysroot/octeon17/usr/lib32/libgcc_s.so.1..."
  288. sReading D:/sysroot/octeon17/usr/lib32/libgcc_s.so.1......
  289. >~"(no debugging symbols found)...done.\n"
  290. >~"Loaded symbols for D:/sysroot/octeon17/usr/lib32/libgcc_s.so.1\n"
  291. >~"Reading symbols from D:/sysroot/octeon17/lib32/libc.so.6..."
  292. sReading D:/sysroot/octeon17/lib32/libc.so.6......
  293. >~"done.\n"
  294. >~"Loaded symbols for D:/sysroot/octeon17/lib32/libc.so.6\n"
  295. >~"Reading symbols from D:/sysroot/octeon17/lib32/ld.so.1..."
  296. sReading D:/sysroot/octeon17/lib32/ld.so.1......
  297. >~"done.\n"
  298. >~"Loaded symbols for D:/sysroot/octeon17/lib32/ld.so.1\n"
  299. >~"0x2b6d7654 in nanosleep () from D:/sysroot/octeon17/lib32/libc.so.6\n"
  300. >*stopped,frame={addr="0x2b6d7654",func="nanosleep",args=[],from="D:/sysroot/octeon17/lib32/libc.so.6"},thread-id="1",stopped-threads="all"
  301. >122^done
  302. dINFERIOR STARTED
  303. sAttached to stopped application
  304. sSetting breakpoints...
  305. dSetting breakpoints...
  306. <123-break-insert -f "\"SBCRoutingMngr.cpp\":724"
  307. <124-break-insert -f "\"TestEndPoint.cpp\":468"
  308. dATTEMPT SYNC
  309. >123^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x115fba70",func="foo()",file="Foo.cpp",fullname="D:/Project/Foo.cpp",line="724",times="0",original-location="Foo.cpp:724"}
  310. >124^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x111ff770",func="bar()",file="Bar.cpp",fullname="D:/Project/Bar.cpp",line="468",times="0",original-location="Bar.cpp:468"}
  311. dALL COMMANDS DONE; INVOKING CALLBACK
  312. <125maint print msymbols D:/TEMP/gdb_ns_.c13032
  313. >&"maint print msymbols D:/TEMP/gdb_ns_.c13032\n"
  314. >125^done
  315. dFOUND NON-NAMESPACED QT
  316. <126-break-insert -f raise
  317. dNOTE: INFERIOR SETUP OK
  318. dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
  319. dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
  320. dQUEUE: RUN ENGINE
  321. dCALL: RUN ENGINE
  322. dNOTE: ENGINE RUN AND INFERIOR STOP OK
  323. sStopped.
  324. dState changed from EngineRunRequested(7) to InferiorStopOk(14) [master]
  325. dNOTE: INFERIOR RUN REQUESTED
  326. sRun requested...
  327. dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
  328. sRunning requested...
  329. <127-exec-continue
  330. >126^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="<MULTIPLE>",times="0",original-location="raise"},{number="3.1",enabled="y",addr="0x116f1e74",{number="3.2",enabled="y",addr="0x2abd2c30",func="raise",file="../nptl/sysdeps/unix/sysv/linux/pt-raise.c",line="35"},{number="3.3",enabled="y",addr="0x2b6677a0",func="*__GI_raise",file="../nptl/sysdeps/unix/sysv/linux/raise.c",line="31"}
  331. >127^running
  332. dNOTE: INFERIOR RUN OK
  333. sRunning.
  334. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
  335. >*running,thread-id="all"
  336. dATTEMPT SYNC
  337. dDELETING BP 2 IN D:/Project/Bar.cpp
  338. dQUEUING COMMAND -break-delete 2
  339. sStopping temporarily
  340. dState changed from InferiorRunOk(11) to InferiorStopRequested(13) [master]
  341. dCALL: INTERRUPT INFERIOR
  342. sAttempting to interrupt.
  343. dQUEUING COMMAND -exec-interrupt
  344. dCHILD ALREADY BEING INTERRUPTED. STILL HOPING.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement