Checked in: Sending scripts/Python/python-typemaps.swig Transmitting file data . Committed revision 198835.
Enrico Granata 📩 egranata@.com ☎️ 27683 On Dec 31, 2013, at 4:33 PM, Ari Grant <[email protected]> wrote: > Open LLDB and run: > (lldb) script print lldb.debugger.GetInputFileHandle() > > This puts the debugger into a catatonic state and all interactions seem > to enter a black hole. The reason is that executing this commnand > actually *CLOSES* the input file handle and so all input is dropped on > the floor. Oof! > > The fix is simple: flush a descriptor, instead of closing it, when > transferring ownership.
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
