[Lldb-commits] [PATCH] D28356: Consolidate file handle usage in Editline.cpp

2017-01-06 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D28356: Consolidate file handle usage in Editline.cpp

2017-01-05 Thread Pavel Labath via Phabricator via lldb-commits
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