1. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  2. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  3. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  4. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  5. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  6. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  7. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  8. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  9. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  10. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  11. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  12. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  13. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  14. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  15. 892fadd by Caroline Tice · 13 years ago
  16. 84cc16d by Caroline Tice · 13 years ago
  17. d4d9283 by Caroline Tice · 13 years ago
  18. a54461d by Caroline Tice · 13 years ago
  19. 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 13 years ago
  20. a4bacd4 When installing the binary part of the LLDB Python modules, symlink to the by Charles Davis · 13 years ago
  21. f6f0e33 Fix typo. Stupid 'n' key... by Charles Davis · 13 years ago
  22. d4c21f0 Some makefile fixes for the Interpreter: by Charles Davis · 13 years ago
  23. a0f3469 Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 13 years ago
  24. 649116c by Caroline Tice · 13 years ago
  25. 5ddbe21 by Caroline Tice · 13 years ago
  26. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  27. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  28. 6af65cb by Caroline Tice · 13 years ago
  29. 4a34808 by Caroline Tice · 13 years ago
  30. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  31. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  32. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  33. 91c9dcf Erase from a string instead of using substr when you don't really need to. by Greg Clayton · 13 years ago
  34. dfb2e20 by Caroline Tice · 13 years ago
  35. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  36. c08770b More iteration on the new option value stuff. We now define an by Greg Clayton · 13 years ago
  37. e972845 Made the constructors public for all OptionValue classes by Greg Clayton · 13 years ago
  38. 9e4c3d7 Fixed some more 'commands' to 'command' change. by Johnny Chen · 13 years ago
  39. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  40. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 13 years ago
  41. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  42. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  43. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  44. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  45. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  46. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  47. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  48. 15f2d43 Switch the "print" alias to "expression --". by Jim Ingham · 13 years ago
  49. b577284 Add missing cases to switch statements & remove 'default'. by Caroline Tice · 13 years ago
  50. 6460790 Silence clang warnings. by Johnny Chen · 13 years ago
  51. 47f0785 Eliminate a pile of "type qualifiers ignored on function return type" warnings. by Stephen Wilson · 13 years ago
  52. e56493f Add "up" and "down" aliases. by Jim Ingham · 13 years ago
  53. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 13 years ago
  54. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  55. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  56. a4fede3 CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... by Jim Ingham · 13 years ago
  57. 4a9d790 Fix a few things in the CommandArguments table. by Jim Ingham · 13 years ago
  58. 8054ba3 Minor typo fix and TAB removals. by Johnny Chen · 13 years ago
  59. ce207c1 by Caroline Tice · 13 years ago
  60. 9d352ce by Caroline Tice · 13 years ago
  61. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 13 years ago
  62. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  63. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 13 years ago
  64. 949d5ac Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 13 years ago
  65. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 13 years ago
  66. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  67. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  68. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 13 years ago
  69. 9a7a947 More termios fixes. We need to currently make sure to include: by Greg Clayton · 13 years ago
  70. 9920858 More termios fixes from Kirk Beitz. by Greg Clayton · 13 years ago
  71. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 13 years ago
  72. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  73. a81c367 Fix exit instructions for interactive interpreter, now that ctrl-D works. by Caroline Tice · 13 years ago
  74. 22a6009 Make sure the confirmation input reader calls fflush after writing its output. by Caroline Tice · 13 years ago
  75. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  76. 7c330d6 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 14 years ago
  77. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  78. 202f6b8 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 14 years ago
  79. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  80. 4a461da Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 14 years ago
  81. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  82. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  83. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  84. 80733ea Removed logging code that I accidentally left in after recent changes. by Greg Clayton · 14 years ago
  85. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  86. dc3e063 Patch from Stephen Wilson: by Johnny Chen · 14 years ago
  87. c1955f2 Patch by Stephen Wilson to make Swig happy building on linux. by Johnny Chen · 14 years ago
  88. 67637d8 Add termination instructions when entering the interactive script interpreter. by Caroline Tice · 14 years ago
  89. cf03765 Fix the completion of "fr " and the like. by Jim Ingham · 14 years ago
  90. 56d2fc4 by Caroline Tice · 14 years ago
  91. ea6e3df Fix bug where using incomplete strings for command names causes by Caroline Tice · 14 years ago
  92. d9105c2 by Caroline Tice · 14 years ago
  93. e0da7a5 by Caroline Tice · 14 years ago
  94. 44c841d by Caroline Tice · 14 years ago
  95. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  96. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  97. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  98. abab14b Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  99. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  100. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago