aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere1-1/+1
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha1-0/+4
2020-06-25[lldb/ScriptInterpreter] Fix missing include on WindowsJonas Devlieghere1-7/+0
2020-06-25[lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled.Jonas Devlieghere1-4/+2
2020-06-25[lldb/ScriptInterpreter] Extract IO redirection logicJonas Devlieghere1-95/+20
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-1/+0
2020-06-15[lldb/Python] Various cleanups in ScriptInterpreterPython (NFC)Jonas Devlieghere1-23/+25
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere2-2/+2
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+3
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna3-41/+82
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid3-48/+32
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna3-32/+48
2020-04-07[ScriptInterpreterPython] Remove buggy code to save/restore stdin.Davide Italiano1-6/+0
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2-2/+2
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath1-1/+1
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere1-0/+1
2020-02-21Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang1-5/+27
2020-02-21Revert "Allow customized relative PYTHONHOME"Stella Stamenova1-27/+5
2020-02-21Allow customized relative PYTHONHOMEHaibo Huang1-5/+27
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-29Fix implicit conversion in the lldb Python pluginBenjamin Kramer1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2-3/+3
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2-2/+2
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere1-1/+1
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere1-2/+2
2020-01-02[lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere1-2/+2
2020-01-02[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere1-1/+1
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2-10/+4
2019-12-21[lldb] Fix -Wstringop-truncation in PythonReadline.cppPavel Labath1-1/+1
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere6-15/+9
2019-12-12[lldb/Core] Add missing include (2/2)Jonas Devlieghere1-0/+2
2019-12-12[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2-3/+3
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere6-12/+12
2019-12-09[lldb][CMake] Fix build for the case of custom libedit installationTatyana Krasnukha1-0/+11
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea1-0/+12
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath2-2/+3
2019-11-06Silence warning, PyMODINIT_FUNC already contains extern "C"Benjamin Kramer1-1/+1
2019-11-05[lldb] [Python] Build readline override module only on LinuxMichał Górny1-1/+1
2019-11-05[lldb] Fix readline/libedit compat patch for py2serge-sans-paille1-1/+9
2019-11-05Revert and patch "[Python] Remove readline module"serge-sans-paille4-0/+124
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna3-65/+28
2019-10-30[LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna1-13/+15
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2-41/+56
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2-15/+20
2019-10-26Correct size_t format specifierShu-Chun Weng1-1/+1
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham3-19/+116
2019-10-24[lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny1-5/+7
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna7-479/+316