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
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
1
-15
/
+20
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
1
-6
/
+14
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
1
-1
/
+1
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
1
-20
/
+162
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-19
/
+0
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
1
-262
/
+37
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-21
/
+64
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-7
/
+12
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-14
/
+401
*
exception handling in PythonDataObjects.
Lawrence D'Anna
2019-10-08
1
-25
/
+130
*
[Python] Remove unused variable
Jonas Devlieghere
2019-10-04
1
-1
/
+0
*
Python3 doesn't seem to allow you to tell whether an object is a class
Jim Ingham
2019-10-03
1
-2
/
+0
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-0
/
+17
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-2
/
+2
*
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
[next]