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
/
Expression
/
ExpressionSourceCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-3
/
+7
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
1
-3
/
+2
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-2
/
+3
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-3
/
+2
*
When building the list of variables we're going to write "using $_lldb_local_...
Jim Ingham
2016-04-26
1
-1
/
+1
*
Don't write "using $_lldb_local_vars" statements for variables with
Jim Ingham
2016-04-06
1
-1
/
+1
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-8
/
+59
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-2
/
+31
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-31
/
+2
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-2
/
+31
*
Revert r258546.
Saleem Abdulrasool
2016-01-26
1
-1
/
+0
*
Silence -Wreturn-type warnings
Saleem Abdulrasool
2016-01-22
1
-0
/
+1
*
Placate MVSC after my last commit.
Davide Italiano
2016-01-19
1
-2
/
+2
*
[Process] Remove dead code. All the switch cases are already covered.
Davide Italiano
2016-01-19
1
-2
/
+0
*
Fix some compiler warnings with MSVC 2015.
Zachary Turner
2016-01-13
1
-0
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-1
/
+136
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+3
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2
/
+2
*
Made macros from modules be injected before our
Sean Callanan
2015-04-30
1
-34
/
+64
*
Update ExpressionSourceCode::GetText() to match the
Jason Molenda
2015-01-22
1
-1
/
+1
*
Expression evaluation for functions with unknown signatures on works by
Kate Stone
2015-01-21
1
-0
/
+4
*
Attempt to fix the expression parser after r214119
Reid Kleckner
2014-07-29
1
-10
/
+10
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-2
/
+33
*
Import the builtin type prefix before we import the user expression prefix so...
Greg Clayton
2013-07-03
1
-4
/
+4
*
Centralized the expression prefixes that are used for both expressions and ut...
Greg Clayton
2013-02-13
1
-29
/
+31
*
Made NULL, nil, and Nil use the appropriate
Sean Callanan
2013-02-13
1
-3
/
+3
*
Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...
Jim Ingham
2013-02-01
1
-1
/
+1
*
<rdar://problem/13107904>
Greg Clayton
2013-01-29
1
-1
/
+0
*
Fixed a "wchar_t" typo.
Greg Clayton
2013-01-29
1
-2
/
+2
*
Always define types from stdint.h so they are always available for use in exp...
Greg Clayton
2013-01-28
1
-12
/
+26
*
Fixed the #defines for YES and NO, and centralized
Sean Callanan
2012-09-13
1
-33
/
+35
*
Made nil resolve as (id)0 and not be looked up
Sean Callanan
2012-05-31
1
-0
/
+8
*
Added a #define of NULL to 0 to make NULL usable
Sean Callanan
2012-05-09
1
-1
/
+9
*
Pulled in a new version of LLVM/Clang to solve a variety
Sean Callanan
2011-11-15
1
-16
/
+37
*
Factored out handling of the source code for an
Sean Callanan
2011-09-26
1
-0
/
+88