[Lldb-commits] [PATCH] D28305: [Host] Handle short reads and writes, take 3
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 6 07:46:51 PST 2017
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
More information about the lldb-commits
mailing list