1. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  2. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  3. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  4. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  5. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  6. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  7. c3f5573 Disable MCJIT on non-Darwin platforms by Peter Collingbourne · 13 years ago
  8. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  9. 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
  10. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  11. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  12. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  13. 5ab7fba RunThreadPlan should set the plan to "not private" since it needs that, by Jim Ingham · 13 years ago
  14. 3058197 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. by Greg Clayton · 13 years ago
  15. 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
  16. 9d2b321 Dump JIT memory requirements when "log enable lldb expr" logging is enabled. by Greg Clayton · 13 years ago
  17. 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 13 years ago
  18. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  19. aba367e For cases where a const function is inaccurately reported by Sean Callanan · 13 years ago
  20. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  21. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
  22. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  23. 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 13 years ago
  24. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 13 years ago
  25. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 13 years ago
  26. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  27. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  28. 2a8c338 Updated LLVM to pick up fixes to the ARM instruction tables. by Sean Callanan · 13 years ago
  29. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  30. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 13 years ago
  31. 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 · 13 years ago
  32. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  33. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  34. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  35. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 13 years ago
  36. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  37. 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 13 years ago
  38. 279584c Updated to LLVM/Clang revision 127600. by Sean Callanan · 13 years ago
  39. 50339fe Fixed a bug in the expression parser where the 'this' by Sean Callanan · 13 years ago
  40. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  41. cf57434 Fixed a hang in the expression parser's result synthesizer that occurs when the function generated for the expression is completely empty except for a NULL_STMT. This happens sometimes when the parser returns errors. by Sean Callanan · 13 years ago
  42. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  43. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  44. 0ece526 Fixes for two bugs: by Sean Callanan · 13 years ago
  45. 2c344ca Fixed an excessive ctor issue. Patch from Kirk Beitz / Jai Menon. by Greg Clayton · 13 years ago
  46. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 13 years ago
  47. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  48. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  49. d5b3c35 Updated Clang to a version that supports propagating by Sean Callanan · 14 years ago
  50. 97c924e Added error reporting to IRForTarget so that the by Sean Callanan · 14 years ago
  51. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  52. 14404f8 Fixed a bug in the expression code which caused by Sean Callanan · 14 years ago
  53. a1aaaff Watch out for NULL types in NameSearchContext::AddTypeDecl or we crash. by Greg Clayton · 14 years ago
  54. bbce712 Move some of the more noisy "log enable lldb expression" output to the verbose output. by Jim Ingham · 14 years ago
  55. 237e474 Added a safeguard to ensure that the user does not create variables that override persistent result variables. by Sean Callanan · 14 years ago
  56. d0882d0 Make expressions clean up their JIT'ed code allocation. by Greg Clayton · 14 years ago
  57. 61468e8 Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 14 years ago
  58. ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
  59. 7812e01 Make a few log messages come out in "log enable lldb step" as well as "log enable lldb expression". by Jim Ingham · 14 years ago
  60. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 14 years ago
  61. c7674af Added support for the fragile ivars provided by by Sean Callanan · 14 years ago
  62. 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
  63. f51ed30 Enabled ObjC 2 abilities for expressions. We will enable the fragile ivar by Greg Clayton · 14 years ago
  64. 97678d1 Fixed handling of explicitly-declared persistent variables. by Sean Callanan · 14 years ago
  65. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  66. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  67. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  68. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 14 years ago
  69. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  70. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  71. 01cd93d Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h by Jason Molenda · 14 years ago
  72. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  73. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  74. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 14 years ago
  75. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  76. 94d255f More logging for use in debugging the interactions by Sean Callanan · 14 years ago
  77. 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
  78. 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
  79. c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
  80. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  81. 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
  82. f921cf5 Eliminated a redundant code path. by Sean Callanan · 14 years ago
  83. f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
  84. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  85. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  86. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  87. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  88. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  89. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  90. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  91. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  92. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  93. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  94. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  95. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  96. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  97. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  98. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  99. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  100. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago