summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani
2023-01-12[lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethodMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham
2022-11-19[lldb/Plugins] Fix build failure with GCC in ScriptedPythonInterface::DispatchMed Ismail Bennani
2022-11-18[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)Med Ismail Bennani
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata
2022-08-27[lldb] Remove a redundaunt return statement (NFC)Kazu Hirata
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-24[lldb] Make PythonDataObjects work with Python 2Jonas Devlieghere
2022-01-24[lldb/Plugins] Fix ScriptedThread IndexID reportingMed Ismail Bennani
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani
2022-01-24[lldb/Plugins] Move ScriptedThreadInterface to ScriptedThreadMed Ismail Bennani
2022-01-24[lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-20Work around a module build failure on the bots.Adrian Prantl
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere
2022-01-19[lldb] Fix D114722 for python<=3.6Pavel Labath
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve
2022-01-13[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna