summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter
Commit message (Expand)AuthorAgeFilesLines
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-211-0/+2
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-204-0/+103
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-031-0/+12
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-19/+22
* [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
* fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna2019-10-221-7/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-223-165/+84
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-191-7/+3
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-6/+42
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-171-10/+10
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-171-0/+114
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-2/+3
* 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
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-262-4/+6
* [CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere2019-04-011-3/+1
* [ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere2019-03-291-3/+4
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-262-1/+188
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-251-1/+1
* [PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere2019-03-251-3/+8
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-161-0/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+4
* [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
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-4/+5
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-2/+7
* Fix some unit test compilation failures.Zachary Turner2016-11-161-12/+12
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-625/+586
* Fix unit tests on windowsPavel Labath2016-08-112-2/+2
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-0/+24
* Fix a no newline at end of file warning.Greg Clayton2016-06-091-1/+1
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-0/+1
* Fix PythonDataObjectsTests for python 2Pavel Labath2016-02-251-2/+1
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+14
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+21
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-131-0/+53
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-132-0/+122
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-134-17/+74
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-11/+132
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-0/+60
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-0/+11
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-0/+9
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-260/+173
* Fix ref counting of Python objects.Zachary Turner2015-10-131-43/+94
OpenPOWER on IntegriCloud