1. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  2. 35393b1 by Caroline Tice · 13 years ago
  3. 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
  4. 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
  5. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 13 years ago
  6. 528a916 Use built-in truth value testing. by Johnny Chen · 13 years ago
  7. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  8. 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
  9. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 13 years ago
  10. 9f8463d Add comment explaining the options used to invoke the test driver. by Johnny Chen · 14 years ago
  11. 4453f0a A simple config to test both x86_64 and i386 architectures. by Johnny Chen · 14 years ago
  12. 3f6d14e There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done by Johnny Chen · 14 years ago
  13. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  14. e3c81e0 Minor change. by Johnny Chen · 14 years ago
  15. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  16. 4fbfcda Fixed a few issues with the example script. by Greg Clayton · 14 years ago
  17. 1a3083a Added the first of hopefully many python example scripts that show how to by Greg Clayton · 14 years ago
  18. b40056b Added the capability to source the configFile specified via the "-c" option in by Johnny Chen · 14 years ago
  19. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago