aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
AgeCommit message (Expand)AuthorFilesLines
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-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-06-25[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinitionJonas Devlieghere1-1/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-03[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea1-0/+12
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-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-03-29[ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere1-3/+4
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere1-0/+187
2019-03-25[PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere1-3/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-01[FileSystem] Improve assert and add Terminate in unit test.Jonas Devlieghere1-0/+2
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-1/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-22/+18
2016-08-11Fix unit tests on windowsPavel Labath1-1/+1
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata1-0/+1
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner1-0/+42