Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Expression
/
ExpressionSourceCode.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
a35912d
Revert "Return a named error in the result object of an expression with no result"
by Krasimir Georgiev
· 7 years ago
b1ecc3c
Return a named error in the result object of an expression with no result
by Jim Ingham
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
bed6779
Add an "experimental" setting to disable injecting local variables into expressions.
by Jim Ingham
· 9 years ago
7736a20
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
by Sean Callanan
· 9 years ago
35e9ea3
Revert "Fixed a bug where const this would cause parser errors about $__lldb_expr."
by Pavel Labath
· 9 years ago
8bdcd52
Fixed a bug where const this would cause parser errors about $__lldb_expr.
by Sean Callanan
· 9 years ago
cef4617
When building the list of variables we're going to write "using $_lldb_local_vars"
by Jim Ingham
· 9 years ago
2fcb27b
Don't write "using $_lldb_local_vars" statements for variables with
by Jim Ingham
· 9 years ago
e5ee6f0
Figure out what the fixed expression is, and print it. Added another target setting to
by Jim Ingham
· 10 years ago
03ff5c8
Take 2: Use an artifical namespace so that member vars do not hide local vars.
by Siva Chandra
· 10 years ago
77b326f
Revert "Use an artifical namespace so that member vars do not hide local vars."
by Siva Chandra
· 10 years ago
375882d
Use an artifical namespace so that member vars do not hide local vars.
by Siva Chandra
· 10 years ago
329860e
Revert r258546.
by Saleem Abdulrasool
· 10 years ago
27ea26b
Silence -Wreturn-type warnings
by Saleem Abdulrasool
· 10 years ago
13fe2a9
Placate MVSC after my last commit.
by Davide Italiano
· 10 years ago
576dc8d
[Process] Remove dead code. All the switch cases are already covered.
by Davide Italiano
· 10 years ago
a505be4
Fix some compiler warnings with MSVC 2015.
by Zachary Turner
· 10 years ago
d8335e9
Read macro info from .debug_macro section and use it for expression evaluation.
by Siva Chandra
· 10 years ago
a994b0b
Made GetScratchTypeSystemForLanguage return an error if desired.
by Sean Callanan
· 10 years ago
8f1f9a1
Now persistent expression data no longer lives with the Target, but rather with
by Sean Callanan
· 10 years ago
4dbb271
Moved more Clang-specific parts of the expression parser into the Clang plugin.
by Sean Callanan
· 10 years ago
68f85e7
Made macros from modules be injected before our
by Sean Callanan
· 10 years ago
07fd86a
Update ExpressionSourceCode::GetText() to match the
by Jason Molenda
· 11 years ago
cc391a0
Expression evaluation for functions with unknown signatures on works by
by Kate Stone
· 11 years ago
56d861f
Attempt to fix the expression parser after r214119
by Reid Kleckner
· 11 years ago
d8eaa17
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
by Todd Fiala
· 11 years ago
a332978
lldb arm64 import.
by Jason Molenda
· 12 years ago
ddf976a
Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them.
by Greg Clayton
· 12 years ago
399107a
Centralized the expression prefixes that are used for both expressions and utility functions.
by Greg Clayton
· 13 years ago
d773982
Made NULL, nil, and Nil use the appropriate builtins.
by Sean Callanan
· 13 years ago
95a777e
Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's supposed to
by Jim Ingham
· 13 years ago
b25406c
<rdar://problem/13107904>
by Greg Clayton
· 13 years ago
c96029e
Fixed a "wchar_t" typo.
by Greg Clayton
· 13 years ago
5b2a789
Always define types from stdint.h so they are always available for use in expressions no matter what debug info you have. Types added are:
by Greg Clayton
· 13 years ago
a199e82
Fixed the #defines for YES and NO, and centralized
by Sean Callanan
· 13 years ago
0c5aabc
Made nil resolve as (id)0 and not be looked up
by Sean Callanan
· 13 years ago
26e184d
Added a #define of NULL to 0 to make NULL usable in expressions.
by Sean Callanan
· 13 years ago
d5c17ed
Pulled in a new version of LLVM/Clang to solve a variety
by Sean Callanan
· 14 years ago
9bc8384
Factored out handling of the source code for an
by Sean Callanan
· 14 years ago