aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Delete unnecessary copy ctorsFangrui Song1-9/+0
2019-03-27[Python] Remove unused includesJonas Devlieghere1-5/+0
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha1-0/+24
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-06-21Partially revert r335236Pavel Labath1-0/+4
2018-06-21ScriptInterpreterPython cleanupPavel Labath1-4/+0
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda1-2/+0
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda1-0/+2
2017-06-27Move StructuredData from Core to UtilityPavel Labath1-1/+1
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner1-1/+2
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-408/+306
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone1-1/+3
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath1-2/+3
2016-07-20Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda1-1/+1
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata1-0/+1
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-0/+34
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata1-0/+2
2016-01-11Don't define Bytes and String to be the same number on Py2.Zachary Turner1-4/+0
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner1-0/+41
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner1-0/+3
2015-11-13Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner1-0/+4
2015-11-12Fix non-Windows build after r252906.Zachary Turner1-2/+2
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner1-2/+32
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-2/+71
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-10/+39
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-7/+15
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-0/+1
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-0/+11
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner1-1/+4
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-1/+21
2015-10-14Minor cleanup on PythonDataObject constructors.Zachary Turner1-5/+7
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner1-3/+12
2015-10-13Fix ref counting of Python objects.Zachary Turner1-172/+197
2015-10-09Fix build broken by r249885Zachary Turner1-1/+1
2015-10-09Port native Python-API to 3.xZachary Turner1-10/+15
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+279