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
*
<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
*
Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...
Johnny Chen
2011-11-28
1
-0
/
+10
*
Pulled in a new revision of LLVM/Clang and added
Sean Callanan
2011-11-19
6
-66
/
+143
*
This commit completes the rearchitecting of ClangASTSource
Sean Callanan
2011-11-18
3
-1
/
+114
*
Pulled in a new version of LLVM/Clang to solve a variety
Sean Callanan
2011-11-15
1
-2
/
+2
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
3
-3
/
+20
*
Updated LLVM/Clang to pull in a fix for Objective-C
Sean Callanan
2011-11-11
1
-2
/
+2
*
<rdar://problem/9334299>
Greg Clayton
2011-11-10
1
-0
/
+3
*
Add a missing ')' in the comment.
Johnny Chen
2011-11-08
1
-1
/
+1
*
Updated LLVM/Clang to pick up a fix for imports of
Sean Callanan
2011-11-04
2
-33
/
+59
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
3
-95
/
+138
*
...And forgot to check in build-llvm.pl. Sigh.
Sean Callanan
2011-11-02
1
-2
/
+2
*
Fix typo in the docstring.
Johnny Chen
2011-10-26
1
-2
/
+2
*
Updated LLVM/Clang to pull in a variety of type
Sean Callanan
2011-10-21
1
-2
/
+2
*
Add docstrings for SetCondition() and GetCondition() APIs.
Johnny Chen
2011-10-18
3
-0
/
+31
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-1
/
+83
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+6
*
Added a buildbot script that automatically checks
Sean Callanan
2011-10-14
1
-0
/
+152
*
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
5
-33
/
+20
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
7
-37
/
+47
*
Add a SBTarget::BreakpointCreateByName API that allows you to specify the name
Jim Ingham
2011-10-11
1
-0
/
+6
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-3
/
+2
*
Mention SBBreakpointLocation::GetAddress in the Python .i file.
Jim Ingham
2011-10-07
1
-0
/
+3
[next]