Skip to content

Instantly share code, notes, and snippets.

@LeifAndersen
Created February 16, 2018 01:47
Show Gist options
  • Save LeifAndersen/64cc0971d737217502c0bbef093c32e6 to your computer and use it in GitHub Desktop.
Save LeifAndersen/64cc0971d737217502c0bbef093c32e6 to your computer and use it in GitHub Desktop.
(lldb) process attach --pid 46140
Process 46140 stopped
* thread #1: tid = 0x1cf222, 0x00007fff90ed8165 libsystem_c.dylib`strlen + 37, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x00007fff90ed8165 libsystem_c.dylib`strlen + 37
libsystem_c.dylib`strlen:
-> 0x7fff90ed8165 <+37>: andl %eax, %esi
0x7fff90ed8167 <+39>: je 0x7fff90ed8180 ; <+64>
0x7fff90ed8169 <+41>: bsfl %esi, %eax
0x7fff90ed816c <+44>: subq %rdx, %rdi
Executable module set to "/Users/leif/racket/racket/bin/racket".
Architecture set to: x86_64h-apple-macosx.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment