1. d5e4edb More improvements to not follow child processes and improved logging that always shows the process info. by Greg Clayton · 13 years ago
  2. 662125a Added some fixes for the fd interposing dylib: by Greg Clayton · 13 years ago
  3. 38ef9a9 Fix make errors (define the DYLIB_ONLY make variable). by Johnny Chen · 13 years ago
  4. 3328990 Added a file descriptor interposing library for darwin. This can catch all by Greg Clayton · 13 years ago
  5. 8763780 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 14 years ago
  6. a4c6a7b Remove extra newline in the docstring. by Johnny Chen · 14 years ago
  7. 2a78109 Add a binutils.py which contains Python functions for displaying bit representation of numbers. by Johnny Chen · 14 years ago
  8. 7596f93 Add 'cd -' feature to change to the previous working directory. by Johnny Chen · 14 years ago
  9. 724e62b Prepend '~' to the sys.path so that ~/utils.py takes precedence. by Johnny Chen · 14 years ago
  10. 7f01ac3 Patch by Enrico to provide an example of 'import' commnad for importing .py/.pyc files. by Johnny Chen · 14 years ago
  11. de6ade0 Add an examples/customization directory and add a subdirectory pwd-cd-and-system by Johnny Chen · 14 years ago
  12. 1c6c43f Allow the crash log file path to contain an initial tilde component. by Johnny Chen · 14 years ago
  13. e7e4ac4 Simplify code to print symbols and sections within a module using the built-in iterators. by Johnny Chen · 14 years ago
  14. 1ed54f5 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 14 years ago
  15. fb0655e Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 14 years ago
  16. a6e4292 Fixes for a few different versions of the darwin crash log. by Greg Clayton · 14 years ago
  17. 2f9ca7b Added an example that symbolicates symbol information. This file by Greg Clayton · 14 years ago
  18. e6c42ad Objective-C runtime wrapper by Enrico Granata · 14 years ago
  19. 64997d6 More documentation changes (WIP) by Enrico Granata · 14 years ago
  20. db3485c 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 · 14 years ago
  21. 23e578c Fixing a startup error by Enrico Granata · 14 years ago
  22. 5a61fc0d Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 14 years ago
  23. c482a19 First round of code cleanups: by Enrico Granata · 14 years ago
  24. ce68b02 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 14 years ago
  25. 4443d8c changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 14 years ago
  26. 15dbe2a copying std:: SynthProviders in examples/synthetic by Enrico Granata · 14 years ago
  27. 6fd87d5 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 14 years ago
  28. fc1aa29 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 14 years ago
  29. 3bcee02 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 · 14 years ago
  30. ebbe564 new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 14 years ago
  31. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  32. 7703020 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 14 years ago
  33. e594b1a 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 · 14 years ago
  34. 7af9a33 Add newline at end of file. by Johnny Chen · 14 years ago
  35. f6fb627 Minor modification. by Johnny Chen · 14 years ago
  36. bb034f9 Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 14 years ago
  37. e3846fd Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 14 years ago
  38. 6d54d89a 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 · 14 years ago
  39. 3d3a7cf Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 14 years ago
  40. d4deaf2 Remove unnecessary 'import' statement. by Johnny Chen · 14 years ago
  41. 2e9dd93 by Caroline Tice · 14 years ago
  42. b0b8853 Add a little spice to the script to allow us to specify a function name to break at and to disassemble. by Johnny Chen · 14 years ago
  43. 2dda916 Add a little twist to the disasm.py script so that it is possible to terminate the inferior process by Johnny Chen · 14 years ago
  44. 2cf6249 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 14 years ago
  45. 9a26f0f Use built-in truth value testing. by Johnny Chen · 14 years ago
  46. e25799b Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 14 years ago
  47. 406ef96 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
  48. 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  49. a3a113e Add comment explaining the options used to invoke the test driver. by Johnny Chen · 15 years ago
  50. e137df2 A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 15 years ago
  51. 8f6fca7 There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 15 years ago
  52. 10093aa Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 15 years ago
  53. 701edc1 Minor change. by Johnny Chen · 15 years ago
  54. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  55. cf4f56c Fixed a few issues with the example script. by Greg Clayton · 15 years ago
  56. 5d5028b Added the first of hopefully many python example scripts that show how to by Greg Clayton · 15 years ago
  57. 209cdbe Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 15 years ago
  58. 0996003 Added some missing API for address resolving within a module, and looking by Greg Clayton · 15 years ago