6 Commits

Author SHA1 Message Date
Cory McWilliams
91e9185dbe A combination of fixes and new features for fruitstrap.
* Ability to pass command-line arguments to the running application.
* Fiddled with the device support path discovery so that it works for me with XCode 4.3 on Lion.
* Fixed some bugs with write_gdb_prep_cmds (the string replace on dcp_noprivate with an incorrect length lead to a frequent crash).
* Fill in address.sun_len to make a warning go away.
* Handled gdb exiting slightly more gracefully.
* Closed device control sessions when we don't need them.  These sessions timing out lead to frequent failures the next time they were used.
* Added some getopt argument parsing.
* Added verbose and timeout (timeout for connecting to device) arguments.
2012-02-28 11:51:01 -05:00
Stewart Gleadow
bc4fa28516 Correct number of arguments check to run with debugger and device id 2011-11-05 13:46:08 +11:00
Jens Utbult
6b571fbf9b Support for installing an app on a specified device.
Useful if you have several iPhones connected to your computer and want
to control which iPhone to install your app on.
2011-11-04 11:04:46 +01:00
Greg Hughes
7079044904 remove non-working test code 2011-09-17 08:22:19 +01:00
Greg Hughes
0cf2a66c2c path_exists 2011-09-17 08:10:52 +01:00
Greg Hughes
e4e0d80a1c Initial commit 2011-09-16 15:07:57 +01:00