Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. QString str("almafa");
  2. qDebug() << str;
  3.  
  4. (gdb) printqs5static str
  5. (Qt5 QString)0xffffdf50 length=6: "almafa"
  6.  
  7. | 0x00400ab7 488d45b0 leaq -0x50(%rbp), %rax
  8. | 0x00400abb 488d55c0 leaq -0x40(%rbp), %rdx
  9. | 0x00400abf 4889d6 movq %rdx, %rsi
  10. | 0x00400ac2 4889c7 movq %rax, %rdi
  11. | 0x00400ac5 e816feffff callq sym.QMessageLogger::debug
  12. | 0x00400aca 488d55a0 leaq -0x60(%rbp), %rdx
  13. | 0x00400ace 488d45b0 leaq -0x50(%rbp), %rax
  14. | 0x00400ad2 4889d6 movq %rdx, %rsi
  15. | 0x00400ad5 4889c7 movq %rax, %rdi
  16. | 0x00400ad8 e863020000 callq sym.QDebug::operator__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement