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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
10
-0
/
+636
*
Brought LLVM/Clang up to top of tree. The only
Sean Callanan
2012-02-09
1
-2
/
+2
*
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
7
-37
/
+245
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+3
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
10
-454
/
+2
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
3
-3
/
+15
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-55
/
+79
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
4
-0
/
+141
*
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
*
ensure that changes to the typemaps are properly detected and cause SWIG to r...
Enrico Granata
2012-02-02
1
-0
/
+14
*
When outputting hex values use unsigned integer values so we don't get
Greg Clayton
2012-02-02
1
-2
/
+7
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
13
-8
/
+361
*
Added a new convenience property on lldb.SBThread names "frames" which always...
Greg Clayton
2012-02-01
2
-26
/
+192
*
Added a new class to the lldb python module:
Greg Clayton
2012-02-01
1
-0
/
+184
*
Added fuzz testing for when we call API calls with an invalid object.
Greg Clayton
2012-01-31
1
-0
/
+2
*
This commit provides a new default summary for Objective-C boolean variables,...
Enrico Granata
2012-01-31
1
-0
/
+15
*
Removed the "lldb-forward-rtti.h" header file as it was designed to contain
Greg Clayton
2012-01-30
1
-1
/
+0
*
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
*
If timestamps are enabled when logging GDB remote packets ("log enable -T -f ...
Greg Clayton
2012-01-25
1
-2
/
+97
*
Handle 's' packets correctly when disassembling GDB packet output.
Greg Clayton
2012-01-25
1
-5
/
+15
*
Integrated a patch for the MCJIT that inhibits
Sean Callanan
2012-01-19
1
-0
/
+12
*
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
2
-0
/
+172
*
Fixed a problem in our local Clang's method for
Sean Callanan
2012-01-05
1
-0
/
+19
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-4
/
+5
*
Cleaned up the usage to show the BuildAndIntegration configuration.
Greg Clayton
2011-12-28
1
-3
/
+3
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-0
/
+25
*
Tightened Clang against a bug in which RecordDecls
Sean Callanan
2011-12-21
1
-0
/
+14
*
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
*
Added a version of the LLVM/Clang checkout and
Sean Callanan
2011-12-17
1
-0
/
+73
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-0
/
+3
*
I have added a new patch to LLVM that makes the
Sean Callanan
2011-12-17
1
-0
/
+199
*
Updated Clang to take an enhancement to the way
Sean Callanan
2011-12-16
3
-12
/
+12
*
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
2
-16
/
+37
*
Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...
Johnny Chen
2011-12-14
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=11569
Johnny Chen
2011-12-14
1
-2
/
+4
*
Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.
Jim Ingham
2011-12-08
1
-0
/
+9
*
Picked up a new revision of Clang to pull in Objective-C
Sean Callanan
2011-12-01
5
-13
/
+13
*
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
Johnny Chen
2011-11-28
3
-0
/
+15
[next]