1. 17cf113 Fixed a hang which causes LLDB to enter an infinite by Sean Callanan · 13 years ago
  2. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  3. 57f0630 <rdar://problem/11534686> by Greg Clayton · 13 years ago
  4. 1276c33 Added a --force option to "memory read," by Sean Callanan · 14 years ago
  5. 29399a2 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 14 years ago
  6. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  7. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  8. da324de rdar://problem/10267705 by Johnny Chen · 14 years ago
  9. 0c489f5 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 14 years ago
  10. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  11. 6efba4f Fixed formats being able to be applied recursively when using: by Greg Clayton · 14 years ago
  12. 8388955 <rdar://problem/10033754> by Greg Clayton · 14 years ago
  13. 1848afb Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 14 years ago
  14. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  15. 82f4cf4 A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 14 years ago
  16. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  17. 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
  18. b6d70eb Added ClangNamespaceDecl * parameters to several by Sean Callanan · 14 years ago
  19. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  20. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  21. 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  22. ce68b02 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 14 years ago
  23. d55546b when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 14 years ago
  24. 0c5ef69 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
  25. b8e8a5f Allow reading memory from files before the target has been run. by Jim Ingham · 14 years ago
  26. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  27. bb7f31f Centralized all of the format to c-string and to format character code inside by Greg Clayton · 14 years ago
  28. 4e4294b Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 14 years ago
  29. 2837b76 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 15 years ago
  30. 68ebae6 Added the ability to specify dumping options (show types, show location, by Greg Clayton · 15 years ago
  31. 84c3966 Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 15 years ago
  32. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  33. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  34. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  35. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  36. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  37. 7a5388b Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 15 years ago
  38. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  39. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  40. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  41. 6d7e77b Added new options to memory read to allow saving memory to disk by Greg Clayton · 15 years ago
  42. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  43. deaab22 by Caroline Tice · 15 years ago
  44. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  45. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  46. 3f4c09c by Caroline Tice · 15 years ago
  47. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  48. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  49. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  50. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  51. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  52. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago