Add a -remote-file option to “target create” to specify the location of the executabl...
authorJim Ingham <jingham@apple.com>
Thu, 11 Jul 2013 01:47:46 +0000 (01:47 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 11 Jul 2013 01:47:46 +0000 (01:47 +0000)
commitbf22b96dd12b70383c184c4d53dc185693c2bde3
tree6e37a1a2b5991ba9c1023e9c0e0e4f52aeeffd73
parentbe4504df268af9f68edc212356cbdacf3bbf97da
Add a -remote-file option to “target create” to specify the location of the executable on a remote system (if debugging remotely using debugserver on the target system.)  This gets us closer to being able to set up a remote debugging session from the lldb command line.

llvm-svn: 186050
lldb/source/Commands/CommandObjectTarget.cpp