1. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  2. 840eb26 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
  3. e4e3e2c 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
  4. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
  5. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 14 years ago
  6. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  7. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 14 years ago
  8. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 14 years ago
  9. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  10. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  11. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 14 years ago
  12. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  13. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  14. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  15. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  16. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  17. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  18. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  19. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  20. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  21. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 15 years ago
  22. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  23. 4d6675c by Caroline Tice · 15 years ago
  24. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  25. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  26. c1ad82e by Caroline Tice · 15 years ago
  27. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  28. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  29. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  30. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  31. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  32. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago