summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)Author
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
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-07-25Fix PythonString::GetString for >=python-3.7Pavel Labath
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton