1. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  2. 97ad47f Fixed a problem where the symbol context was not by Sean Callanan · 13 years ago
  3. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  4. 57067a0 Fixed some incorrect return values. by Greg Clayton · 13 years ago
  5. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  6. ca2516d Fixed a performance problem where functions were by Sean Callanan · 13 years ago
  7. c613971 Fixed LLDB's handling of ElaboratedTypes, which was by Sean Callanan · 13 years ago
  8. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  9. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  10. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  11. 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
  12. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  13. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  14. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  15. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  16. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  17. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  18. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  19. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  20. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  21. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  22. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  23. aba367e For cases where a const function is inaccurately reported by Sean Callanan · 13 years ago
  24. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  25. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
  26. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  27. 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 13 years ago
  28. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 13 years ago
  29. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  30. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
  31. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  32. dbeb3e1 Order of initialization lists. by Stephen Wilson · 14 years ago
  33. fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
  34. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  35. 50339fe Fixed a bug in the expression parser where the 'this' by Sean Callanan · 14 years ago
  36. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 14 years ago
  37. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 14 years ago
  38. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  39. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  40. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  41. c7674af Added support for the fragile ivars provided by by Sean Callanan · 14 years ago
  42. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  43. 97678d1 Fixed handling of explicitly-declared persistent variables. by Sean Callanan · 14 years ago
  44. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  45. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  46. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 14 years ago
  47. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  48. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  49. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 14 years ago
  50. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  51. 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
  52. 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
  53. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  54. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  55. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  56. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  57. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  58. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  59. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  60. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  61. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  62. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  63. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  64. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  65. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  66. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  67. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago
  68. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  69. c2c6f77 Fixed a problem where function calls on i386 weren't being generated correctly. by Sean Callanan · 14 years ago
  70. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  71. f4c7ae0 Skip checking for a bunch of built-ins when evaluating an expression. by Greg Clayton · 14 years ago
  72. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  73. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  74. 3cfbd33 Updated the expression parser to ignore non-external by Sean Callanan · 14 years ago
  75. 17c6a05 Added support for (de)materializing values in registers, by Sean Callanan · 14 years ago
  76. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  77. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  78. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  79. 6df0840 Added type lookup, so variables with user-defined types by Sean Callanan · 14 years ago
  80. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  81. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  82. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  83. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  84. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  85. cc07462 Added code to support use of "this" and "self" in by Sean Callanan · 14 years ago
  86. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  87. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  88. 99fac48 There was a check to make sure that the frame had a valid function before the expression parser would allow decl lookups which was not needed. After removing this you can evaluate expressions correctly when stopped in a frame that only has a symbol or has no symbol context at all. by Greg Clayton · 14 years ago
  89. 55261a1 There is currently a problem with our interaction by Sean Callanan · 14 years ago
  90. 92aa666 Improved function lookup to avoid conflicts between by Sean Callanan · 14 years ago
  91. 45690fe Fixed a bug where the parser-specific members of by Sean Callanan · 14 years ago
  92. 8c12720 Refactored ClangExpressionDeclMap to use by Sean Callanan · 14 years ago
  93. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  94. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  95. a386e05 Added documentation to ClangExpressionDeclMap. by Sean Callanan · 14 years ago
  96. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  97. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  98. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  99. 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
  100. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago