summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)Author
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-24[lldb] Make PythonDataObjects work with Python 2Jonas Devlieghere
2022-01-19[lldb] Fix D114722 for python<=3.6Pavel Labath
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha
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[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-29Fix implicit conversion in the lldb Python pluginBenjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
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][Python] fix another fflush issue on NetBSDLawrence D'Anna
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-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
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna
2019-10-04[Python] Remove unused variableJonas Devlieghere
2019-10-03Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-10-03factor out an abstract base class for FileLawrence D'Anna
2019-10-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere
2019-05-22Delete unnecessary copy ctorsFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-28[NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere
2019-03-27[Python] Remove unused includesJonas Devlieghere
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny