1. ad01496 Fixed a typo. by Sean Callanan · 12 years ago
  2. 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
  3. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  4. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  5. 6a04353 Adding a new 'type category disable *' feature that disables all categories - This is intended as a quick kill switch for data formatters for cases where the user wants as little extra processing as possible to be done on their target, or to override major data formatters bug, should they occur by Enrico Granata · 12 years ago
  6. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 12 years ago
  7. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  8. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 12 years ago
  9. 16376ed <rdar://problem/10062621> by Enrico Granata · 12 years ago
  10. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 12 years ago
  11. 448b6d6 quick fixes for two issues that were causing LLDB to crash by Enrico Granata · 12 years ago
  12. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  13. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  14. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  15. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  16. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  17. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  18. 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
  19. 716a628 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 13 years ago
  20. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  21. 242ffb8 Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 13 years ago
  22. 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
  23. d587a58 Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 13 years ago
  24. 0be2e9b More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files by Enrico Granata · 13 years ago
  25. b0968f5 Code cleanup and refactoring (round 4): by Enrico Granata · 13 years ago
  26. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  27. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  28. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  29. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  30. 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
  31. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  32. 7114831 changed some variables from char* to std::string by Enrico Granata · 13 years ago
  33. a7e1b6d renaming command "type synth" to "type synthetic" for added readability by Enrico Granata · 13 years ago
  34. 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
  35. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  36. 979e20d Public API changes: by Enrico Granata · 13 years ago
  37. ca67cc1 Python synthetic providers must provide a num_children call; this was not specified in the docs up to now by Enrico Granata · 13 years ago
  38. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  39. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  40. 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
  41. 1e620f0 type category list now supports a regular expression argument that filters categories to only include the ones matching the regex by Enrico Granata · 13 years ago
  42. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  43. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  44. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  45. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  46. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  47. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  48. 1a10208 named summaries: by Enrico Granata · 13 years ago
  49. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  50. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  51. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  52. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  53. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  54. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago