forked from OSchip/llvm-project
d9bd4ae77b
"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." llvm-svn: 198835 |
||
---|---|---|
.. | ||
interface | ||
build-swig-Python.sh | ||
finish-swig-Python-LLDB.sh | ||
modify-python-lldb.py | ||
python-extensions.swig | ||
python-swigsafecast.swig | ||
python-typemaps.swig | ||
python-wrapper.swig |