Skip to content

Instantly share code, notes, and snippets.

@mattstevens
Created November 8, 2015 17:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattstevens/eb758f55cb2898b670a5 to your computer and use it in GitHub Desktop.
Save mattstevens/eb758f55cb2898b670a5 to your computer and use it in GitHub Desktop.
Filter breakpoint on frame module
(lldb) b NSLog
Breakpoint 2: 2 locations.
(lldb) breakpoint command add -s python -o "return (frame.GetThread().GetFrameAtIndex(1).GetModule().GetFileSpec().GetFilename() == 'UIKit')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment