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
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-1
/
+1
*
Add a feature where a string data formatter can now be partially composed of ...
Enrico Granata
2014-10-28
1
-0
/
+35
*
Fix deadlock in Python one-line execution.
Zachary Turner
2014-10-08
1
-0
/
+15
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-0
/
+39
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-2
/
+5
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-1
/
+89
*
Allow "breakpoint command add" to add commands to more than one breakpoint at...
Jim Ingham
2014-08-29
1
-19
/
+23
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-4
/
+4
*
Don't enable STDIN for cases where we are supplying lines to be run in the em...
Greg Clayton
2014-08-14
1
-2
/
+2
*
Fix some python shutdown / ordering issues.
Zachary Turner
2014-08-08
1
-1
/
+5
*
ScriptInterpreterPython: %p should be used with void-pointer
David Majnemer
2014-07-22
1
-1
/
+1
*
Test commit. Having trouble committing from one machine but not
Zachary Turner
2014-07-18
1
-1
/
+1
*
Fix a bug with order of operations.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Any commands that are executed through the public interface using SBCommandIn...
Greg Clayton
2014-07-15
1
-2
/
+2
*
Get the python scripting interface working on Windows.
Zachary Turner
2014-07-10
1
-1
/
+1
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-12
/
+8
*
This creates a valid Python API for Windows, pending some issues. The changes...
Deepak Panickal
2014-07-01
1
-0
/
+5
*
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
[next]