1. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago
  2. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  3. 271568f Fixing an issue with Python commands defined interactively by Enrico Granata · 13 years ago
  4. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  5. 2a19ef9 Don't change the host's environment, just append our Python Directory by Jim Ingham · 13 years ago
  6. 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
  7. 24c991c Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 13 years ago
  8. 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
  9. 4dfa511 Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 13 years ago
  10. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  11. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  12. 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
  13. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  14. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  15. 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
  16. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
  17. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  18. c2a2825 Python commands: by Enrico Granata · 13 years ago
  19. 293a7b3 One-line fix for a possible spurious truncation warning by Enrico Granata · 13 years ago
  20. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  21. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  22. 60a7df5 To silence the static analyzer. by Johnny Chen · 13 years ago
  23. 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
  24. 979e20d Public API changes: by Enrico Granata · 13 years ago
  25. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 13 years ago
  26. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  27. 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
  28. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  29. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  30. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  31. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  32. 1a10208 named summaries: by Enrico Granata · 13 years ago
  33. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  34. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  35. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  36. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  37. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  38. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  39. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  40. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  41. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  42. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  43. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  44. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  45. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  46. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  47. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  48. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  49. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  50. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  51. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  52. 892fadd by Caroline Tice · 13 years ago
  53. 84cc16d by Caroline Tice · 13 years ago
  54. d4d9283 by Caroline Tice · 13 years ago
  55. a54461d by Caroline Tice · 13 years ago
  56. 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 13 years ago
  57. a4bacd4 When installing the binary part of the LLDB Python modules, symlink to the by Charles Davis · 13 years ago
  58. f6f0e33 Fix typo. Stupid 'n' key... by Charles Davis · 13 years ago
  59. d4c21f0 Some makefile fixes for the Interpreter: by Charles Davis · 13 years ago
  60. a0f3469 Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 13 years ago
  61. 649116c by Caroline Tice · 13 years ago
  62. 5ddbe21 by Caroline Tice · 13 years ago
  63. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  64. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  65. 6af65cb by Caroline Tice · 13 years ago
  66. 4a34808 by Caroline Tice · 13 years ago
  67. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  68. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  69. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  70. 91c9dcf Erase from a string instead of using substr when you don't really need to. by Greg Clayton · 13 years ago
  71. dfb2e20 by Caroline Tice · 13 years ago
  72. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  73. c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 13 years ago
  74. e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 13 years ago
  75. 9e4c3d7 Fixed some more 'commands' to 'command' change. by Johnny Chen · 13 years ago
  76. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  77. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 13 years ago
  78. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  79. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  80. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  81. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  82. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  83. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  84. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  85. 15f2d43 Switch the "print" alias to "expression --". by Jim Ingham · 14 years ago
  86. b577284 Add missing cases to switch statements & remove 'default'. by Caroline Tice · 14 years ago
  87. 6460790 Silence clang warnings. by Johnny Chen · 14 years ago
  88. 47f0785 Eliminate a pile of "type qualifiers ignored on function return type" warnings. by Stephen Wilson · 14 years ago
  89. e56493f Add "up" and "down" aliases. by Jim Ingham · 14 years ago
  90. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  91. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  92. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  93. a4fede3 CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... by Jim Ingham · 14 years ago
  94. 4a9d790 Fix a few things in the CommandArguments table. by Jim Ingham · 14 years ago
  95. 8054ba3 Minor typo fix and TAB removals. by Johnny Chen · 14 years ago
  96. ce207c1 by Caroline Tice · 14 years ago
  97. 9d352ce by Caroline Tice · 14 years ago
  98. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 14 years ago
  99. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  100. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 14 years ago