1. e700b60 Remove extra newline in the docstring. by Johnny Chen · 13 years ago
  2. 0a833be Add a binutils.py which contains Python functions for displaying bit representation of numbers. by Johnny Chen · 13 years ago
  3. 784fb85 Add 'cd -' feature to change to the previous working directory. by Johnny Chen · 13 years ago
  4. fbb07c3 Prepend '~' to the sys.path so that ~/utils.py takes precedence. by Johnny Chen · 13 years ago
  5. bff89e1 Patch by Enrico to provide an example of 'import' commnad for importing .py/.pyc files. by Johnny Chen · 13 years ago
  6. 5e573a9 Add an examples/customization directory and add a subdirectory pwd-cd-and-system by Johnny Chen · 13 years ago
  7. 5d6e161 Allow the crash log file path to contain an initial tilde component. by Johnny Chen · 13 years ago
  8. 0e17253 Simplify code to print symbols and sections within a module using the built-in iterators. by Johnny Chen · 13 years ago
  9. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  10. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 13 years ago
  11. be46d6d Fixes for a few different versions of the darwin crash log. by Greg Clayton · 13 years ago
  12. ee01551 Added an example that symbolicates symbol information. This file by Greg Clayton · 13 years ago
  13. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago
  14. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  15. 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
  16. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  17. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  18. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  19. 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
  20. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  21. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  22. 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
  23. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  24. 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
  25. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  26. 979e20d Public API changes: by Enrico Granata · 13 years ago
  27. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  28. 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
  29. ead6fd6 Add newline at end of file. by Johnny Chen · 13 years ago
  30. 8cecd17 Minor modification. by Johnny Chen · 13 years ago
  31. 7d2af5d Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 13 years ago
  32. 9cbb125 Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 13 years ago
  33. 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
  34. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  35. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  36. 35393b1 by Caroline Tice · 13 years ago
  37. 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
  38. 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
  39. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 13 years ago
  40. 528a916 Use built-in truth value testing. by Johnny Chen · 13 years ago
  41. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  42. 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 · 13 years ago
  43. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  44. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  45. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  46. 3f6d14e There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 14 years ago
  47. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  48. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  49. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  50. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  51. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  52. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  53. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago