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
/
Interpreter
/
ScriptInterpreterPython.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-6
/
+9
*
Add format specifiers to various format ids so we can print thread ids in dec...
Michael Sartain
2013-07-30
1
-2
/
+2
*
Second attempt at getting the PyCallable changes in trunk
Enrico Granata
2013-07-09
1
-10
/
+8
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-2
/
+4
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
1
-4
/
+2
*
In thread and frame format strings, it is now allowed to use Python functions...
Enrico Granata
2013-06-20
1
-0
/
+160
*
Improvements to "command script import" to better support reloading in Xcode
Enrico Granata
2013-06-19
1
-8
/
+26
*
<rdar://problem/13926101>
Enrico Granata
2013-06-18
1
-3
/
+17
*
Making our Python decrefs NULL-safe
Enrico Granata
2013-06-11
1
-7
/
+7
*
<rdar://problem/11109316>
Enrico Granata
2013-05-31
1
-1
/
+4
*
<rdar://problem/11158023>
Enrico Granata
2013-05-16
1
-2
/
+8
*
Test case added for importing packages
Enrico Granata
2013-05-08
1
-8
/
+10
*
Improvements to the package importing feature - test case will follow
Enrico Granata
2013-05-08
1
-4
/
+14
*
Fixed 'command script import' by eliminating the shadowing of basename.
Ashok Thirumurthi
2013-05-03
1
-2
/
+1
*
<rdar://problem/11558812>
Enrico Granata
2013-05-02
1
-27
/
+32
*
Avoiding a potentially memory allocating code path in the Python InputReader'...
Enrico Granata
2013-04-29
1
-17
/
+36
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-6
/
+6
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-6
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-8
/
+8
*
Implementing the notion of externally-acquirable ScriptInterpreter lock
Enrico Granata
2013-03-27
1
-0
/
+10
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-89
/
+182
*
Remove std::string input arguments and replace with "const char *".
Greg Clayton
2013-01-16
1
-64
/
+56
*
Make sure that the GenerateFunction call can support arbitrary levels of inde...
Enrico Granata
2013-01-07
1
-2
/
+4
*
<rdar://problem/12446222>
Enrico Granata
2012-12-19
1
-2
/
+26
*
Even when we aren’t going to init all the lldb.frame, etc, globals, init ll...
Jim Ingham
2012-12-08
1
-0
/
+7
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Separate initing the stdout/stderr for running the Python Script interpreter ...
Jim Ingham
2012-12-07
1
-30
/
+36
*
Fixed a crash in which we examined the extension of
Sean Callanan
2012-12-03
1
-4
/
+7
*
<rdar://problem/12676084> Dump the traceback when a Python error occurs in "c...
Enrico Granata
2012-11-30
1
-15
/
+68
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Giving at least some error information when a Python exception happens during...
Enrico Granata
2012-11-13
1
-1
/
+11
*
Adding support for loading the scripting resource as part of a framework, lac...
Enrico Granata
2012-11-08
1
-1
/
+1
*
Get rid of hack by making the actual call public. This was causing the lldb-p...
Greg Clayton
2012-11-01
1
-1
/
+1
*
<rdar://problem/12586188> Make ImportError a special case for "command script...
Enrico Granata
2012-10-31
1
-28
/
+62
*
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...
Enrico Granata
2012-10-29
1
-0
/
+5
*
<rdar://problem/12523238> Commit 1 of 3
Enrico Granata
2012-10-23
1
-5
/
+32
*
<rdar://problem/12479701> Use the plain pydoc pager to work around Python hel...
Enrico Granata
2012-10-22
1
-3
/
+2
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-30
/
+7
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
1
-13
/
+20
*
Fixing a logic error where we would incorrectly show the newly crafted functi...
Enrico Granata
2012-09-20
1
-2
/
+3
*
<rdar://problem/12188843> Fixing a problem where a Python command created in ...
Enrico Granata
2012-09-18
1
-4
/
+13
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
1
-5
/
+5
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
1
-2
/
+2
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+7
*
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...
Enrico Granata
2012-08-24
1
-0
/
+116
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
1
-0
/
+88
*
Merge python-GIL bracnh (by filcab) back into trunk!
Johnny Chen
2012-08-18
1
-134
/
+75
*
Fix a race condition where multiple PythonInputReaderManager instances could,...
Johnny Chen
2012-08-17
1
-30
/
+41
[next]