1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
  3. b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  5. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  6. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  7. bed6779 Add an "experimental" setting to disable injecting local variables into expressions. by Jim Ingham · 9 years ago
  8. 7736a20 [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr. by Sean Callanan · 9 years ago
  9. 35e9ea3 Revert "Fixed a bug where const this would cause parser errors about $__lldb_expr." by Pavel Labath · 9 years ago
  10. 8bdcd52 Fixed a bug where const this would cause parser errors about $__lldb_expr. by Sean Callanan · 9 years ago
  11. cef4617 When building the list of variables we're going to write "using $_lldb_local_vars" by Jim Ingham · 9 years ago
  12. 2fcb27b Don't write "using $_lldb_local_vars" statements for variables with by Jim Ingham · 9 years ago
  13. e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 10 years ago
  14. 03ff5c8 Take 2: Use an artifical namespace so that member vars do not hide local vars. by Siva Chandra · 10 years ago
  15. 77b326f Revert "Use an artifical namespace so that member vars do not hide local vars." by Siva Chandra · 10 years ago
  16. 375882d Use an artifical namespace so that member vars do not hide local vars. by Siva Chandra · 10 years ago
  17. 329860e Revert r258546. by Saleem Abdulrasool · 10 years ago
  18. 27ea26b Silence -Wreturn-type warnings by Saleem Abdulrasool · 10 years ago
  19. 13fe2a9 Placate MVSC after my last commit. by Davide Italiano · 10 years ago
  20. 576dc8d [Process] Remove dead code. All the switch cases are already covered. by Davide Italiano · 10 years ago
  21. a505be4 Fix some compiler warnings with MSVC 2015. by Zachary Turner · 10 years ago
  22. d8335e9 Read macro info from .debug_macro section and use it for expression evaluation. by Siva Chandra · 10 years ago
  23. a994b0b Made GetScratchTypeSystemForLanguage return an error if desired. by Sean Callanan · 10 years ago
  24. 8f1f9a1 Now persistent expression data no longer lives with the Target, but rather with by Sean Callanan · 10 years ago
  25. 4dbb271 Moved more Clang-specific parts of the expression parser into the Clang plugin. by Sean Callanan · 10 years ago
  26. 68f85e7 Made macros from modules be injected before our by Sean Callanan · 10 years ago
  27. 07fd86a Update ExpressionSourceCode::GetText() to match the by Jason Molenda · 11 years ago
  28. cc391a0 Expression evaluation for functions with unknown signatures on works by by Kate Stone · 11 years ago
  29. 56d861f Attempt to fix the expression parser after r214119 by Reid Kleckner · 11 years ago
  30. d8eaa17 Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. by Todd Fiala · 11 years ago
  31. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  32. 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
  33. 399107a Centralized the expression prefixes that are used for both expressions and utility functions. by Greg Clayton · 13 years ago
  34. d773982 Made NULL, nil, and Nil use the appropriate builtins. by Sean Callanan · 13 years ago
  35. 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
  36. b25406c <rdar://problem/13107904> by Greg Clayton · 13 years ago
  37. c96029e Fixed a "wchar_t" typo. by Greg Clayton · 13 years ago
  38. 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
  39. a199e82 Fixed the #defines for YES and NO, and centralized by Sean Callanan · 13 years ago
  40. 0c5aabc Made nil resolve as (id)0 and not be looked up by Sean Callanan · 13 years ago
  41. 26e184d Added a #define of NULL to 0 to make NULL usable in expressions. by Sean Callanan · 13 years ago
  42. d5c17ed Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 14 years ago
  43. 9bc8384 Factored out handling of the source code for an by Sean Callanan · 14 years ago