[Lldb-commits] [PATCH] D11129: Fix for remote-linux test fails: use currently selected platform on target launch

Greg Clayton clayborg at gmail.com
Mon Jul 13 10:47:10 PDT 2015


clayborg added a comment.

So you must select the platform first:

  target select remote-linux
  file a.out
  target connect connect://hostname:5432
  run


http://reviews.llvm.org/D11129







More information about the lldb-commits mailing list