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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Bill Lynch fixing handling of the pid
Sean Callanan
2010-08-18
3
-8
/
+10
*
Avoid an assertion crash by avoiding a circular dependency in the objective
Greg Clayton
2010-08-18
1
-3
/
+0
*
Changed "Error Value::GetValueAsData (...)" to set the data extractor byte
Greg Clayton
2010-08-18
1
-0
/
+9
*
Fixed an issue where we would return matches for DWARF in the .o files when
Greg Clayton
2010-08-17
1
-4
/
+38
*
Don't try to get the architecture up front when doing attach -w.
Jim Ingham
2010-08-17
1
-5
/
+8
*
Check for errors in Resume before waiting for the resume to complete.
Jim Ingham
2010-08-17
1
-1
/
+6
*
Fixed FindFunctions so it works with all the new name types for the DWARF in ...
Greg Clayton
2010-08-17
1
-17
/
+18
*
Documented ClangResultSynthesizer and added very minor
Sean Callanan
2010-08-16
1
-3
/
+4
*
Documented ClangExpressionVariable(List), and
Sean Callanan
2010-08-13
1
-17
/
+4
*
Added documentation to ClangExpressionDeclMap.
Sean Callanan
2010-08-13
2
-5
/
+3
*
Modified CommandObjectExpression::EvaluateExpression() so that it takes an
Johnny Chen
2010-08-13
2
-17
/
+28
*
Documented ClangExpression and made parts of it
Sean Callanan
2010-08-13
3
-96
/
+9
*
Added documentation to ClangASTSource and
Sean Callanan
2010-08-12
1
-0
/
+4
*
Removed the ClangStmtVisitor, which is old code
Sean Callanan
2010-08-12
2
-1046
/
+1
*
Now that we are using the Unwinder (or Jason's new unwinder when that comes a...
Jim Ingham
2010-08-12
5
-115
/
+80
*
Added automatically generated result variables for each
Sean Callanan
2010-08-12
4
-119
/
+310
*
Few little fixes to reading in inlined functions. Also added a test case wit...
Jim Ingham
2010-08-12
1
-6
/
+27
*
Added support for persistent variables to the
Sean Callanan
2010-08-11
6
-52
/
+320
*
There is no need to restore (sys.stdin, sys.stdout) of the python script
Johnny Chen
2010-08-10
1
-5
/
+0
*
Fix clang warnings.
Benjamin Kramer
2010-08-10
1
-2
/
+2
*
Looks like this is how you identify executables in ELF.
Jim Ingham
2010-08-10
1
-2
/
+1
*
Make breakpoint commands work again. Added a PerformAction to the stop info ...
Jim Ingham
2010-08-10
2
-21
/
+48
*
Remove unused powerpc unwind support.
Jason Molenda
2010-08-09
7
-615
/
+0
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
19
-193
/
+649
*
Updated help text to refer to "commands alias"
Sean Callanan
2010-08-09
2
-20
/
+20
*
Removed the -i option from the expr command, and
Sean Callanan
2010-08-06
3
-141
/
+93
*
Fixed namespace visibility problems that were
Sean Callanan
2010-08-06
2
-21
/
+21
*
More missing files from my previous checkin.
Greg Clayton
2010-08-05
2
-22
/
+42
*
Added functionality to our API for SBType. This will allow users to eventuall...
Greg Clayton
2010-08-05
1
-0
/
+212
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
22
-892
/
+998
*
Added support for accessing members of C++ objects,
Sean Callanan
2010-08-04
5
-2
/
+54
*
Added FindTypes to Module and ModuleList.
Greg Clayton
2010-08-03
2
-10
/
+35
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
21
-415
/
+536
*
Set a CodeGenOption in Clang to inhibit insertion
Sean Callanan
2010-08-03
2
-0
/
+9
*
Added support for rewriting objc_msgSend so we can
Sean Callanan
2010-07-31
3
-32
/
+275
*
We can do better when reporting the status of one-liner script execution.
Johnny Chen
2010-07-30
3
-9
/
+28
*
Updated to llvm/clang from July 30, 2010 at 08:00.
Greg Clayton
2010-07-30
3
-82
/
+84
*
Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...
Greg Clayton
2010-07-30
3
-0
/
+20
*
Removed pending TODOs after resolving them with help of the clang folks and t...
Greg Clayton
2010-07-29
1
-6
/
+0
*
Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to retur...
Greg Clayton
2010-07-29
1
-1
/
+19
*
Fixed "warning: unused variable 'log'".
Johnny Chen
2010-07-29
1
-2
/
+0
*
Fixed expression result printing to have the expression result type be in
Greg Clayton
2010-07-29
1
-1
/
+1
*
Fixed the expression code to use the right
Sean Callanan
2010-07-29
1
-23
/
+25
*
The unix "source" command maps to "command source" in lldb. :-)
Johnny Chen
2010-07-28
1
-1
/
+1
*
Created lldb::LanguageType by moving an enumeration from the
Greg Clayton
2010-07-28
10
-82
/
+441
*
Added and improved logging. This is helping us as we
Sean Callanan
2010-07-28
4
-36
/
+74
*
Added support for calling functions from expressions.
Sean Callanan
2010-07-27
2
-24
/
+47
*
Added support for locating a function that is
Sean Callanan
2010-07-27
2
-10
/
+66
*
Fixed a bug in the IR transformer where we were
Sean Callanan
2010-07-27
1
-1
/
+10
*
Changed SymbolContext so when you search for functions
Sean Callanan
2010-07-27
6
-57
/
+114
[next]