aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
AgeCommit message (Expand)AuthorFilesLines
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