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
*
Interpreter: kill some dead code
Saleem Abdulrasool
2014-06-13
1
-4
/
+1
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-3
/
+0
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+1
*
"DONE" is being left in multi-line results when it shouldn't for non terminal...
Greg Clayton
2014-05-02
1
-1
/
+1
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-11
/
+26
*
Free the strong reference to a lldb::SBDebugger that the script interpreter w...
Greg Clayton
2014-04-25
1
-0
/
+11
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-75
/
+75
*
Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...
Jim Ingham
2014-04-02
1
-32
/
+54
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-7
/
+0
*
Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...
Greg Clayton
2014-02-24
1
-1
/
+7
*
Don't crash when we build with python enabled, yet we don't link in the lldb:...
Greg Clayton
2014-02-21
1
-2
/
+2
*
<rdar://problem/15906684>
Enrico Granata
2014-02-19
1
-5
/
+1
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-38
/
+48
*
<rdar://problem/15936507>
Enrico Granata
2014-02-05
1
-7
/
+5
*
Fixed b18655: cleaned up script interpreter file reference handling.
Todd Fiala
2014-01-30
1
-5
/
+22
*
"script help (lldb.SBThread)" output stops before all output is displayed. Fi...
Greg Clayton
2014-01-30
1
-7
/
+9
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1041
/
+479
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-2
/
+1
*
Change lldb from building against a Python framework out of
Jason Molenda
2013-11-23
1
-4
/
+0
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-4
/
+4
*
Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...
Greg Clayton
2013-10-17
1
-119
/
+41
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-14
/
+14
*
Add the capability for LLDB to query an arbitrary Python module (passed in as...
Enrico Granata
2013-10-14
1
-1
/
+68
*
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
[next]