Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.17 KB | None | 0 0
  1. * The messsages that look like
  2.  
  3. "nextpc of 0x152a2e is 0x152a31"
  4. "simon: ptrace write 2 bytes at b6f669e0: 01 de"
  5.  
  6. are printfs added by myself.
  7.  
  8. * You can find where I did "next" by searching for the "(top-gdb)"s.
  9.  
  10. * Here is the objdump -d -S of the surroundings of the fault:
  11.  
  12. 00152a10 <dis_asm_read_memory>:
  13.  
  14. /* Like target_read_memory, but slightly different parameters. */
  15. static int
  16. dis_asm_read_memory (bfd_vma memaddr, gdb_byte *myaddr, unsigned int len,
  17. struct disassemble_info *info)
  18. {
  19. 152a10: b580 push {r7, lr}
  20. 152a12: b084 sub sp, #16
  21. 152a14: af00 add r7, sp, #0
  22. 152a16: 60f8 str r0, [r7, #12]
  23. 152a18: 60b9 str r1, [r7, #8]
  24. 152a1a: 607a str r2, [r7, #4]
  25. 152a1c: 603b str r3, [r7, #0]
  26. return target_read_code (memaddr, myaddr, len);
  27. 152a1e: 687b ldr r3, [r7, #4]
  28. 152a20: 68f8 ldr r0, [r7, #12]
  29. 152a22: 68b9 ldr r1, [r7, #8]
  30. 152a24: 461a mov r2, r3
  31. 152a26: f093 fdfd bl 1e6624 <target_read_code>
  32. 152a2a: 4603 mov r3, r0
  33. }
  34. 152a2c: 4618 mov r0, r3
  35. 152a2e: 3710 adds r7, #16
  36. 152a30: 46bd mov sp, r7
  37. 152a32: bd80 pop {r7, pc}
  38.  
  39. 00152a34 <dis_asm_memory_error>:
  40.  
  41. /* Like memory_error with slightly different parameters. */
  42. static void
  43. dis_asm_memory_error (int err, bfd_vma memaddr,
  44. struct disassemble_info *info)
  45. {
  46. 152a34: b580 push {r7, lr}
  47. 152a36: b084 sub sp, #16
  48. 152a38: af00 add r7, sp, #0
  49. 152a3a: 60f8 str r0, [r7, #12]
  50.  
  51.  
  52.  
  53. simark@odroid:~/build/binutils-gdb/gdb$ ./gdb --data-directory=data-directory -p $(pidof gdb) -ex "set pagination off" -ex "set stack-cache off" -ex "set code-cache off" -ex "set debug infrun 1" -ex "set debug lin-lwp 1" -ex "b target_read_code"
  54. GNU gdb (GDB) 7.10.50.20151102-cvs
  55. Copyright (C) 2015 Free Software Foundation, Inc.
  56. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  57. This is free software: you are free to change and redistribute it.
  58. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  59. and "show warranty" for details.
  60. This GDB was configured as "armv7l-unknown-linux-gnueabihf".
  61. Type "show configuration" for configuration details.
  62. For bug reporting instructions, please see:
  63. <http://www.gnu.org/software/gdb/bugs/>.
  64. Find the GDB manual and other documentation resources online at:
  65. <http://www.gnu.org/software/gdb/documentation/>.
  66. For help, type "help".
  67. Type "apropos word" to search for commands related to "word".
  68. Attaching to process 8381
  69. Reading symbols from /home/simark/build/binutils-gdb/gdb/gdb...done.
  70. Reading symbols from /lib/arm-linux-gnueabihf/libdl.so.2...(no debugging symbols found)...done.
  71. Reading symbols from /lib/arm-linux-gnueabihf/libncurses.so.5...(no debugging symbols found)...done.
  72. Reading symbols from /lib/arm-linux-gnueabihf/libtinfo.so.5...(no debugging symbols found)...done.
  73. Reading symbols from /lib/arm-linux-gnueabihf/libm.so.6...(no debugging symbols found)...done.
  74. Reading symbols from /lib/arm-linux-gnueabihf/libpthread.so.0...(no debugging symbols found)...done.
  75. [Thread debugging using libthread_db enabled]
  76. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  77. Reading symbols from /usr/lib/arm-linux-gnueabihf/libpython3.4m.so.1.0...(no debugging symbols found)...done.
  78. Reading symbols from /lib/arm-linux-gnueabihf/libexpat.so.1...(no debugging symbols found)...done.
  79. Reading symbols from /lib/arm-linux-gnueabihf/liblzma.so.5...(no debugging symbols found)...done.
  80. Reading symbols from /usr/lib/arm-linux-gnueabihf/libbabeltrace.so.1...(no debugging symbols found)...done.
  81. Reading symbols from /usr/lib/arm-linux-gnueabihf/libbabeltrace-ctf.so.1...(no debugging symbols found)...done.
  82. Reading symbols from /lib/arm-linux-gnueabihf/libc.so.6...(no debugging symbols found)...done.
  83. Reading symbols from /lib/ld-linux-armhf.so.3...(no debugging symbols found)...done.
  84. Reading symbols from /lib/arm-linux-gnueabihf/libz.so.1...(no debugging symbols found)...done.
  85. Reading symbols from /lib/arm-linux-gnueabihf/libutil.so.1...(no debugging symbols found)...done.
  86. Reading symbols from /lib/arm-linux-gnueabihf/libgcc_s.so.1...(no debugging symbols found)...done.
  87. Reading symbols from /lib/arm-linux-gnueabihf/libglib-2.0.so.0...(no debugging symbols found)...done.
  88. Reading symbols from /lib/arm-linux-gnueabihf/libuuid.so.1...(no debugging symbols found)...done.
  89. Reading symbols from /lib/arm-linux-gnueabihf/libpcre.so.3...(no debugging symbols found)...done.
  90. Reading symbols from /lib/arm-linux-gnueabihf/libnss_files.so.2...(no debugging symbols found)...done.
  91. 0xb6a5b4c4 in poll () from /lib/arm-linux-gnueabihf/libc.so.6
  92. Setting up the environment for debugging gdb.
  93. During symbol reading, debug info gives command-line macro definition with non-zero line 19: _STDC_PREDEF_H 1.
  94. Breakpoint 1 at 0x2bf7dc: file /home/simark/src/binutils-gdb/gdb/common/errors.c, line 54.
  95. cBreakpoint 2 at 0xcb282: file /home/simark/src/binutils-gdb/gdb/cli/cli-cmds.c, line 218.
  96.  
  97. Breakpoint 3 at 0x1e6630: file /home/simark/src/binutils-gdb/gdb/target.c, line 1460.
  98. (top-gdb) c
  99. Continuing.
  100. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  101. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  102. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  103. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  104. simon: ptrace write 2 bytes at cb284: 00 a0
  105. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  106. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  107. simon: ptrace write 2 bytes at b6f669e0: 01 de
  108. simon: ptrace write 2 bytes at b6f7292e: 01 de
  109. simon: ptrace write 2 bytes at b6f7366c: 01 de
  110. infrun: resume (step=0, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0xb6a5b4c4
  111. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  112. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  113. infrun: infrun_async(1)
  114. infrun: prepare_to_wait
  115. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  116. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  117. LLW: enter
  118. LNW: waitpid(-1, ...) returned 0, No child processes
  119. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  120. LLW: exit (ignore)
  121. infrun: target_wait (-1.0.0, status) =
  122. infrun: -1.0.0 [process -1],
  123. infrun: status->kind = ignore
  124. infrun: TARGET_WAITKIND_IGNORE
  125. infrun: prepare_to_wait
  126. sigchld
  127. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  128. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  129. LLW: enter
  130. LNW: waitpid(-1, ...) returned 8381, No child processes
  131. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  132. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  133. LNW: waitpid(-1, ...) returned 0, No child processes
  134. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  135. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  136. LLW: exit
  137. infrun: target_wait (-1.0.0, status) =
  138. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  139. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  140. infrun: TARGET_WAITKIND_STOPPED
  141. infrun: stop_pc = 0x1e6630
  142. During symbol reading, incomplete CFI data; unspecified registers (e.g., r0) at 0x1e667a.
  143. infrun: BPSTAT_WHAT_STOP_NOISY
  144. infrun: stop_waiting
  145. infrun: clear_step_over_info
  146. infrun: stop_all_threads
  147. infrun: stop_all_threads, pass=0, iterations=0
  148. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  149. infrun: stop_all_threads, pass=1, iterations=1
  150. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  151. infrun: stop_all_threads done
  152. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  153. simon: ptrace write 2 bytes at cb284: dc 00
  154. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  155. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  156. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  157. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  158. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  159.  
  160. Breakpoint 3, target_read_code (memaddr=66552, myaddr=0xbe8aff38 "@\377\212\276", len=4) at /home/simark/src/binutils-gdb/gdb/target.c:1460
  161. 1460 if (target_read (current_target.beneath, TARGET_OBJECT_CODE_MEMORY, NULL,
  162. infrun: infrun_async(0)
  163. (top-gdb) n
  164. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  165. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  166. infrun: step-over queue now empty
  167. infrun: resuming [Thread 0xb6f83220 (LWP 8381)] for step-over
  168. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  169. simon: ptrace write 2 bytes at cb284: 00 a0
  170. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  171. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  172. simon: ptrace write 2 bytes at b69f24ec: 01 de
  173. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  174. simon: ptrace write 2 bytes at b6e68784: 01 de
  175. simon: ptrace write 2 bytes at b6f669e0: 01 de
  176. simon: ptrace write 2 bytes at b6f7292e: 01 de
  177. simon: ptrace write 2 bytes at b6f7366c: 01 de
  178. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=1, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6630
  179. simon: ptrace write 2 bytes at 5f1d0: 4a f2
  180. simon: ptrace write 2 bytes at 5f1d2: f4 53
  181. simon: ptrace write 2 bytes at 5f1d4: 01 de
  182. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  183. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  184. infrun: infrun_async(1)
  185. sigchld
  186. infrun: prepare_to_wait
  187. infrun: proceed: [Thread 0xb6f83220 (LWP 8381)] resumed
  188. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  189. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  190. LLW: enter
  191. LNW: waitpid(-1, ...) returned 8381, No child processes
  192. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  193. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  194. LNW: waitpid(-1, ...) returned 0, No child processes
  195. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  196. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  197. LLW: exit
  198. infrun: target_wait (-1.0.0, status) =
  199. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  200. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  201. infrun: TARGET_WAITKIND_STOPPED
  202. simon: ptrace write 32 bytes at 5f1d0: 02 bc 6a 46 04 b4 01 b4 df f8 10 c0 4d f8 04 cd 03 48 04 4b fe f7 32 ee fe f7 ca ed 4d e2 37 00
  203. simon: ptrace write 28 bytes at 5f1d4: 04 b4 01 b4 df f8 10 c0 4d f8 04 cd 03 48 04 4b fe f7 32 ee fe f7 ca ed 4d e2 37 00
  204. simon: ptrace write 24 bytes at 5f1d8: df f8 10 c0 4d f8 04 cd 03 48 04 4b fe f7 32 ee fe f7 ca ed 4d e2 37 00
  205. simon: ptrace write 20 bytes at 5f1dc: 4d f8 04 cd 03 48 04 4b fe f7 32 ee fe f7 ca ed 4d e2 37 00
  206. simon: ptrace write 16 bytes at 5f1e0: 03 48 04 4b fe f7 32 ee fe f7 ca ed 4d e2 37 00
  207. simon: ptrace write 12 bytes at 5f1e4: fe f7 32 ee fe f7 ca ed 4d e2 37 00
  208. simon: ptrace write 8 bytes at 5f1e8: fe f7 ca ed 4d e2 37 00
  209. simon: ptrace write 4 bytes at 5f1ec: 4d e2 37 00
  210. infrun: stop_pc = 0x1e6634
  211. infrun: delayed software breakpoint trap, ignoring
  212. infrun: stepping inside range [0x1e6630-0x1e665e]
  213. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6634
  214. nextpc of 0x1e6634 is 0x1e6639
  215. simon: ptrace write 2 bytes at 1e6638: 01 de
  216. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  217. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  218. infrun: prepare_to_wait
  219. sigchld
  220. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  221. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  222. LLW: enter
  223. LNW: waitpid(-1, ...) returned 8381, No child processes
  224. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  225. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  226. LNW: waitpid(-1, ...) returned 0, No child processes
  227. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  228. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  229. LLW: exit
  230. infrun: target_wait (-1.0.0, status) =
  231. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  232. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  233. infrun: TARGET_WAITKIND_STOPPED
  234. infrun: stop_pc = 0x1e6638
  235. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  236. simon: ptrace write 2 bytes at 1e6638: 1c 68
  237. infrun: delayed software breakpoint trap, ignoring
  238. infrun: stepping inside range [0x1e6630-0x1e665e]
  239. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6638
  240. nextpc of 0x1e6638 is 0x1e663b
  241. simon: ptrace write 2 bytes at 1e663a: 01 de
  242. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  243. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  244. infrun: prepare_to_wait
  245. sigchld
  246. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  247. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  248. LLW: enter
  249. LNW: waitpid(-1, ...) returned 8381, No child processes
  250. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  251. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  252. LNW: waitpid(-1, ...) returned 0, No child processes
  253. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  254. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  255. LLW: exit
  256. infrun: target_wait (-1.0.0, status) =
  257. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  258. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  259. infrun: TARGET_WAITKIND_STOPPED
  260. infrun: stop_pc = 0x1e663a
  261. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  262. simon: ptrace write 2 bytes at 1e663a: fb 68
  263. infrun: delayed software breakpoint trap, ignoring
  264. infrun: stepping inside range [0x1e6630-0x1e665e]
  265. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e663a
  266. nextpc of 0x1e663a is 0x1e663d
  267. simon: ptrace write 2 bytes at 1e663c: 01 de
  268. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  269. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  270. infrun: prepare_to_wait
  271. sigchld
  272. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  273. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  274. LLW: enter
  275. LNW: waitpid(-1, ...) returned 8381, No child processes
  276. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  277. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  278. LNW: waitpid(-1, ...) returned 0, No child processes
  279. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  280. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  281. LLW: exit
  282. infrun: target_wait (-1.0.0, status) =
  283. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  284. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  285. infrun: TARGET_WAITKIND_STOPPED
  286. infrun: stop_pc = 0x1e663c
  287. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  288. simon: ptrace write 2 bytes at 1e663c: 18 46
  289. infrun: delayed software breakpoint trap, ignoring
  290. infrun: stepping inside range [0x1e6630-0x1e665e]
  291. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e663c
  292. nextpc of 0x1e663c is 0x1e663f
  293. simon: ptrace write 4 bytes at 1e663e: f0 f7 00 a0
  294. simon: ptrace write 2 bytes at 1e6640: 00 a0
  295. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  296. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  297. infrun: prepare_to_wait
  298. sigchld
  299. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  300. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  301. LLW: enter
  302. LNW: waitpid(-1, ...) returned 8381, No child processes
  303. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  304. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  305. LNW: waitpid(-1, ...) returned 0, No child processes
  306. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  307. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  308. LLW: exit
  309. infrun: target_wait (-1.0.0, status) =
  310. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  311. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  312. infrun: TARGET_WAITKIND_STOPPED
  313. infrun: stop_pc = 0x1e663e
  314. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  315. simon: ptrace write 4 bytes at 1e663e: 4f f0 00 01
  316. simon: ptrace write 2 bytes at 1e6640: 00 01
  317. infrun: delayed software breakpoint trap, ignoring
  318. infrun: stepping inside range [0x1e6630-0x1e665e]
  319. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e663e
  320. nextpc of 0x1e663e is 0x1e6643
  321. simon: ptrace write 2 bytes at 1e6642: 01 de
  322. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  323. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  324. infrun: prepare_to_wait
  325. sigchld
  326. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  327. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  328. LLW: enter
  329. LNW: waitpid(-1, ...) returned 8381, No child processes
  330. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  331. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  332. LNW: waitpid(-1, ...) returned 0, No child processes
  333. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  334. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  335. LLW: exit
  336. infrun: target_wait (-1.0.0, status) =
  337. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  338. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  339. infrun: TARGET_WAITKIND_STOPPED
  340. infrun: stop_pc = 0x1e6642
  341. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  342. simon: ptrace write 2 bytes at 1e6642: 7b 68
  343. infrun: delayed software breakpoint trap, ignoring
  344. infrun: stepping inside range [0x1e6630-0x1e665e]
  345. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6642
  346. nextpc of 0x1e6642 is 0x1e6645
  347. simon: ptrace write 2 bytes at 1e6644: 01 de
  348. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  349. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  350. infrun: prepare_to_wait
  351. sigchld
  352. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  353. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  354. LLW: enter
  355. LNW: waitpid(-1, ...) returned 8381, No child processes
  356. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  357. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  358. LNW: waitpid(-1, ...) returned 0, No child processes
  359. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  360. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  361. LLW: exit
  362. infrun: target_wait (-1.0.0, status) =
  363. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  364. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  365. infrun: TARGET_WAITKIND_STOPPED
  366. infrun: stop_pc = 0x1e6644
  367. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  368. simon: ptrace write 2 bytes at 1e6644: 1a 46
  369. infrun: delayed software breakpoint trap, ignoring
  370. infrun: stepping inside range [0x1e6630-0x1e665e]
  371. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6644
  372. nextpc of 0x1e6644 is 0x1e6647
  373. simon: ptrace write 4 bytes at 1e6646: f0 f7 00 a0
  374. simon: ptrace write 2 bytes at 1e6648: 00 a0
  375. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  376. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  377. infrun: prepare_to_wait
  378. sigchld
  379. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  380. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  381. LLW: enter
  382. LNW: waitpid(-1, ...) returned 8381, No child processes
  383. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  384. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  385. LNW: waitpid(-1, ...) returned 0, No child processes
  386. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  387. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  388. LLW: exit
  389. infrun: target_wait (-1.0.0, status) =
  390. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  391. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  392. infrun: TARGET_WAITKIND_STOPPED
  393. infrun: stop_pc = 0x1e6646
  394. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  395. simon: ptrace write 4 bytes at 1e6646: 4f ea e2 73
  396. simon: ptrace write 2 bytes at 1e6648: e2 73
  397. infrun: delayed software breakpoint trap, ignoring
  398. infrun: stepping inside range [0x1e6630-0x1e665e]
  399. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6646
  400. nextpc of 0x1e6646 is 0x1e664b
  401. simon: ptrace write 4 bytes at 1e664a: f0 f7 00 a0
  402. simon: ptrace write 2 bytes at 1e664c: 00 a0
  403. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  404. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  405. infrun: prepare_to_wait
  406. sigchld
  407. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  408. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  409. LLW: enter
  410. LNW: waitpid(-1, ...) returned 8381, No child processes
  411. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  412. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  413. LNW: waitpid(-1, ...) returned 0, No child processes
  414. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  415. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  416. LLW: exit
  417. infrun: target_wait (-1.0.0, status) =
  418. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  419. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  420. infrun: TARGET_WAITKIND_STOPPED
  421. infrun: stop_pc = 0x1e664a
  422. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  423. simon: ptrace write 4 bytes at 1e664a: cd e9 00 01
  424. simon: ptrace write 2 bytes at 1e664c: 00 01
  425. infrun: delayed software breakpoint trap, ignoring
  426. infrun: stepping inside range [0x1e6630-0x1e665e]
  427. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e664a
  428. nextpc of 0x1e664a is 0x1e664f
  429. simon: ptrace write 4 bytes at 1e664e: f0 f7 00 a0
  430. simon: ptrace write 2 bytes at 1e6650: 00 a0
  431. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  432. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  433. infrun: prepare_to_wait
  434. sigchld
  435. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  436. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  437. LLW: enter
  438. LNW: waitpid(-1, ...) returned 8381, No child processes
  439. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  440. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  441. LNW: waitpid(-1, ...) returned 0, No child processes
  442. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  443. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  444. LLW: exit
  445. infrun: target_wait (-1.0.0, status) =
  446. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  447. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  448. infrun: TARGET_WAITKIND_STOPPED
  449. infrun: stop_pc = 0x1e664e
  450. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  451. simon: ptrace write 4 bytes at 1e664e: cd e9 02 23
  452. simon: ptrace write 2 bytes at 1e6650: 02 23
  453. infrun: delayed software breakpoint trap, ignoring
  454. infrun: stepping inside range [0x1e6630-0x1e665e]
  455. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e664e
  456. nextpc of 0x1e664e is 0x1e6653
  457. simon: ptrace write 2 bytes at 1e6652: 01 de
  458. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  459. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  460. infrun: prepare_to_wait
  461. sigchld
  462. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  463. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  464. LLW: enter
  465. LNW: waitpid(-1, ...) returned 8381, No child processes
  466. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  467. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  468. LNW: waitpid(-1, ...) returned 0, No child processes
  469. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  470. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  471. LLW: exit
  472. infrun: target_wait (-1.0.0, status) =
  473. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  474. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  475. infrun: TARGET_WAITKIND_STOPPED
  476. infrun: stop_pc = 0x1e6652
  477. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  478. simon: ptrace write 2 bytes at 1e6652: 20 46
  479. infrun: delayed software breakpoint trap, ignoring
  480. infrun: stepping inside range [0x1e6630-0x1e665e]
  481. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6652
  482. nextpc of 0x1e6652 is 0x1e6655
  483. simon: ptrace write 2 bytes at 1e6654: 01 de
  484. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  485. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  486. infrun: prepare_to_wait
  487. sigchld
  488. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  489. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  490. LLW: enter
  491. LNW: waitpid(-1, ...) returned 8381, No child processes
  492. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  493. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  494. LNW: waitpid(-1, ...) returned 0, No child processes
  495. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  496. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  497. LLW: exit
  498. infrun: target_wait (-1.0.0, status) =
  499. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  500. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  501. infrun: TARGET_WAITKIND_STOPPED
  502. infrun: stop_pc = 0x1e6654
  503. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  504. simon: ptrace write 2 bytes at 1e6654: 05 21
  505. infrun: delayed software breakpoint trap, ignoring
  506. infrun: stepping inside range [0x1e6630-0x1e665e]
  507. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6654
  508. nextpc of 0x1e6654 is 0x1e6657
  509. simon: ptrace write 2 bytes at 1e6656: 01 de
  510. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  511. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  512. infrun: prepare_to_wait
  513. sigchld
  514. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  515. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  516. LLW: enter
  517. LNW: waitpid(-1, ...) returned 8381, No child processes
  518. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  519. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  520. LNW: waitpid(-1, ...) returned 0, No child processes
  521. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  522. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  523. LLW: exit
  524. infrun: target_wait (-1.0.0, status) =
  525. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  526. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  527. infrun: TARGET_WAITKIND_STOPPED
  528. infrun: stop_pc = 0x1e6656
  529. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  530. simon: ptrace write 2 bytes at 1e6656: 00 22
  531. infrun: delayed software breakpoint trap, ignoring
  532. infrun: stepping inside range [0x1e6630-0x1e665e]
  533. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6656
  534. nextpc of 0x1e6656 is 0x1e6659
  535. simon: ptrace write 2 bytes at 1e6658: 01 de
  536. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  537. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  538. infrun: prepare_to_wait
  539. sigchld
  540. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  541. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  542. LLW: enter
  543. LNW: waitpid(-1, ...) returned 8381, No child processes
  544. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  545. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  546. LNW: waitpid(-1, ...) returned 0, No child processes
  547. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  548. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  549. LLW: exit
  550. infrun: target_wait (-1.0.0, status) =
  551. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  552. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  553. infrun: TARGET_WAITKIND_STOPPED
  554. infrun: stop_pc = 0x1e6658
  555. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  556. simon: ptrace write 2 bytes at 1e6658: bb 68
  557. infrun: delayed software breakpoint trap, ignoring
  558. infrun: stepping inside range [0x1e6630-0x1e665e]
  559. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6658
  560. nextpc of 0x1e6658 is 0x1e665b
  561. simon: ptrace write 4 bytes at 1e665a: f0 f7 00 a0
  562. simon: ptrace write 2 bytes at 1e665c: 00 a0
  563. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  564. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  565. infrun: prepare_to_wait
  566. sigchld
  567. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  568. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  569. LLW: enter
  570. LNW: waitpid(-1, ...) returned 8381, No child processes
  571. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  572. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  573. LNW: waitpid(-1, ...) returned 0, No child processes
  574. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  575. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  576. LLW: exit
  577. infrun: target_wait (-1.0.0, status) =
  578. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  579. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  580. infrun: TARGET_WAITKIND_STOPPED
  581. infrun: stop_pc = 0x1e665a
  582. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  583. simon: ptrace write 4 bytes at 1e665a: 00 f0 47 f9
  584. simon: ptrace write 2 bytes at 1e665c: 47 f9
  585. infrun: delayed software breakpoint trap, ignoring
  586. infrun: stepping inside range [0x1e6630-0x1e665e]
  587. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e665a
  588. nextpc of 0x1e665a is 0x1e68ed
  589. simon: ptrace write 2 bytes at 1e68ec: 01 de
  590. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  591. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  592. infrun: prepare_to_wait
  593. sigchld
  594. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  595. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  596. LLW: enter
  597. LNW: waitpid(-1, ...) returned 8381, No child processes
  598. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  599. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  600. LNW: waitpid(-1, ...) returned 0, No child processes
  601. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  602. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  603. LLW: exit
  604. infrun: target_wait (-1.0.0, status) =
  605. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  606. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  607. infrun: TARGET_WAITKIND_STOPPED
  608. infrun: stop_pc = 0x1e68ec
  609. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  610. simon: ptrace write 2 bytes at 1e68ec: f0 b5
  611. infrun: delayed software breakpoint trap, ignoring
  612. infrun: stepped into subroutine
  613. infrun: inserting step-resume breakpoint at 0x1e665e
  614. simon: ptrace write 2 bytes at 1e665e: 01 de
  615. infrun: resume (step=0, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e68ec
  616. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  617. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  618. infrun: prepare_to_wait
  619. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  620. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  621. LLW: enter
  622. LNW: waitpid(-1, ...) returned 0, No child processes
  623. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  624. LLW: exit (ignore)
  625. sigchld
  626. infrun: target_wait (-1.0.0, status) =
  627. infrun: -1.0.0 [process -1],
  628. infrun: status->kind = ignore
  629. infrun: TARGET_WAITKIND_IGNORE
  630. infrun: prepare_to_wait
  631. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  632. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  633. LLW: enter
  634. LNW: waitpid(-1, ...) returned 8381, No child processes
  635. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  636. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  637. LNW: waitpid(-1, ...) returned 0, No child processes
  638. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  639. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  640. LLW: exit
  641. infrun: target_wait (-1.0.0, status) =
  642. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  643. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  644. infrun: TARGET_WAITKIND_STOPPED
  645. infrun: stop_pc = 0x1e665e
  646. infrun: BPSTAT_WHAT_STEP_RESUME
  647. simon: ptrace write 2 bytes at 1e665e: 7b 68
  648. infrun: stepped to a different line
  649. infrun: stop_waiting
  650. infrun: clear_step_over_info
  651. infrun: stop_all_threads
  652. infrun: stop_all_threads, pass=0, iterations=0
  653. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  654. infrun: stop_all_threads, pass=1, iterations=1
  655. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  656. infrun: stop_all_threads done
  657. simon: ptrace write 2 bytes at b6e68784: 08 b5
  658. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  659. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  660. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  661. simon: ptrace write 2 bytes at cb284: dc 00
  662. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  663. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  664. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  665. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  666. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  667. 1461 myaddr, memaddr, len) == len)
  668. infrun: infrun_async(0)
  669. (top-gdb)
  670. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  671. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  672. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  673. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  674. simon: ptrace write 2 bytes at cb284: 00 a0
  675. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  676. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  677. simon: ptrace write 2 bytes at b69f24ec: 01 de
  678. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  679. simon: ptrace write 2 bytes at b6e68784: 01 de
  680. simon: ptrace write 2 bytes at b6f669e0: 01 de
  681. simon: ptrace write 2 bytes at b6f7292e: 01 de
  682. simon: ptrace write 2 bytes at b6f7366c: 01 de
  683. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e665e
  684. nextpc of 0x1e665e is 0x1e6661
  685. simon: ptrace write 2 bytes at 1e6660: 01 de
  686. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  687. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  688. infrun: infrun_async(1)
  689. sigchld
  690. infrun: prepare_to_wait
  691. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  692. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  693. LLW: enter
  694. LNW: waitpid(-1, ...) returned 8381, No child processes
  695. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  696. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  697. LNW: waitpid(-1, ...) returned 0, No child processes
  698. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  699. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  700. LLW: exit
  701. infrun: target_wait (-1.0.0, status) =
  702. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  703. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  704. infrun: TARGET_WAITKIND_STOPPED
  705. infrun: stop_pc = 0x1e6660
  706. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  707. simon: ptrace write 2 bytes at 1e6660: 1a 46
  708. infrun: delayed software breakpoint trap, ignoring
  709. infrun: stepping inside range [0x1e665e-0x1e6666]
  710. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6660
  711. nextpc of 0x1e6660 is 0x1e6663
  712. simon: ptrace write 4 bytes at 1e6662: f0 f7 00 a0
  713. simon: ptrace write 2 bytes at 1e6664: 00 a0
  714. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  715. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  716. infrun: prepare_to_wait
  717. sigchld
  718. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  719. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  720. LLW: enter
  721. LNW: waitpid(-1, ...) returned 8381, No child processes
  722. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  723. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  724. LNW: waitpid(-1, ...) returned 0, No child processes
  725. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  726. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  727. LLW: exit
  728. infrun: target_wait (-1.0.0, status) =
  729. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  730. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  731. infrun: TARGET_WAITKIND_STOPPED
  732. infrun: stop_pc = 0x1e6662
  733. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  734. simon: ptrace write 4 bytes at 1e6662: 4f ea e2 73
  735. simon: ptrace write 2 bytes at 1e6664: e2 73
  736. infrun: delayed software breakpoint trap, ignoring
  737. infrun: stepping inside range [0x1e665e-0x1e6666]
  738. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6662
  739. nextpc of 0x1e6662 is 0x1e6667
  740. simon: ptrace write 2 bytes at 1e6666: 01 de
  741. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  742. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  743. infrun: prepare_to_wait
  744. sigchld
  745. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  746. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  747. LLW: enter
  748. LNW: waitpid(-1, ...) returned 8381, No child processes
  749. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  750. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  751. LNW: waitpid(-1, ...) returned 0, No child processes
  752. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  753. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  754. LLW: exit
  755. infrun: target_wait (-1.0.0, status) =
  756. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  757. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  758. infrun: TARGET_WAITKIND_STOPPED
  759. infrun: stop_pc = 0x1e6666
  760. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  761. simon: ptrace write 2 bytes at 1e6666: 99 42
  762. infrun: delayed software breakpoint trap, ignoring
  763. infrun: stepped to a different line
  764. infrun: stop_waiting
  765. infrun: clear_step_over_info
  766. infrun: stop_all_threads
  767. infrun: stop_all_threads, pass=0, iterations=0
  768. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  769. infrun: stop_all_threads, pass=1, iterations=1
  770. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  771. infrun: stop_all_threads done
  772. simon: ptrace write 2 bytes at b6e68784: 08 b5
  773. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  774. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  775. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  776. simon: ptrace write 2 bytes at cb284: dc 00
  777. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  778. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  779. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  780. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  781. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  782. 1460 if (target_read (current_target.beneath, TARGET_OBJECT_CODE_MEMORY, NULL,
  783. infrun: infrun_async(0)
  784. (top-gdb)
  785. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  786. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  787. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  788. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  789. simon: ptrace write 2 bytes at cb284: 00 a0
  790. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  791. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  792. simon: ptrace write 2 bytes at b69f24ec: 01 de
  793. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  794. simon: ptrace write 2 bytes at b6e68784: 01 de
  795. simon: ptrace write 2 bytes at b6f669e0: 01 de
  796. simon: ptrace write 2 bytes at b6f7292e: 01 de
  797. simon: ptrace write 2 bytes at b6f7366c: 01 de
  798. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6666
  799. nextpc of 0x1e6666 is 0x1e6669
  800. simon: ptrace write 2 bytes at 1e6668: 01 de
  801. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  802. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  803. infrun: infrun_async(1)
  804. sigchld
  805. infrun: prepare_to_wait
  806. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  807. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  808. LLW: enter
  809. LNW: waitpid(-1, ...) returned 8381, No child processes
  810. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  811. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  812. LNW: waitpid(-1, ...) returned 0, No child processes
  813. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  814. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  815. LLW: exit
  816. infrun: target_wait (-1.0.0, status) =
  817. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  818. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  819. infrun: TARGET_WAITKIND_STOPPED
  820. infrun: stop_pc = 0x1e6668
  821. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  822. simon: ptrace write 2 bytes at 1e6668: 08 bf
  823. infrun: delayed software breakpoint trap, ignoring
  824. infrun: stepping inside range [0x1e6666-0x1e666e]
  825. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6668
  826. nextpc of 0x1e6668 is 0x1e666b
  827. simon: ptrace write 2 bytes at 1e666a: 01 de
  828. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  829. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  830. infrun: prepare_to_wait
  831. sigchld
  832. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  833. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  834. LLW: enter
  835. LNW: waitpid(-1, ...) returned 8381, No child processes
  836. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  837. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  838. LNW: waitpid(-1, ...) returned 0, No child processes
  839. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  840. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  841. LLW: exit
  842. infrun: target_wait (-1.0.0, status) =
  843. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  844. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  845. infrun: TARGET_WAITKIND_STOPPED
  846. infrun: stop_pc = 0x1e666a
  847. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  848. simon: ptrace write 2 bytes at 1e666a: 90 42
  849. infrun: delayed software breakpoint trap, ignoring
  850. infrun: stepping inside range [0x1e6666-0x1e666e]
  851. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e666a
  852. nextpc of 0x1e666a is 0x1e666d
  853. simon: ptrace write 2 bytes at 1e666c: 01 de
  854. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  855. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  856. infrun: prepare_to_wait
  857. sigchld
  858. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  859. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  860. LLW: enter
  861. LNW: waitpid(-1, ...) returned 8381, No child processes
  862. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  863. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  864. LNW: waitpid(-1, ...) returned 0, No child processes
  865. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  866. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  867. LLW: exit
  868. infrun: target_wait (-1.0.0, status) =
  869. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  870. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  871. infrun: TARGET_WAITKIND_STOPPED
  872. infrun: stop_pc = 0x1e666c
  873. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  874. simon: ptrace write 2 bytes at 1e666c: 01 d1
  875. infrun: delayed software breakpoint trap, ignoring
  876. infrun: stepping inside range [0x1e6666-0x1e666e]
  877. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e666c
  878. nextpc of 0x1e666c is 0x1e666f
  879. simon: ptrace write 2 bytes at 1e666e: 01 de
  880. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  881. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  882. infrun: prepare_to_wait
  883. sigchld
  884. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  885. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  886. LLW: enter
  887. LNW: waitpid(-1, ...) returned 8381, No child processes
  888. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  889. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  890. LNW: waitpid(-1, ...) returned 0, No child processes
  891. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  892. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  893. LLW: exit
  894. infrun: target_wait (-1.0.0, status) =
  895. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  896. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  897. infrun: TARGET_WAITKIND_STOPPED
  898. infrun: stop_pc = 0x1e666e
  899. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  900. simon: ptrace write 2 bytes at 1e666e: 00 23
  901. infrun: delayed software breakpoint trap, ignoring
  902. infrun: stepped to a different line
  903. infrun: stop_waiting
  904. infrun: clear_step_over_info
  905. infrun: stop_all_threads
  906. infrun: stop_all_threads, pass=0, iterations=0
  907. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  908. infrun: stop_all_threads, pass=1, iterations=1
  909. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  910. infrun: stop_all_threads done
  911. simon: ptrace write 2 bytes at b6e68784: 08 b5
  912. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  913. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  914. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  915. simon: ptrace write 2 bytes at cb284: dc 00
  916. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  917. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  918. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  919. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  920. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  921. 1462 return 0;
  922. infrun: infrun_async(0)
  923. (top-gdb)
  924. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  925. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  926. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  927. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  928. simon: ptrace write 2 bytes at cb284: 00 a0
  929. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  930. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  931. simon: ptrace write 2 bytes at b69f24ec: 01 de
  932. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  933. simon: ptrace write 2 bytes at b6e68784: 01 de
  934. simon: ptrace write 2 bytes at b6f669e0: 01 de
  935. simon: ptrace write 2 bytes at b6f7292e: 01 de
  936. simon: ptrace write 2 bytes at b6f7366c: 01 de
  937. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e666e
  938. nextpc of 0x1e666e is 0x1e6671
  939. simon: ptrace write 2 bytes at 1e6670: 01 de
  940. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  941. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  942. infrun: infrun_async(1)
  943. sigchld
  944. infrun: prepare_to_wait
  945. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  946. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  947. LLW: enter
  948. LNW: waitpid(-1, ...) returned 8381, No child processes
  949. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  950. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  951. LNW: waitpid(-1, ...) returned 0, No child processes
  952. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  953. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  954. LLW: exit
  955. infrun: target_wait (-1.0.0, status) =
  956. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  957. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  958. infrun: TARGET_WAITKIND_STOPPED
  959. infrun: stop_pc = 0x1e6670
  960. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  961. simon: ptrace write 2 bytes at 1e6670: 01 e0
  962. infrun: delayed software breakpoint trap, ignoring
  963. infrun: stepping inside range [0x1e666e-0x1e6672]
  964. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6670
  965. nextpc of 0x1e6670 is 0x1e6677
  966. simon: ptrace write 2 bytes at 1e6676: 01 de
  967. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  968. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  969. infrun: prepare_to_wait
  970. sigchld
  971. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  972. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  973. LLW: enter
  974. LNW: waitpid(-1, ...) returned 8381, No child processes
  975. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  976. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  977. LNW: waitpid(-1, ...) returned 0, No child processes
  978. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  979. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  980. LLW: exit
  981. infrun: target_wait (-1.0.0, status) =
  982. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  983. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  984. infrun: TARGET_WAITKIND_STOPPED
  985. infrun: stop_pc = 0x1e6676
  986. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  987. simon: ptrace write 2 bytes at 1e6676: 18 46
  988. infrun: delayed software breakpoint trap, ignoring
  989. infrun: stepped to a different line
  990. infrun: stop_waiting
  991. infrun: clear_step_over_info
  992. infrun: stop_all_threads
  993. infrun: stop_all_threads, pass=0, iterations=0
  994. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  995. infrun: stop_all_threads, pass=1, iterations=1
  996. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  997. infrun: stop_all_threads done
  998. simon: ptrace write 2 bytes at b6e68784: 08 b5
  999. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  1000. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  1001. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  1002. simon: ptrace write 2 bytes at cb284: dc 00
  1003. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  1004. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  1005. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  1006. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  1007. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  1008. 1465 }
  1009. infrun: infrun_async(0)
  1010.  
  1011.  
  1012.  
  1013.  
  1014. (top-gdb)
  1015. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  1016. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  1017. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  1018. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  1019. simon: ptrace write 2 bytes at cb284: 00 a0
  1020. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  1021. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  1022. simon: ptrace write 2 bytes at b69f24ec: 01 de
  1023. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  1024. simon: ptrace write 2 bytes at b6e68784: 01 de
  1025. simon: ptrace write 2 bytes at b6f669e0: 01 de
  1026. simon: ptrace write 2 bytes at b6f7292e: 01 de
  1027. simon: ptrace write 2 bytes at b6f7366c: 01 de
  1028. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6676
  1029. nextpc of 0x1e6676 is 0x1e6679
  1030. simon: ptrace write 2 bytes at 1e6678: 01 de
  1031. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1032. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1033. infrun: infrun_async(1)
  1034. sigchld
  1035. infrun: prepare_to_wait
  1036. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1037. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1038. LLW: enter
  1039. LNW: waitpid(-1, ...) returned 8381, No child processes
  1040. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1041. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1042. LNW: waitpid(-1, ...) returned 0, No child processes
  1043. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1044. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1045. LLW: exit
  1046. infrun: target_wait (-1.0.0, status) =
  1047. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1048. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1049. infrun: TARGET_WAITKIND_STOPPED
  1050. infrun: stop_pc = 0x1e6678
  1051. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1052. simon: ptrace write 2 bytes at 1e6678: 14 37
  1053. infrun: delayed software breakpoint trap, ignoring
  1054. infrun: stepping inside range [0x1e6676-0x1e6680]
  1055. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e6678
  1056. nextpc of 0x1e6678 is 0x1e667b
  1057. simon: ptrace write 2 bytes at 1e667a: 01 de
  1058. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1059. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1060. infrun: prepare_to_wait
  1061. sigchld
  1062. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1063. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1064. LLW: enter
  1065. LNW: waitpid(-1, ...) returned 8381, No child processes
  1066. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1067. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1068. LNW: waitpid(-1, ...) returned 0, No child processes
  1069. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1070. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1071. LLW: exit
  1072. infrun: target_wait (-1.0.0, status) =
  1073. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1074. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1075. infrun: TARGET_WAITKIND_STOPPED
  1076. infrun: stop_pc = 0x1e667a
  1077. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1078. simon: ptrace write 2 bytes at 1e667a: bd 46
  1079. infrun: delayed software breakpoint trap, ignoring
  1080. infrun: stepping inside range [0x1e6676-0x1e6680]
  1081. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e667a
  1082. nextpc of 0x1e667a is 0x1e667d
  1083. simon: ptrace write 2 bytes at 1e667c: 01 de
  1084. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1085. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1086. infrun: prepare_to_wait
  1087. sigchld
  1088. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1089. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1090. LLW: enter
  1091. LNW: waitpid(-1, ...) returned 8381, No child processes
  1092. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1093. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1094. LNW: waitpid(-1, ...) returned 0, No child processes
  1095. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1096. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1097. LLW: exit
  1098. infrun: target_wait (-1.0.0, status) =
  1099. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1100. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1101. infrun: TARGET_WAITKIND_STOPPED
  1102. infrun: stop_pc = 0x1e667c
  1103. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1104. simon: ptrace write 2 bytes at 1e667c: 90 bd
  1105. infrun: delayed software breakpoint trap, ignoring
  1106. infrun: stepping inside range [0x1e6676-0x1e6680]
  1107. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x1e667c
  1108. nextpc of 0x1e667c is 0x152a2b
  1109. simon: ptrace write 2 bytes at 152a2a: 01 de
  1110. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1111. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1112. infrun: prepare_to_wait
  1113. sigchld
  1114. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1115. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1116. LLW: enter
  1117. LNW: waitpid(-1, ...) returned 8381, No child processes
  1118. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1119. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1120. LNW: waitpid(-1, ...) returned 0, No child processes
  1121. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1122. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1123. LLW: exit
  1124. infrun: target_wait (-1.0.0, status) =
  1125. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1126. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1127. infrun: TARGET_WAITKIND_STOPPED
  1128. infrun: stop_pc = 0x152a2a
  1129. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1130. simon: ptrace write 2 bytes at 152a2a: 03 46
  1131. infrun: delayed software breakpoint trap, ignoring
  1132. infrun: keep going
  1133. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x152a2a
  1134. nextpc of 0x152a2a is 0x152a2d
  1135. simon: ptrace write 2 bytes at 152a2c: 01 de
  1136. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1137. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1138. infrun: prepare_to_wait
  1139. sigchld
  1140. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1141. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1142. LLW: enter
  1143. LNW: waitpid(-1, ...) returned 8381, No child processes
  1144. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1145. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1146. LNW: waitpid(-1, ...) returned 0, No child processes
  1147. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1148. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1149. LLW: exit
  1150. infrun: target_wait (-1.0.0, status) =
  1151. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1152. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1153. infrun: TARGET_WAITKIND_STOPPED
  1154. infrun: stop_pc = 0x152a2c
  1155. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1156. simon: ptrace write 2 bytes at 152a2c: 18 46
  1157. infrun: delayed software breakpoint trap, ignoring
  1158. infrun: stepped to a different line
  1159. infrun: stop_waiting
  1160. infrun: clear_step_over_info
  1161. infrun: stop_all_threads
  1162. infrun: stop_all_threads, pass=0, iterations=0
  1163. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  1164. infrun: stop_all_threads, pass=1, iterations=1
  1165. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  1166. infrun: stop_all_threads done
  1167. simon: ptrace write 2 bytes at b6e68784: 08 b5
  1168. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  1169. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  1170. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  1171. simon: ptrace write 2 bytes at cb284: dc 00
  1172. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  1173. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  1174. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  1175. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  1176. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  1177. dis_asm_read_memory (memaddr=66552, myaddr=0xbe8aff38 "", len=4, info=0xbe8b0078) at /home/simark/src/binutils-gdb/gdb/disasm.c:128
  1178. 128 }
  1179. infrun: infrun_async(0)
  1180.  
  1181.  
  1182.  
  1183.  
  1184. (top-gdb) # This one will fail.
  1185. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  1186. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  1187. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  1188. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  1189. simon: ptrace write 2 bytes at cb284: 00 a0
  1190. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  1191. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  1192. simon: ptrace write 2 bytes at b69f24ec: 01 de
  1193. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  1194. simon: ptrace write 2 bytes at b6e68784: 01 de
  1195. simon: ptrace write 2 bytes at b6f669e0: 01 de
  1196. simon: ptrace write 2 bytes at b6f7292e: 01 de
  1197. simon: ptrace write 2 bytes at b6f7366c: 01 de
  1198. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x152a2c
  1199. nextpc of 0x152a2c is 0x152a2f
  1200. simon: ptrace write 2 bytes at 152a2e: 01 de
  1201. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1202. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1203. infrun: infrun_async(1)
  1204. sigchld
  1205. infrun: prepare_to_wait
  1206. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1207. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1208. LLW: enter
  1209. LNW: waitpid(-1, ...) returned 8381, No child processes
  1210. LLW: waitpid 8381 received Trace/breakpoint trap (stopped)
  1211. CSBB: Thread 0xb6f83220 (LWP 8381) stopped by software breakpoint
  1212. LNW: waitpid(-1, ...) returned 0, No child processes
  1213. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1214. LLW: trap ptid is Thread 0xb6f83220 (LWP 8381).
  1215. LLW: exit
  1216. infrun: target_wait (-1.0.0, status) =
  1217. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1218. infrun: status->kind = stopped, signal = GDB_SIGNAL_TRAP
  1219. infrun: TARGET_WAITKIND_STOPPED
  1220.  
  1221. # We are stopped at 0x152a2e:
  1222.  
  1223. infrun: stop_pc = 0x152a2e
  1224. infrun: [Thread 0xb6f83220 (LWP 8381)] hit its single-step breakpoint
  1225.  
  1226. # We restore the original bytes at 0x152a2e:
  1227.  
  1228. simon: ptrace write 2 bytes at 152a2e: 10 37
  1229. infrun: delayed software breakpoint trap, ignoring
  1230.  
  1231. # We are still in the stepping range:
  1232.  
  1233. infrun: stepping inside range [0x152a2c-0x152a34]
  1234. infrun: resume (step=1, signal=GDB_SIGNAL_0), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x152a2e
  1235.  
  1236. # We compute the next pc (with the Thumb bit encoded):
  1237.  
  1238. nextpc of 0x152a2e is 0x152a31
  1239.  
  1240. # We write the breakpoint at the next instruction:
  1241.  
  1242. simon: ptrace write 2 bytes at 152a30: 01 de
  1243. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), 0, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1244. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), 0 (resume event thread)
  1245. infrun: prepare_to_wait
  1246. sigchld
  1247. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1248. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1249. LLW: enter
  1250. LNW: waitpid(-1, ...) returned 8381, No child processes
  1251. LLW: waitpid 8381 received Illegal instruction (stopped)
  1252. LNW: waitpid(-1, ...) returned 0, No child processes
  1253. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1254. LLW: exit
  1255. infrun: target_wait (-1.0.0, status) =
  1256. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1257. infrun: status->kind = stopped, signal = GDB_SIGNAL_ILL
  1258. infrun: TARGET_WAITKIND_STOPPED
  1259.  
  1260. # We are still stopped at 0x152a2e, the location where we supposedly restore the bytes:
  1261.  
  1262. infrun: stop_pc = 0x152a2e
  1263. simon: ptrace write 2 bytes at 152a30: bd 46
  1264. infrun: random signal (GDB_SIGNAL_ILL)
  1265. infrun: stop_waiting
  1266. infrun: clear_step_over_info
  1267. infrun: stop_all_threads
  1268. infrun: stop_all_threads, pass=0, iterations=0
  1269. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  1270. infrun: stop_all_threads, pass=1, iterations=1
  1271. infrun: Thread 0xb6f83220 (LWP 8381) not executing
  1272. infrun: stop_all_threads done
  1273. simon: ptrace write 2 bytes at b6e68784: 08 b5
  1274. simon: ptrace write 2 bytes at b6a6d31c: 00 bf
  1275. simon: ptrace write 2 bytes at b69f24ec: 00 bf
  1276.  
  1277. Program received signal SIGILL, Illegal instruction.
  1278. simon: ptrace write 4 bytes at cb282: 46 f6 dc 00
  1279. simon: ptrace write 2 bytes at cb284: dc 00
  1280. simon: ptrace write 4 bytes at 1e6630: 4a f2 f4 53
  1281. simon: ptrace write 4 bytes at 2bf7dc: 07 f1 1c 03
  1282. simon: ptrace write 2 bytes at b6f669e0: 00 bf
  1283. simon: ptrace write 2 bytes at b6f7292e: 00 bf
  1284. simon: ptrace write 2 bytes at b6f7366c: 00 bf
  1285. 0x00152a2e in dis_asm_read_memory (memaddr=66552, myaddr=0xbe8aff38 "", len=4, info=0xbe8b0078) at /home/simark/src/binutils-gdb/gdb/disasm.c:128
  1286. 128 }
  1287. infrun: infrun_async(0)
  1288.  
  1289.  
  1290.  
  1291.  
  1292. (top-gdb)
  1293. infrun: clear_proceed_status_thread (Thread 0xb6f83220 (LWP 8381))
  1294. infrun: proceed (addr=0xffffffff, signal=GDB_SIGNAL_DEFAULT)
  1295. infrun: proceed: resuming Thread 0xb6f83220 (LWP 8381)
  1296. simon: ptrace write 4 bytes at cb282: f0 f7 00 a0
  1297. simon: ptrace write 2 bytes at cb284: 00 a0
  1298. simon: ptrace write 4 bytes at 1e6630: f0 f7 00 a0
  1299. simon: ptrace write 4 bytes at 2bf7dc: f0 f7 00 a0
  1300. simon: ptrace write 2 bytes at b69f24ec: 01 de
  1301. simon: ptrace write 2 bytes at b6a6d31c: 01 de
  1302. simon: ptrace write 2 bytes at b6e68784: 01 de
  1303. simon: ptrace write 2 bytes at b6f669e0: 01 de
  1304. simon: ptrace write 2 bytes at b6f7292e: 01 de
  1305. simon: ptrace write 2 bytes at b6f7366c: 01 de
  1306. infrun: resume (step=1, signal=GDB_SIGNAL_ILL), trap_expected=0, current thread [Thread 0xb6f83220 (LWP 8381)] at 0x152a2e
  1307. nextpc of 0x152a2e is 0x152a31
  1308. simon: ptrace write 2 bytes at 152a30: 01 de
  1309. LLR: Preparing to resume Thread 0xb6f83220 (LWP 8381), Illegal instruction, inferior_ptid Thread 0xb6f83220 (LWP 8381)
  1310. LLR: PTRACE_CONT Thread 0xb6f83220 (LWP 8381), Illegal instruction (resume event thread)
  1311. infrun: infrun_async(1)
  1312. infrun: prepare_to_wait
  1313. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1314. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1315. LLW: enter
  1316. LNW: waitpid(-1, ...) returned 0, No child processes
  1317. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1318. LLW: exit (ignore)
  1319. infrun: target_wait (-1.0.0, status) =
  1320. infrun: -1.0.0 [process -1],
  1321. infrun: status->kind = ignore
  1322. infrun: TARGET_WAITKIND_IGNORE
  1323. infrun: prepare_to_wait
  1324. sigchld
  1325. linux_nat_wait: [process -1], [TARGET_WNOHANG]
  1326. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), not stopped
  1327. LLW: enter
  1328. LNW: waitpid(-1, ...) returned 8381, No child processes
  1329. LLW: waitpid 8381 received Illegal instruction (terminated)
  1330. Process 8381 exited (resumed=1)
  1331. LNW: waitpid(-1, ...) returned -1, No child processes
  1332. RSRL: NOT resuming LWP Thread 0xb6f83220 (LWP 8381), has pending status
  1333. LLW: exit
  1334. infrun: target_wait (-1.0.0, status) =
  1335. infrun: 8381.8381.0 [Thread 0xb6f83220 (LWP 8381)],
  1336. infrun: status->kind = signalled, signal = GDB_SIGNAL_ILL
  1337. infrun: TARGET_WAITKIND_SIGNALLED
  1338.  
  1339. Program terminated with signal SIGILL, Illegal instruction.
  1340. The program no longer exists.
  1341. infrun: stop_waiting
  1342. infrun: clear_step_over_info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement