summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
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-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-06-25[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinitionJonas Devlieghere
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-30[lldb/CMake] Set the PYTHON_RPATH for the unit testsJonas Devlieghere
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna
2019-10-30[LLDB][Python] warning fix for LLDBSwigPythonBreakpointCallbackFunctionLawrence D'Anna
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-22fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-04-01[CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere
2019-03-29[ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere
2019-03-25[PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-01[FileSystem] Improve assert and add Terminate in unit test.Jonas Devlieghere