summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
AgeCommit message (Expand)Author
2019-03-06Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-10-18Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev
2018-10-16Return a named error in the result object of an expression with no resultJim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-07Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham
2016-04-29[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-04-28Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath
2016-04-28Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-04-26When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham
2016-04-06Don't write "using $_lldb_local_vars" statements for variables withJim Ingham
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham
2016-02-05Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra
2016-02-04Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra
2016-02-04Use an artifical namespace so that member vars do not hide local vars.Siva Chandra
2016-01-26Revert r258546.Saleem Abdulrasool
2016-01-22Silence -Wreturn-type warningsSaleem Abdulrasool
2016-01-19Placate MVSC after my last commit.Davide Italiano
2016-01-19[Process] Remove dead code. All the switch cases are already covered.Davide Italiano
2016-01-13Fix some compiler warnings with MSVC 2015.Zachary Turner
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-04-30Made macros from modules be injected before ourSean Callanan
2015-01-22Update ExpressionSourceCode::GetText() to match theJason Molenda
2015-01-21Expression evaluation for functions with unknown signatures on works byKate Stone
2014-07-29Attempt to fix the expression parser after r214119Reid Kleckner
2014-07-23Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala
2014-03-29lldb arm64 import.Jason Molenda
2013-07-03Import the builtin type prefix before we import the user expression prefix so...Greg Clayton
2013-02-13Centralized the expression prefixes that are used for both expressions and ut...Greg Clayton
2013-02-13Made NULL, nil, and Nil use the appropriateSean Callanan
2013-02-01Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...Jim Ingham
2013-01-29<rdar://problem/13107904>Greg Clayton
2013-01-29Fixed a "wchar_t" typo.Greg Clayton
2013-01-28Always define types from stdint.h so they are always available for use in exp...Greg Clayton
2012-09-13Fixed the #defines for YES and NO, and centralizedSean Callanan
2012-05-31Made nil resolve as (id)0 and not be looked upSean Callanan
2012-05-09Added a #define of NULL to 0 to make NULL usableSean Callanan
2011-11-15Pulled in a new version of LLVM/Clang to solve a varietySean Callanan
2011-09-26Factored out handling of the source code for anSean Callanan