joshimbriani added a comment.
In https://reviews.llvm.org/D23290#511275, @clayborg wrote:
> Can you explain the scenarios where you are going to use LLDB with pipes?
Sure! Essentially we are duplicating some of the functionality of the command
line, specifically when commands need confirmation
joshimbriani added a comment.
In https://reviews.llvm.org/D23290#511446, @clayborg wrote:
> I think we all got that part. The question is why are you interacting via
> text input/output and not using the C++ API?
Well we are using the C++ API to initiate the command but the command waits for