summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07[ScriptInterpreterPython] Remove buggy code to save/restore stdin.Davide Italiano
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-04-02[lldb] Change Communication::SetConnection to take a unique_ptrPavel Labath
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere
2020-02-21Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang
2020-02-21Revert "Allow customized relative PYTHONHOME"Stella Stamenova
2020-02-21Allow customized relative PYTHONHOMEHaibo Huang
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-29Fix implicit conversion in the lldb Python pluginBenjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere
2020-01-02[lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere
2020-01-02[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere
2019-12-21[lldb] Fix -Wstringop-truncation in PythonReadline.cppPavel Labath
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-12[lldb/Core] Add missing include (2/2)Jonas Devlieghere
2019-12-12[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-12-09[lldb][CMake] Fix build for the case of custom libedit installationTatyana Krasnukha
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath
2019-11-06Silence warning, PyMODINIT_FUNC already contains extern "C"Benjamin Kramer
2019-11-05[lldb] [Python] Build readline override module only on LinuxMichał Górny
2019-11-05[lldb] Fix readline/libedit compat patch for py2serge-sans-paille
2019-11-05Revert and patch "[Python] Remove readline module"serge-sans-paille
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna
2019-10-30[LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna
2019-10-26Correct size_t format specifierShu-Chun Weng
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-24[lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna