aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani1-0/+4
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya1-0/+6
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere2-32/+0
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere1-2/+0
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-18/+19
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath1-10/+10
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-7/+7
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath1-100/+74
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath1-4/+4
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani1-1/+2
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani1-0/+4
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani1-0/+6
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani1-1/+1
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+16
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-16/+0
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+16
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham1-0/+14
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere1-14/+0
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham1-0/+14
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere1-3/+3
2020-06-25[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinitionJonas Devlieghere1-1/+2
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna1-37/+37
2020-04-30[lldb/CMake] Set the PYTHON_RPATH for the unit testsJonas Devlieghere1-1/+5
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid1-37/+37
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna1-37/+37
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann2-2/+2
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea1-0/+12
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-19/+22
2019-10-30[LLDB][Python] warning fix for LLDBSwigPythonBreakpointCallbackFunctionLawrence D'Anna1-0/+5
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-1/+1
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-1/+2
2019-10-22fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna1-7/+7
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna3-165/+84
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna1-7/+3
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-6/+42
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna1-10/+10
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna1-0/+114
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-2/+3
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-0/+1
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham1-0/+1
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2-4/+6
2019-04-01[CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere1-3/+1
2019-03-29[ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere1-3/+4
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2-1/+188
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere1-1/+1
2019-03-25[PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere1-3/+8
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha1-0/+25
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere1-2/+4