[lldb-dev] Sending input to the process being debugged

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Thu Feb 4 01:08:27 PST 2016


Hi,

I think you will have to provide a bit more context to get help. I.e.,
what is the full sequence of debugger commands you are issuing, and
what is the inferior process doing?

cheers,
pl

On 3 February 2016 at 22:03, John Lindal via lldb-dev
<lldb-dev at lists.llvm.org> wrote:
> When I use SBDebugger::SetAsync(true), the process is not stopped at scanf,
> so it does not wait for input.  The process does stop and wait for input
> when SetAsync(false).  Unfortunately, when building a GUI on top of the C++
> API, I have to SetAsync(true).
>
> Is there some way to resolve this?
>
> Thanks,
> John
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


More information about the lldb-dev mailing list