summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
Commit message (Expand)AuthorAgeFilesLines
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-191-11/+46
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-2/+5
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-171-26/+4
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-171-15/+53
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-14/+0
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-151-118/+84
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-151-3/+16
* exception handling in PythonDataObjects.Lawrence D'Anna2019-10-081-11/+262
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-0/+4
* new api class: SBFileLawrence D'Anna2019-10-031-2/+0
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-011-1/+1
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-2/+1
* Delete unnecessary copy ctorsFangrui Song2019-05-221-9/+0
* [Python] Remove unused includesJonas Devlieghere2019-03-271-5/+0
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-161-0/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Partially revert r335236Pavel Labath2018-06-211-0/+4
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-4/+0
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-2/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+2
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-408/+306
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-191-1/+3
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-111-2/+3
* Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda2016-07-201-1/+1
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-241-0/+1
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+34
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-0/+2
* Don't define Bytes and String to be the same number on Py2.Zachary Turner2016-01-111-4/+0
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+41
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-131-0/+3
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-0/+4
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-2/+2
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-2/+32
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-2/+71
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-10/+39
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-7/+15
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-201-0/+1
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-0/+11
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-1/+4
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-1/+21
* Minor cleanup on PythonDataObject constructors.Zachary Turner2015-10-141-5/+7
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-141-3/+12
* Fix ref counting of Python objects.Zachary Turner2015-10-131-172/+197
* Fix build broken by r249885Zachary Turner2015-10-091-1/+1
* Port native Python-API to 3.xZachary Turner2015-10-091-10/+15
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+279
OpenPOWER on IntegriCloud