1. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  2. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  3. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  4. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  5. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  6. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  7. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  8. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  9. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  10. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  11. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  12. 8c6907c Fixed a case where LLDB would crash if we get C++ operators with invalid by Greg Clayton · 13 years ago
  13. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  14. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  15. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  16. 0f5e6f1 Use the correct accessor on CXXRecordDecl to know when a C++ class is dynamic. by Greg Clayton · 13 years ago
  17. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  18. a71464f Use a SmallVector here instead of a VLA. by Charles Davis · 13 years ago
  19. 5a57090 Fixed an assert that could cause a crash when there was an by Greg Clayton · 13 years ago
  20. c8bc1c3 Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 13 years ago
  21. 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 13 years ago
  22. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  23. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  24. 65ec724 Fixed a bug that caused types to be incorrectly 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. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  27. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  28. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  29. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  30. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  31. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  32. 9994a0b Fix comment typo. by Jim Ingham · 13 years ago
  33. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  34. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  35. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  36. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 13 years ago
  37. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  38. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  39. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  40. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  41. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  42. 279584c Updated to LLVM/Clang revision 127600. by Sean Callanan · 13 years ago
  43. d60d94a Add a first pass at a "stop hook" mechanism. This allows you to add commands that get run every time the debugger stops, whether due to a breakpoint, the end of a step, interrupt, etc. You can also specify in which context you want the stop hook to run, for instance only on a particular thread, or only in a particular shared library, function, file, line range within a file. by Jim Ingham · 13 years ago
  44. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  45. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  46. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  47. 04c9c7b Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 13 years ago
  48. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  49. c3c4661 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 13 years ago
  50. 7bb069b Modified version of a patch from Warren Paul that takes care of issues with by Greg Clayton · 13 years ago
  51. 3c12604 Fixed a crasher that could happen when trying to look at N_GSYM entries by Greg Clayton · 13 years ago
  52. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 13 years ago
  53. 5aad3f5 Added missing return statement (patch from Kirk Beitz). by Greg Clayton · 13 years ago
  54. 9353338 Improved support for GCC complex integers. by Greg Clayton · 14 years ago
  55. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  56. d5b3c35 Updated Clang to a version that supports propagating by Sean Callanan · 14 years ago
  57. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  58. db599d3 Revert one unintended change checked in to DWARFCallFrameInfo.cpp by Jason Molenda · 14 years ago
  59. d03b25a Use new Section::IsEncrypted() method to check if the eh_frame by Jason Molenda · 14 years ago
  60. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 14 years ago
  61. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  62. cd15169 Made the DWARF + debug map symbol file parser be much more efficient when it isn't by Greg Clayton · 14 years ago
  63. 7a183dc Fixed the auto completion of objective C types with the new ExternalASTSource by Greg Clayton · 14 years ago
  64. ad29309 Updated to revision 123723 of LLVM, to bring in by Sean Callanan · 14 years ago
  65. 864bfdb Quick fixes to set access specifiers for Typedefs and Enums inside classes. by Sean Callanan · 14 years ago
  66. 215ce00 Removed commented out code since it was incorrect code to begin with and we don't want anyone thinking they should put it back in. by Greg Clayton · 14 years ago
  67. e74b403 Fixed a bug which would trigger an assert() in LLDB; by Sean Callanan · 14 years ago
  68. d8b6502 Added missing source files. by Greg Clayton · 14 years ago
  69. 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
  70. e52f37b Added complete complex support for displaying and parsing complex types. by Greg Clayton · 14 years ago
  71. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  72. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  73. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 14 years ago
  74. 5382281 Made FuncUnwinders threadsafe. by Greg Clayton · 14 years ago
  75. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  76. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 14 years ago
  77. e179a58 Added the ability to get an set the desired format for SBValue objects. by Greg Clayton · 14 years ago
  78. 15bc1f5 Line tables were trying to be too clever and only use 24 bits for a line by Greg Clayton · 14 years ago
  79. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  80. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  81. 3aa7da5 Added support for generating expressions that have by Sean Callanan · 14 years ago
  82. 9e7958e Updated to latest Clang revision. This involved by Sean Callanan · 14 years ago
  83. 887d251 Made all LLDB-generated ASTContexts have valid by Sean Callanan · 14 years ago
  84. 494735d Simplified the code that handles overloaded operator names. by Sean Callanan · 14 years ago
  85. c2c9a14 Fixed detection of overloaded operators in type by Sean Callanan · 14 years ago
  86. 8290758 Fixed a problem where the AST importer would assert() by Sean Callanan · 14 years ago
  87. c4217a6 Fixes to make id work as well as well as fix minor errors by Sean Callanan · 14 years ago
  88. b9f09a6 Fixed a bug in which the SEL type was being resolved by Sean Callanan · 14 years ago
  89. 22defe8 Updated to latest LLVM/Clang for external AST source changes that allow by Greg Clayton · 14 years ago
  90. e8e5557 Fixed ClangUserExpression's wrapping of expressions by Sean Callanan · 14 years ago
  91. ba4fc4a Removed a stray dump() that made it into top-of-tree. by Sean Callanan · 14 years ago
  92. eae9124 Updated to latest and greatest clang for a "print cvr-qualifiers on function by Greg Clayton · 14 years ago
  93. a91dd99 Added support for indicating to the expression parser by Sean Callanan · 14 years ago
  94. 8a3b0a8 Updated to the LLVM/Clang of 2010-11-17 at 3:30pm. by Sean Callanan · 14 years ago
  95. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  96. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  97. 034c996 Fixed an issue where we were trying to resolve lldb_private::Type encoding by Greg Clayton · 14 years ago
  98. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  99. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  100. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago