summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-4/+2
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-45/+24
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-301-13/+15
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-291-5/+12
* [lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny2019-10-241-5/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-27/+110
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-191-15/+20
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-6/+14
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-171-1/+1
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-171-20/+162
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-19/+0
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-151-262/+37
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-21/+64
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-7/+12
* allow arbitrary python streams to be converted to SBFileLawrence D'Anna2019-10-091-14/+401
* exception handling in PythonDataObjects.Lawrence D'Anna2019-10-081-25/+130
* [Python] Remove unused variableJonas Devlieghere2019-10-041-1/+0
* Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham2019-10-031-2/+0
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-0/+17
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-2/+2
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-0/+2
* new api class: SBFileLawrence D'Anna2019-10-031-18/+1
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-2/+2
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-10/+7
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-2/+2
* Delete unnecessary copy ctorsFangrui Song2019-05-221-22/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-16/+0
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-2/+2
* [Python] Remove unused includesJonas Devlieghere2019-03-271-2/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-161-0/+54
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-6/+2
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-1/+2
* Fix PythonString::GetString for >=python-3.7Pavel Labath2018-07-251-3/+5
* Partially revert r335236Pavel Labath2018-06-211-0/+8
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-10/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-62/+51
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-164/+10
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-10/+164
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-128/+11
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-11/+128
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-128/+11
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-11/+128
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Fix about a dozen compile warningsIlia K2016-09-121-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-967/+704
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-111-1/+0
OpenPOWER on IntegriCloud