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