summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [LLDB][Python] warning fix for LLDBSwigPythonBreakpointCallbackFunctionLawrence D'Anna2019-10-301-0/+5
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-1/+1
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-1/+2
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-0/+1
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-0/+1
* [ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere2019-03-291-3/+4
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-261-0/+187
* [PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere2019-03-251-3/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Improve assert and add Terminate in unit test.Jonas Devlieghere2018-11-011-0/+2
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-22/+18
* Fix unit tests on windowsPavel Labath2016-08-111-1/+1
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-0/+1
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-131-0/+42
OpenPOWER on IntegriCloud