summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
AgeCommit message (Expand)Author
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-11-12[lldb] Fix some warnings in the python pluginPavel Labath
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna
2019-10-29[LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-15eliminate virtual methods from PythonDataObjectsLawrence D'Anna
2019-10-15SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna
2019-10-08exception handling in PythonDataObjects.Lawrence D'Anna
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-10-03new api class: SBFileLawrence D'Anna
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-05-22Delete unnecessary copy ctorsFangrui Song
2019-03-27[Python] Remove unused includesJonas Devlieghere
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone
2016-08-11Make sure files include what they use (part 2/2)Pavel Labath
2016-07-20Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2016-01-11Don't define Bytes and String to be the same number on Py2.Zachary Turner
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner
2015-11-13Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner