[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 10:36:12 PDT 2018


apolyakov added a comment.

I think those options don't fit. I'm looking for behavior like this:

  ~/workspace/gsoc/build/bin/lldb-server gdbserver --pipe 1 localhost:0
  36251

Here lldb-server prints out the port number he is listening on and continues running.

If debugserver can choose a tcp port in case of passed `hostname:0` then probably all we need to do is to add analogue of `--pipe` option.


Repository:
  rL LLVM

https://reviews.llvm.org/D49739





More information about the lldb-commits mailing list