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
/
ScriptInterpreterPython.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-121
/
+91
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-2
/
+3
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-3
/
+2
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-2
/
+3
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-3
/
+2
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-2
/
+3
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-3
/
+2
*
Don't access Python objects while not holding the GIL.
Zachary Turner
2017-07-09
1
-8
/
+6
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-5
/
+8
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-25
/
+25
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-5
/
+8
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-9
/
+5
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-5
/
+9
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+2
*
Remove LIBLLDB_LOG_VERBOSE category
Pavel Labath
2017-02-05
1
-24
/
+12
*
Fix clang build for r291198
Pavel Labath
2017-01-06
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-6
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+3
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-4
/
+19
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-42
/
+37
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-7
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2851
/
+2775
*
Moved #include for lldb-python.h to a distinct group with a reminder comment
Kate Stone
2016-08-19
1
-0
/
+2
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
1
-0
/
+17
*
Don't crash when OS plug-in returns None from any of the functions we might c...
Greg Clayton
2016-05-16
1
-16
/
+24
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
1
-0
/
+66
*
Initialize the Python script interpreter lazily (i.e. not at debugger startup)
Enrico Granata
2016-04-12
1
-4
/
+4
*
Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...
Pavel Labath
2016-04-12
1
-5
/
+5
*
Restore the lazy initialization of ScriptInterpreterPython, which was lost as...
Enrico Granata
2016-04-12
1
-5
/
+5
*
Fix TestImport for Windows by ensuring backslashes in the directory paths are...
Adrian McCarthy
2016-04-07
1
-7
/
+8
*
Fixed the python interpreter so that it correctly inherits the top IOHandler'...
Greg Clayton
2016-03-10
1
-37
/
+35
*
Fix an issue where pressing CTRL+C in the interactive script interpreter caus...
Enrico Granata
2016-02-09
1
-1
/
+1
*
Fix const cast error for MSVC2015 build.
Aidan Dodds
2016-01-28
1
-1
/
+1
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-3
/
+3
*
Python 3 - Fix script import --allow-reload.
Zachary Turner
2015-12-04
1
-3
/
+8
*
Introduce a `PythonExceptionState` class.
Zachary Turner
2015-11-13
1
-85
/
+4
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-2
/
+2
*
Fix potential file i/o problem with python handles.
Zachary Turner
2015-10-20
1
-34
/
+41
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-33
/
+26
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-2
/
+3
*
Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.
Stephane Sezer
2015-10-14
1
-2
/
+2
*
Fix Python initialization for Python 3.
Zachary Turner
2015-10-14
1
-46
/
+91
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
1
-1
/
+1
*
Fix compiler warnings in ScriptInterpreterPython
Pavel Labath
2015-10-14
1
-1
/
+1
*
Change PyFile_FromFile to use PyFile_FromFd when using Py3.
Zachary Turner
2015-10-13
1
-5
/
+17
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
1
-401
/
+306
*
Fix build broken by r249885
Zachary Turner
2015-10-09
1
-2
/
+2
[prev]
[next]