summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
AgeCommit message (Expand)Author
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-06-25[lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinitionJonas Devlieghere
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-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-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-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[PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01[FileSystem] Improve assert and add Terminate in unit test.Jonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Fix unit tests on windowsPavel Labath
2016-04-12Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner