Skip to content

Instantly share code, notes, and snippets.

@Daniel1of1
Last active January 4, 2016 12:19
Show Gist options
  • Save Daniel1of1/8620734 to your computer and use it in GitHub Desktop.
Save Daniel1of1/8620734 to your computer and use it in GitHub Desktop.
(lldb) br s -n objc_msgSend -c 0
(lldb) c
**Do something eg. tap screen**(and wait)
(lldb) breakpoint list
//output (see 'hit count' :) )
Current breakpoints:
1: name = 'objc_msgSend', locations = 1, resolved = 1
Condition: 0
1.1: where = libobjc.A.dylib`objc_msgSend, address = 0x014d10a4, resolved, hit count = 3867
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment