1. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  2. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  3. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  4. 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
  5. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  6. 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 13 years ago
  7. 279584c Updated to LLVM/Clang revision 127600. by Sean Callanan · 13 years ago
  8. 50339fe Fixed a bug in the expression parser where the 'this' by Sean Callanan · 13 years ago
  9. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  10. 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
  11. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  12. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  13. 0ece526 Fixes for two bugs: by Sean Callanan · 13 years ago
  14. 2c344ca Fixed an excessive ctor issue. Patch from Kirk Beitz / Jai Menon. by Greg Clayton · 13 years ago
  15. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 14 years ago
  16. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  17. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  18. d5b3c35 Updated Clang to a version that supports propagating by Sean Callanan · 14 years ago
  19. 97c924e Added error reporting to IRForTarget so that the by Sean Callanan · 14 years ago
  20. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  21. 14404f8 Fixed a bug in the expression code which caused by Sean Callanan · 14 years ago
  22. a1aaaff Watch out for NULL types in NameSearchContext::AddTypeDecl or we crash. by Greg Clayton · 14 years ago
  23. bbce712 Move some of the more noisy "log enable lldb expression" output to the verbose output. by Jim Ingham · 14 years ago
  24. 237e474 Added a safeguard to ensure that the user does not create variables that override persistent result variables. by Sean Callanan · 14 years ago
  25. d0882d0 Make expressions clean up their JIT'ed code allocation. by Greg Clayton · 14 years ago
  26. 61468e8 Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 14 years ago
  27. ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
  28. 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
  29. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 14 years ago
  30. c7674af Added support for the fragile ivars provided by by Sean Callanan · 14 years ago
  31. 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
  32. f51ed30 Enabled ObjC 2 abilities for expressions. We will enable the fragile ivar by Greg Clayton · 14 years ago
  33. 97678d1 Fixed handling of explicitly-declared persistent variables. by Sean Callanan · 14 years ago
  34. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  35. a875b64 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 14 years ago
  36. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  37. 0e0817d Fixed a problem where constant results of expressions by Sean Callanan · 14 years ago
  38. ff7c3e9 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  39. c5157ec Added access to set the current stack frame within a thread so any command by Greg Clayton · 14 years ago
  40. 01cd93d Remove #include of non-existant lldb/Expression/ASTSplitConsumer.h by Jason Molenda · 14 years ago
  41. 05a5a1b Implemented a feature where the expression parser by Sean Callanan · 14 years ago
  42. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  43. 047923c Bugfixes for the new "self" pointer handling. Specifically, by Sean Callanan · 14 years ago
  44. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  45. 94d255f More logging for use in debugging the interactions by Sean Callanan · 14 years ago
  46. 3371102 Logging improvements to help identify major events in by Sean Callanan · 14 years ago
  47. 78b9ee8 Handle the case where you make a ClangExpressionDeclMap without a selected frame. by Jim Ingham · 14 years ago
  48. c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
  49. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  50. 7cd4674 Fixed a problem in which non-external variables by Sean Callanan · 14 years ago
  51. f921cf5 Eliminated a redundant code path. by Sean Callanan · 14 years ago
  52. f3143b7 Removed a compiler warning. by Sean Callanan · 14 years ago
  53. aa301c4 Fixed object lifetimes in ClangExpressionDeclMap by Sean Callanan · 14 years ago
  54. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  55. 4844365 Fixed IRForTarget so that it errors out when function by Sean Callanan · 14 years ago
  56. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  57. 4d0b110 Allowed ClangExpressionDeclMap to dematerialize by Sean Callanan · 14 years ago
  58. a65b527 Whitespace fix. by Sean Callanan · 14 years ago
  59. 1e61a63 Fixed a problem where m_register_info was not being by Sean Callanan · 14 years ago
  60. 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
  61. 1ddd9fe Added a feature where registers can be referred to by Sean Callanan · 14 years ago
  62. a99bcaa Fix build error when lldb is being built i386. by Jason Molenda · 14 years ago
  63. 4b5eec6 Made GetVariableValue() more robust in the face by Sean Callanan · 14 years ago
  64. 65e2aee Removed a stray dump(). by Sean Callanan · 14 years ago
  65. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  66. ee8fc72 Modifications to type handling logic. We no longer by Sean Callanan · 14 years ago
  67. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  68. 3c7feb4 Added some logging back and cleaned up the code to match LLDB's coding by Greg Clayton · 14 years ago
  69. ae71e30 Fixed the logic in IRForTarget that recognizes by Sean Callanan · 14 years ago
  70. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  71. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  72. 6ba533e Added support for constant strings of the form @"this-is-a-string". by Sean Callanan · 14 years ago
  73. b34ffcb Whitespace fix. by Sean Callanan · 14 years ago
  74. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  75. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  76. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  77. a8b278a Added recursive name lookup logging with depth which is commented out and is currently only enabled when we blow the stack. by Greg Clayton · 14 years ago
  78. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  79. 9ceed1e Got namespace lookup working and was able to print a complex "this" as an by Greg Clayton · 14 years ago
  80. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  81. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  82. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  83. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  84. 6dff827 Added more logging so we see the register state by Sean Callanan · 14 years ago
  85. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  86. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  87. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  88. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  89. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  90. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  91. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  92. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  93. b51ee98 Fixed a bug where we left a definition hanging by Sean Callanan · 14 years ago
  94. 9ac3a96 Fixed a bug that was confusing the code generator by Sean Callanan · 14 years ago
  95. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago
  96. 7617c29 Print notes for expressions as well as errors and warnings. by Sean Callanan · 14 years ago
  97. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  98. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  99. b4c0f02 ClangUserExpression ctor should not crash if given a null expr_prefix char*. by Johnny Chen · 14 years ago
  100. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago