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
/
source
/
Plugins
/
ScriptInterpreter
/
Python
/
PythonDataObjects.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
1
-11
/
+46
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
1
-2
/
+5
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
1
-26
/
+4
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
1
-15
/
+53
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-14
/
+0
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
1
-118
/
+84
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-3
/
+16
*
exception handling in PythonDataObjects.
Lawrence D'Anna
2019-10-08
1
-11
/
+262
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-0
/
+4
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-2
/
+0
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-1
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-2
/
+1
*
Delete unnecessary copy ctors
Fangrui Song
2019-05-22
1
-9
/
+0
*
[Python] Remove unused includes
Jonas Devlieghere
2019-03-27
1
-5
/
+0
*
Add PythonBoolean type to the PythonDataObjects
Tatyana Krasnukha
2019-02-16
1
-0
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Partially revert r335236
Pavel Labath
2018-06-21
1
-0
/
+4
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-4
/
+0
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-2
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+2
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-408
/
+306
*
Moved #include for lldb-python.h to a distinct group with a reminder comment
Kate Stone
2016-08-19
1
-1
/
+3
*
Make sure files include what they use (part 2/2)
Pavel Labath
2016-08-11
1
-2
/
+3
*
Add a default-value bool flag pretty_print to the StructuredData Dump methods.
Jason Molenda
2016-07-20
1
-1
/
+1
*
Fix an issue where the @lldb.command marker would not work with the new 5-arg...
Enrico Granata
2016-06-24
1
-0
/
+1
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
1
-0
/
+34
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-0
/
+2
*
Don't define Bytes and String to be the same number on Py2.
Zachary Turner
2016-01-11
1
-4
/
+0
*
Introduce a PythonBytes class into PythonDataObjects.
Zachary Turner
2016-01-11
1
-0
/
+41
*
Modernize FormatBacktrace() and make portable for Python 3.
Zachary Turner
2015-11-13
1
-0
/
+3
*
Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1
Zachary Turner
2015-11-13
1
-0
/
+4
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
1
-2
/
+2
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
1
-2
/
+32
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
1
-2
/
+71
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
1
-10
/
+39
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-7
/
+15
*
Fix potential file i/o problem with python handles.
Zachary Turner
2015-10-20
1
-0
/
+1
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
1
-0
/
+11
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
1
-1
/
+4
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-1
/
+21
*
Minor cleanup on PythonDataObject constructors.
Zachary Turner
2015-10-14
1
-5
/
+7
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
1
-3
/
+12
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
1
-172
/
+197
*
Fix build broken by r249885
Zachary Turner
2015-10-09
1
-1
/
+1
*
Port native Python-API to 3.x
Zachary Turner
2015-10-09
1
-10
/
+15
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-0
/
+279