I have a simple C program that has printf statements. It produces zero output. However when it’s run under lldb, it prints correct output. How could this be?
I tried replacing the printf statements by “fprintf” to a file: same behaviour - no file created and no output, but under lldb, the file is created with correct output data. Peter R
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev