aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha1-0/+4
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna1-21/+68
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid1-19/+21
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna1-21/+19
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-01-29Fix implicit conversion in the lldb Python pluginBenjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-1/+1
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-4/+2
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-45/+24
2019-10-30[LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna1-13/+15
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna1-5/+12
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'Anna1-27/+110
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna1-15/+20
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-6/+14
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna1-1/+1
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna1-20/+162
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-19/+0
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna1-262/+37
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna1-21/+64
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna1-7/+12
2019-10-09allow arbitrary python streams to be converted to SBFileLawrence D'Anna1-14/+401
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna1-25/+130
2019-10-04[Python] Remove unused variableJonas Devlieghere1-1/+0
2019-10-03Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham1-2/+0
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-0/+17
2019-10-03factor out an abstract base class for FileLawrence D'Anna1-2/+2
2019-10-03SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna1-0/+2
2019-10-03new api class: SBFileLawrence D'Anna1-18/+1
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere1-2/+2
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-10/+7
2019-09-23File::SetDescriptor() should require optionsJonas Devlieghere1-2/+2
2019-05-22Delete unnecessary copy ctorsFangrui Song1-22/+0
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-16/+0
2019-03-28[NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere1-2/+2
2019-03-27[Python] Remove unused includesJonas Devlieghere1-2/+1
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny1-1/+2
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha1-0/+54
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-6/+2
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere1-1/+2
2018-07-25Fix PythonString::GetString for >=python-3.7Pavel Labath1-3/+5
2018-06-21Partially revert r335236Pavel Labath1-0/+8
2018-06-21ScriptInterpreterPython cleanupPavel Labath1-10/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-62/+51
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda1-164/+10
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-10/+164
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda1-128/+11
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-11/+128