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
/
scripts
/
Python
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export the ability to see if a symbol is externally visible and also if the s...
Greg Clayton
2012-04-02
1
-1
/
+14
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-28
/
+28
*
Adding a new API call IsTypeComplete() to SBType. This call is meant to check...
Enrico Granata
2012-03-24
1
-1
/
+6
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
2
-0
/
+15
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-0
/
+3
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+12
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-0
/
+3
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
2
-12
/
+164
*
Added some missing accessors to the SBAttachInfo for user and group ID
Greg Clayton
2012-02-24
1
-0
/
+18
*
Fixed the launching code when using the new SBLaunchInfo.
Greg Clayton
2012-02-24
1
-21
/
+2
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-0
/
+183
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+4
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-0
/
+6
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
2
-0
/
+17
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
6
-0
/
+24
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
7
-0
/
+528
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
2
-0
/
+9
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
6
-37
/
+224
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+3
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
3
-3
/
+15
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
3
-0
/
+119
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-1
/
+17
*
Cleaned up the documentation strings for many helper objects and added
Greg Clayton
2012-02-03
4
-26
/
+79
*
Added support to SBType for getting template arguments from a SBType:
Greg Clayton
2012-02-03
1
-0
/
+9
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
12
-8
/
+356
*
Added a new convenience property on lldb.SBThread names "frames" which always...
Greg Clayton
2012-02-01
1
-0
/
+10
*
Added fuzz testing for when we call API calls with an invalid object.
Greg Clayton
2012-01-31
1
-0
/
+2
*
Removed an incorrectly added property from SBTarget.i
Greg Clayton
2012-01-29
1
-3
/
+0
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
16
-0
/
+455
*
<rdar://problem/10750012>
Greg Clayton
2012-01-27
1
-8
/
+0
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
2
-21
/
+46
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+19
*
Add needed Clear methods.
Jim Ingham
2011-12-19
3
-0
/
+9
*
Fix Python docstring for SBThread.GetStopDescription().
Johnny Chen
2011-12-19
1
-0
/
+4
*
Fixed code rot pointed out by Jim.
Johnny Chen
2011-12-17
1
-1
/
+1
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+3
*
Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...
Johnny Chen
2011-12-15
1
-1
/
+1
*
<rdar://problem/10584789>
Greg Clayton
2011-12-15
1
-0
/
+3
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-0
/
+51
*
I have added a function to SBTarget that allows
Sean Callanan
2011-12-14
1
-1
/
+4
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+9
*
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
Johnny Chen
2011-11-28
2
-0
/
+6
*
Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...
Johnny Chen
2011-11-28
1
-0
/
+10
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
2
-3
/
+6
*
<rdar://problem/9334299>
Greg Clayton
2011-11-10
1
-0
/
+3
*
Fix typo in the docstring.
Johnny Chen
2011-10-26
1
-2
/
+2
*
Add docstrings for SetCondition() and GetCondition() APIs.
Johnny Chen
2011-10-18
3
-0
/
+31
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+6
*
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
Johnny Chen
2011-10-14
1
-3
/
+6
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
4
-30
/
+17
[next]