1. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  2. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  3. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  4. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  5. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 12 years ago
  6. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  7. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  8. b2fbdad Fixed an issue where a variable that was a pointer whose by Greg Clayton · 13 years ago
  9. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  10. afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
  11. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  12. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  13. 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
  14. 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
  15. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  16. 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
  17. 5a3c4e4 Removed a few bad assert() statement regarding bitfields. by Greg Clayton · 14 years ago
  18. 9db023b Make sure we don't assert if we have a child with zero byte size. Also by Greg Clayton · 14 years ago
  19. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  20. 7b85755 Cleanup before making the objective C ivar changes. by Greg Clayton · 14 years ago
  21. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  22. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  23. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  24. 0432506 Fixes to Objective-C built-in type handling. by Sean Callanan · 14 years ago
  25. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  26. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  27. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  28. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  29. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  30. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  31. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  32. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago