aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda1-128/+11
2017-10-17Committing this for Larry D'Anna:Jason Molenda1-11/+128
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-09-12Fix about a dozen compile warningsIlia K1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-967/+704
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath1-1/+0
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton1-1/+12
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-1/+25
2016-03-24Make File option flags consistent for Python APIStephane Sezer1-2/+2
2016-03-22Unicode support on Win32.Zachary Turner1-3/+4
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-0/+85
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata1-0/+20
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner1-0/+104
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner1-0/+6
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner1-0/+8
2015-11-12Fix non-Windows build after r252906.Zachary Turner1-1/+1
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner1-13/+17
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-4/+251
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-2/+97
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-0/+5
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-5/+33
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner1-0/+22
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+85
2015-10-14Get Python unit tests working with Python 3.Zachary Turner1-39/+28
2015-10-14Minor cleanup on PythonDataObject constructors.Zachary Turner1-0/+6
2015-10-13Fix ref counting of Python objects.Zachary Turner1-193/+152
2015-10-09Port native Python-API to 3.xZachary Turner1-54/+147
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+522