aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere1-1/+0
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+3
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna1-11/+10
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid1-25/+2
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna1-2/+25
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-1/+1
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-0/+2
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath1-2/+2
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-18/+0
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna1-10/+8
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-42/+73
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna1-11/+46
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-2/+5
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna1-26/+4
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna1-15/+53
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-14/+0
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna1-118/+84
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna1-3/+16
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna1-11/+262
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-0/+4
2019-10-03new api class: SBFileLawrence D'Anna1-2/+0
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere1-1/+1
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-2/+1
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