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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
1
-0
/
+2
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-18
/
+1
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
1
-2
/
+2
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-10
/
+7
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-2
/
+2
*
Delete unnecessary copy ctors
Fangrui Song
2019-05-22
1
-22
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-16
/
+0
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
1
-2
/
+2
*
[Python] Remove unused includes
Jonas Devlieghere
2019-03-27
1
-2
/
+1
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-1
/
+2
*
Add PythonBoolean type to the PythonDataObjects
Tatyana Krasnukha
2019-02-16
1
-0
/
+54
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-6
/
+2
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-1
/
+2
*
Fix PythonString::GetString for >=python-3.7
Pavel Labath
2018-07-25
1
-3
/
+5
*
Partially revert r335236
Pavel Labath
2018-06-21
1
-0
/
+8
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-10
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-62
/
+51
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-164
/
+10
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-10
/
+164
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-128
/
+11
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-11
/
+128
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-128
/
+11
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-11
/
+128
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-967
/
+704
*
Make sure files include what they use (part 2/2)
Pavel Labath
2016-08-11
1
-1
/
+0
*
Fix a problem where if a uint64_t value is placed into a python dictionary an...
Greg Clayton
2016-08-10
1
-1
/
+12
*
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
-1
/
+25
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
1
-2
/
+2
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-3
/
+4
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
1
-0
/
+85
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-0
/
+20
*
Introduce a PythonBytes class into PythonDataObjects.
Zachary Turner
2016-01-11
1
-0
/
+104
*
Python3 - Fix some issues related to `PythonFile` class.
Zachary Turner
2015-11-16
1
-0
/
+6
*
Modernize FormatBacktrace() and make portable for Python 3.
Zachary Turner
2015-11-13
1
-0
/
+8
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
1
-1
/
+1
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
1
-13
/
+17
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
1
-4
/
+251
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
1
-2
/
+97
*
Fix potential file i/o problem with python handles.
Zachary Turner
2015-10-20
1
-0
/
+5
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
1
-5
/
+33
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
1
-0
/
+22
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-0
/
+85
*
Get Python unit tests working with Python 3.
Zachary Turner
2015-10-14
1
-39
/
+28
*
Minor cleanup on PythonDataObject constructors.
Zachary Turner
2015-10-14
1
-0
/
+6
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
1
-193
/
+152
[next]