index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
unittests
/
ScriptInterpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
1
-0
/
+2
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
4
-0
/
+103
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...
Alexandre Ganea
2019-12-03
1
-0
/
+12
*
[LLDB][Python] remove ArgInfo::count
Lawrence D'Anna
2019-11-04
1
-19
/
+22
*
[LLDB][Python] warning fix for LLDBSwigPythonBreakpointCallbackFunction
Lawrence D'Anna
2019-10-30
1
-0
/
+5
*
[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-29
1
-1
/
+1
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
1
-1
/
+2
*
fix PythonDataObjectsTest.TestExceptions on windows
Lawrence D'Anna
2019-10-22
1
-7
/
+7
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
3
-165
/
+84
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
1
-7
/
+3
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
1
-6
/
+42
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
1
-10
/
+10
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
1
-0
/
+114
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-2
/
+3
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-0
/
+1
*
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Jim Ingham
2019-09-28
1
-0
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
2
-4
/
+6
*
[CMake] Only the Python scirpt interpreter should link against Python.
Jonas Devlieghere
2019-04-01
1
-3
/
+1
*
[ScriptInterpreterPython] Fix the unit test after refactor
Jonas Devlieghere
2019-03-29
1
-3
/
+4
*
[Python] Define empty SWIG wrapper for unit testin"
Jonas Devlieghere
2019-03-26
2
-1
/
+188
*
[Python] Move SWIG wrapper dependency into the plugin
Jonas Devlieghere
2019-03-25
1
-1
/
+1
*
[PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuite
Jonas Devlieghere
2019-03-25
1
-3
/
+8
*
Add PythonBoolean type to the PythonDataObjects
Tatyana Krasnukha
2019-02-16
1
-0
/
+25
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+4
*
[FileSystem] Improve assert and add Terminate in unit test.
Jonas Devlieghere
2018-11-01
1
-0
/
+2
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+3
*
Added new API to SBStructuredData class
Abhishek Aggarwal
2017-05-29
1
-4
/
+5
*
[CMake] Update unit tests with accurate dependencies
Chris Bieneman
2017-02-01
1
-2
/
+7
*
Fix some unit test compilation failures.
Zachary Turner
2016-11-16
1
-12
/
+12
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-7
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-625
/
+586
*
Fix unit tests on windows
Pavel Labath
2016-08-11
2
-2
/
+2
*
Fix a problem where if a uint64_t value is placed into a python dictionary an...
Greg Clayton
2016-08-10
1
-0
/
+24
*
Fix a no newline at end of file warning.
Greg Clayton
2016-06-09
1
-1
/
+1
*
Initialize the Python script interpreter lazily (i.e. not at debugger startup)
Enrico Granata
2016-04-12
1
-0
/
+1
*
Fix PythonDataObjectsTests for python 2
Pavel Labath
2016-02-25
1
-2
/
+1
*
Fix sign conversion warnings in LLDB Python unittests
Reid Kleckner
2016-02-03
1
-19
/
+18
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
1
-0
/
+14
*
Introduce a PythonBytes class into PythonDataObjects.
Zachary Turner
2016-01-11
1
-0
/
+21
*
Fix a bug in PythonExceptionState and add unittest coverage.
Zachary Turner
2015-11-13
1
-0
/
+53
*
Introduce a `PythonExceptionState` class.
Zachary Turner
2015-11-13
2
-0
/
+122
*
gtest - Make a `PythonTestSuite` base class for setup / teardown.
Zachary Turner
2015-11-13
4
-17
/
+74
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
1
-11
/
+132
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
1
-0
/
+60
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
1
-0
/
+11
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-0
/
+9
*
Get Python unit tests working with Python 3.
Zachary Turner
2015-10-14
1
-260
/
+173
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
1
-43
/
+94
[next]