[lldb-dev] Sending input to the process being debugged
John Lindal via lldb-dev
lldb-dev at lists.llvm.org
Wed Feb 3 14:03:03 PST 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160203/0dacedcb/attachment.html>
More information about the lldb-dev
mailing list