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

2016-08-10 Thread Josh Imbriani via lldb-commits
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

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

2016-08-10 Thread Josh Imbriani via lldb-commits
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