This revision was automatically updated to reflect the committed changes.
Closed by commit rL291220: Consolidate file handle usage in Editline.cpp
(authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D28356?vs=83237&id=83351#toc
Repository:
rL LLVM
https://reviews.llvm.or
labath created this revision.
labath added reviewers: clayborg, zturner.
labath added a subscriber: lldb-commits.
To implement wide character reading, editline was mixing FILE*-based access with
a Connection-based one (plus it did some selects on the raw FD), which is very
fragile. Here, I replace