Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Compiling gcl_sharp.lsp.
  2. Loading ./gcl_cmpinit.lsp
  3. Finished loading ./gcl_cmpinit.lsp
  4. End of Pass 1.
  5. End of Pass 2.
  6.  
  7. Breakpoint 1, msystem (
  8. s=0x7ffe88a4 "gcc -c -g -fsigned-char -Wall -Wno-unused-but-set-variable -pipe -g -I/home/camm/gcl/gcl/unixport/../h -c \"gcl_sharp.c\" -o \"gcl_sharp.o\" ") at unixsys.c:160
  9. 160 r=psystem(s);
  10. (gdb) s
  11.  
  12. Breakpoint 2, 0x2add62fc in system () from /lib/mipsel-linux-gnu/libc.so.6
  13. (gdb) display/i $pc
  14. 2: x/i $pc
  15. => 0x2add62fc <system+24>: beqz a0,0x2add6314 <system+48>
  16. 0x2add6300 <system+28>: lw t9,-31824(gp)
  17. (gdb) si
  18. 0x2add6304 in system () from /lib/mipsel-linux-gnu/libc.so.6
  19. 2: x/i $pc
  20. => 0x2add6304 <system+32>: lw ra,28(sp)
  21. (gdb) b *0x2add5d34
  22. Note: breakpoint 3 (disabled) also set at pc 0x2add5d34.
  23. Breakpoint 4 at 0x2add5d34
  24. (gdb) c
  25. Continuing.
  26.  
  27. Breakpoint 4, 0x2add5d34 in ?? () from /lib/mipsel-linux-gnu/libc.so.6
  28. 2: x/i $pc
  29. => 0x2add5d34: move a1,zero
  30. (gdb) si
  31. 0x2add5d38 in ?? () from /lib/mipsel-linux-gnu/libc.so.6
  32. 2: x/i $pc
  33. => 0x2add5d38: addiu a2,sp,328
  34. (gdb)
  35. 0x2add5d3c in ?? () from /lib/mipsel-linux-gnu/libc.so.6
  36. 2: x/i $pc
  37. => 0x2add5d3c: li v0,4120
  38. (gdb)
  39. 0x2add5d40 in ?? () from /lib/mipsel-linux-gnu/libc.so.6
  40. 2: x/i $pc
  41. => 0x2add5d40: syscall
  42. (gdb) i reg
  43. zero at v0 v1 a0 a1 a2 a3
  44. R0 00000000 1000a4e1 00001018 00000000 00100012 00000000 7ffe8810 00000000
  45. t0 t1 t2 t3 t4 t5 t6 t7
  46. R8 00000000 00000000 00000000 00000001 00000000 00000001 00000000 00170000
  47. s0 s1 s2 s3 s4 s5 s6 s7
  48. R16 2af14000 7ffe86e8 7ffe88a4 2adc809c 7ffe86e0 2af14000 7ffe8770 00000000
  49. t8 t9 k0 k1 gp sp s8 ra
  50. R24 00000000 2adc80e0 00000010 00000000 2af17e20 7ffe86c8 7ffe8840 2add5d04
  51. status lo hi badvaddr cause pc
  52. 0000a4f3 00000000 00000000 01540000 10000024 2add5d40
  53. fcsr fir restart
  54. 00800004 00000501 00000000
  55. (gdb) si
  56. 0x2add5ee0 in ?? () from /lib/mipsel-linux-gnu/libc.so.6
  57. 2: x/i $pc
  58. => 0x2add5ee0: beqz v0,0x2add6094
  59. Segmentation fault
  60. 0x2add5ee4: sw v0,328(sp)
  61. (gdb) i reg v0
  62. v0: 0x571b
  63. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement