Advertisement
Guest User

Untitled

a guest
May 15th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. import lldb
  2. debugger = lldb.SBDebugger.Create()
  3. debugger.SetAsync(False)
  4. debugger.HandleCommand('platform select remote-ios')
  5. debugger.HandleCommand('process connect connect://localhost:1234')
  6. debugger.HandleCommand('process continue')
  7. #other commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement