Advertisement
swarley

Untitled

Sep 3rd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Breakpoint 1, strcspn_ () at ../../src/string/strcspn.S:16
  2. 16 cmpb $0, (%rsi)
  3. (gdb) x/c $rsi
  4. 0x4010b4: 0 '\000'
  5. (gdb) c
  6. Continuing.
  7.  
  8. Breakpoint 1, strcspn_ () at ../../src/string/strcspn.S:16
  9. 16 cmpb $0, (%rsi)
  10. (gdb) x/c $rsi
  11. 0x401076: 0 '\000'
  12. (gdb) c
  13. Continuing.
  14.  
  15. Breakpoint 1, strcspn_ () at ../../src/string/strcspn.S:16
  16. 16 cmpb $0, (%rsi)
  17. (gdb) x/c $rsi
  18. 0x40107a: 109 'm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement