[Lldb-commits] [PATCH] D49739: [WIP] Re-implement MI target-select command.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 25 03:47:42 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D49739#1174810, @apolyakov wrote:
> Thanks, I used this `lldb-server gdbserver --pipe 0 localhost:0` and got a port chosen by debugserver. But to let lldb-mi know about this port we need an additional script, is python a good choice for that?
It's definitely better than bash. :)
https://reviews.llvm.org/D49739
More information about the lldb-commits
mailing list