aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani1-7/+2
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani1-2/+7
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-0/+2
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani1-0/+2
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani1-2/+0
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani1-0/+2
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani1-0/+9
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-1/+5
2023-04-25[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani1-0/+1
2023-03-06Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani1-1/+0
2023-03-06[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani1-0/+1
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani1-12/+24
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere1-1/+1
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere1-13/+0
2022-01-19[lldb] Fix D114722 for python<=3.6Pavel Labath1-13/+1
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-33/+24
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve1-4/+21
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna1-0/+12
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-2/+2
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-2/+2
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