aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham1-1/+1
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani1-215/+61
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya1-0/+8
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 Hirata1-1/+1
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-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere1-27/+1
2022-03-03[lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere1-1/+0
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-7/+7
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere1-1/+1
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere1-35/+24
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-16/+25
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve1-62/+35
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
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath1-22/+20
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-5/+5
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath1-161/+15
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'Anna1-19/+20
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'Anna1-0/+29
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-6/+1
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-4/+0
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny1-1/+0
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-29/+65
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-5/+5
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-15/+13
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-4/+3
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-31/+7
2021-03-09[lldb] Fix a bug in D96779 (shared lib directory logic)Pavel Labath1-2/+3
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-7/+31
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-31/+7
2021-02-18[lldb] Remove unused code in ScriptInterpreterPythonJonas Devlieghere1-11/+6
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-0/+25
2021-02-17[lldb] Improve error message for modules with dots or dashesJonas Devlieghere1-0/+14
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-6/+3