[Lldb-commits] [PATCH] D23290: Added enforce-interactivity setting

Josh Imbriani via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 11:24:45 PDT 2016


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 input from stdin until it is confirmed and since we can't use stdin we're using pipes as the input handler to pass in the input we need to confirm the command and get back the result from the C++ API.


https://reviews.llvm.org/D23290





More information about the lldb-commits mailing list