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@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to