1. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago
  2. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  3. 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
  4. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  5. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  6. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  7. 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
  8. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  9. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  10. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  11. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  12. bfc0613 changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects by Enrico Granata · 13 years ago
  13. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  14. 979e20d Public API changes: by Enrico Granata · 13 years ago
  15. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  16. ae18fbf make the C++stdlib string summary work even if for some reason std::basic_string<char> ends up in the debug info instead of std::string by Enrico Granata · 13 years ago
  17. ead6fd6 Add newline at end of file. by Johnny Chen · 13 years ago
  18. 8cecd17 Minor modification. by Johnny Chen · 13 years ago
  19. 7d2af5d Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 13 years ago
  20. 9cbb125 Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 13 years ago
  21. fb25b10 essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb by Enrico Granata · 13 years ago
  22. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  23. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  24. 35393b1 by Caroline Tice · 13 years ago
  25. a7ab590 Add a little spice to the script to allow us to specify a function name to break at and to disassemble. by Johnny Chen · 13 years ago
  26. d807c51 Add a little twist to the disasm.py script so that it is possible to terminate the inferior process by Johnny Chen · 13 years ago
  27. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 13 years ago
  28. 528a916 Use built-in truth value testing. by Johnny Chen · 13 years ago
  29. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  30. bb73710 The example had gotten stale, so I made it work again, and for fun printed out the frame registers as well. by Jim Ingham · 14 years ago
  31. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  32. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  33. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  34. 3f6d14e There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 14 years ago
  35. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  36. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  37. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  38. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  39. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  40. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  41. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago