1. 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
  2. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  3. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  4. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  5. 535543d <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. by Enrico Granata · 12 years ago
  6. 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
  7. ddb2ece Fixed a hang which causes LLDB to enter an infinite by Sean Callanan · 12 years ago
  8. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  9. 04e6ada <rdar://problem/11534686> by Greg Clayton · 12 years ago
  10. 8a6f3e9 Added a --force option to "memory read," by Sean Callanan · 12 years ago
  11. 9f95fb6 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 · 12 years ago
  12. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  13. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  14. bf9ba59 rdar://problem/10267705 by Johnny Chen · 12 years ago
  15. 3069c62 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 · 12 years ago
  16. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  17. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  18. 31feaa8 <rdar://problem/10033754> by Greg Clayton · 13 years ago
  19. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  20. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  21. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  22. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  23. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  24. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  25. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  26. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  27. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  28. 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
  29. 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 · 13 years ago
  30. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  31. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  32. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  33. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  34. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  35. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  36. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  37. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  38. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  39. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  40. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  41. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  42. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  43. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  44. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  45. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  46. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  47. e9f5fbd Added new options to memory read to allow saving memory to disk by Greg Clayton · 14 years ago
  48. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  49. 4d6675c by Caroline Tice · 14 years ago
  50. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  51. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  52. c1ad82e by Caroline Tice · 14 years ago
  53. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  54. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  55. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  56. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  57. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  58. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago