1. 6bbfa6c Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly by Enrico Granata · 12 years ago
  2. b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 12 years ago
  3. 573d85c Added a new lldb.SBValue helper module that has two classes: by Greg Clayton · 12 years ago
  4. 47fdb0f Added a 'gdbremote' python module that adds two commands: start_gdb_log and end_gdb_log. by Greg Clayton · 12 years ago
  5. 062a836 Proof-reading the python docs. by Jim Ingham · 12 years ago
  6. f9ab5ea Added a python FAQ page with detailed examples of how to add python functions by Greg Clayton · 12 years ago
  7. 2c1fdd0 Added options to specify how many instructions before and after the frame by Greg Clayton · 12 years ago
  8. 223e808 Use the "shlex" module to parse the command line that was passed down into by Greg Clayton · 12 years ago
  9. a3698c6 Fixed it so the "--help" option works for the crashlog command. Corrected and by Greg Clayton · 12 years ago
  10. 45c8714 This file is no longer needed since the command: by Greg Clayton · 12 years ago
  11. f7fb733 Fixed a global reference that should have been a reference to a class variable. by Sean Callanan · 12 years ago
  12. e9ee550 Make the script work again from the command line as long as the PYTHONPATH by Greg Clayton · 12 years ago
  13. cd79312 More fixed to verify if a file in the crash log is installed in the current by Greg Clayton · 12 years ago
  14. 8077a53 Improved the regular expressions to handle "+" characters being at the front by Greg Clayton · 12 years ago
  15. 01f7c96 Modified the symbolicate-crash.py so it can be imported into python as a by Greg Clayton · 12 years ago
  16. 8f83b75 Add some usage documentation to the top of the source file. by Greg Clayton · 12 years ago
  17. 824da9b Added a new tool that can be loaded into a user space darwin application and allows you by Greg Clayton · 12 years ago
  18. ad639b6 More improvements to not follow child processes and improved logging that always shows the process info. by Greg Clayton · 12 years ago
  19. 06a3058 Added some fixes for the fd interposing dylib: by Greg Clayton · 12 years ago
  20. 1af0a74 Fix make errors (define the DYLIB_ONLY make variable). by Johnny Chen · 12 years ago
  21. cb5ad0b Added a file descriptor interposing library for darwin. This can catch all by Greg Clayton · 12 years ago
  22. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  23. e700b60 Remove extra newline in the docstring. by Johnny Chen · 13 years ago
  24. 0a833be Add a binutils.py which contains Python functions for displaying bit representation of numbers. by Johnny Chen · 13 years ago
  25. 784fb85 Add 'cd -' feature to change to the previous working directory. by Johnny Chen · 13 years ago
  26. fbb07c3 Prepend '~' to the sys.path so that ~/utils.py takes precedence. by Johnny Chen · 13 years ago
  27. bff89e1 Patch by Enrico to provide an example of 'import' commnad for importing .py/.pyc files. by Johnny Chen · 13 years ago
  28. 5e573a9 Add an examples/customization directory and add a subdirectory pwd-cd-and-system by Johnny Chen · 13 years ago
  29. 5d6e161 Allow the crash log file path to contain an initial tilde component. by Johnny Chen · 13 years ago
  30. 0e17253 Simplify code to print symbols and sections within a module using the built-in iterators. by Johnny Chen · 13 years ago
  31. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  32. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 13 years ago
  33. be46d6d Fixes for a few different versions of the darwin crash log. by Greg Clayton · 13 years ago
  34. ee01551 Added an example that symbolicates symbol information. This file by Greg Clayton · 13 years ago
  35. 2e7711c Objective-C runtime wrapper by Enrico Granata · 13 years ago
  36. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  37. 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
  38. 278bc67 Fixing a startup error by Enrico Granata · 13 years ago
  39. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  40. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  41. 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
  42. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  43. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  44. 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
  45. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  46. 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
  47. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  48. 979e20d Public API changes: by Enrico Granata · 13 years ago
  49. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  50. 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
  51. ead6fd6 Add newline at end of file. by Johnny Chen · 13 years ago
  52. 8cecd17 Minor modification. by Johnny Chen · 13 years ago
  53. 7d2af5d Add an example type summary -- for lldb::ConnectionStatus. by Johnny Chen · 13 years ago
  54. 9cbb125 Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable by Jim Ingham · 13 years ago
  55. 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
  56. e3a83d2 Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h. by Johnny Chen · 13 years ago
  57. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  58. 35393b1 by Caroline Tice · 13 years ago
  59. 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
  60. 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
  61. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 13 years ago
  62. 528a916 Use built-in truth value testing. by Johnny Chen · 13 years ago
  63. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  64. 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
  65. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 13 years ago
  66. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  67. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  68. 3f6d14e There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 14 years ago
  69. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  70. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  71. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  72. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  73. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  74. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  75. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago