labath added a comment. Ok, this is going to be more complicated than I expected. libedit takes a `FILE*` in its interface, so it's going to be very hard to get rid of it.
It would be possible to still use file descriptors everywhere, and create a fake FILE* using functions like `funopen` for the purposes of libedit, but then this starts to get a bit messy... https://reviews.llvm.org/D28305 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits