llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Davide Italiano 30a292c25d [ScriptInterpreterPython] Remove buggy code to save/restore stdin.
Discussed on lldb-dev with Pavel Labath. This doesn't work for
background processes [causes Python to be stuck forever], and it's
unclear whether it's needed. There's no test, also. If this turns
out to be useful, it can be recommitted with a functional implementation
and a test.
2020-04-07 12:43:25 -07:00
..
CMakeLists.txt [lldb/CMake] Fix variable naming in FindLibEdit 2020-01-02 13:39:57 -08:00
PythonDataObjects.cpp [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
PythonDataObjects.h [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
PythonReadline.cpp [lldb] Fix -Wstringop-truncation in PythonReadline.cpp 2019-12-21 11:35:26 +01:00
PythonReadline.h [lldb/Core] Add missing include (2/2) 2019-12-12 10:05:30 -08:00
ScriptInterpreterPython.cpp [ScriptInterpreterPython] Remove buggy code to save/restore stdin. 2020-04-07 12:43:25 -07:00
ScriptInterpreterPython.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
ScriptInterpreterPythonImpl.h [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) 2019-12-22 21:36:03 -08:00
lldb-python.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00