[Lldb-commits] [PATCH] D49739: Add new API to SBTarget class

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 9 06:20:19 PDT 2018


apolyakov added a subscriber: t.p.northover.
apolyakov added a comment.

It seems that `target-select-so-path.test` hangs on macOS. Thanks to @t.p.northover  for noting this.

The debugserver doesn't have `--pipe` option, so on macOS it fails to start and the test hangs waiting for output from debugserver. Is there any alternative for `--pipe` option to let the debugserver choose a tcp port itself? I took a quick look at debugserver's sources and didn't find it.


Repository:
  rL LLVM

https://reviews.llvm.org/D49739





More information about the lldb-commits mailing list