aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani4-0/+26
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya3-0/+15
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-1/+1
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata3-4/+4
2022-08-27[lldb] Remove a redundaunt return statement (NFC)Kazu Hirata1-2/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-1/+1
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani1-4/+6
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-2/+2
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-2/+2
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham1-3/+3
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere2-2/+2
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel1-7/+1
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere4-221/+4
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani2-4/+16
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-1/+0
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani3-1/+21
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath5-3/+2
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath2-8/+8
2022-01-24[lldb] Make PythonDataObjects work with Python 2Jonas Devlieghere1-1/+5
2022-01-24[lldb/Plugins] Fix ScriptedThread IndexID reportingMed Ismail Bennani1-1/+1
2022-01-24[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessMed Ismail Bennani4-11/+15
2022-01-24[lldb/Plugins] Move ScriptedThreadInterface to ScriptedThreadMed Ismail Bennani2-7/+3
2022-01-24[lldb/Plugins] Add ScriptedProcess::GetThreadsInfo interfaceMed Ismail Bennani2-0/+13
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-1/+1
2022-01-20Work around a module build failure on the bots.Adrian Prantl1-0/+7
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere2-36/+25
2022-01-19[lldb] Fix D114722 for python<=3.6Pavel Labath2-13/+23
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath6-80/+82
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve3-66/+57
2022-01-13[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTJonas Devlieghere1-0/+68
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere1-1/+0
2022-01-07[NFC] Fix endif comments to match with include guardQiu Chaofan1-1/+1
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath2-34/+32
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath6-33/+26
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath2-171/+157
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath1-8/+7
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna2-19/+26
2021-11-13Revert "[lldb] Fix that the embedded Python REPL crashes if it receives SIGINT"Raphael Isemann1-59/+0
2021-11-12[lldb] Fix that the embedded Python REPL crashes if it receives SIGINTRaphael Isemann1-0/+59
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna4-14/+42
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani2-7/+12
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath3-11/+4
2021-10-19[lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny1-2/+3
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-10-08[lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC)Med Ismail Bennani3-14/+14
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani5-7/+40
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani8-63/+251
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny2-8/+2