1. b269ed0 Fix typos in comment. by Johnny Chen · 13 years ago
  2. eee701f Use os.walk(), available since 2.3, instead of os.path.walk(), removed in 3.0, by Johnny Chen · 13 years ago
  3. 98c4232 No need to look further if the file is a symbolic link. Look for the real file. by Johnny Chen · 13 years ago
  4. 40ad91f Add a Python script to locate each binary file under a root directory which matches some pathname pattern by Johnny Chen · 13 years ago
  5. b66b112 Fix TypeError exception for re.compile(). by Johnny Chen · 13 years ago
  6. 8ddc802 Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. by Johnny Chen · 13 years ago
  7. d7e5329 Add an option '-q' to have quiet disassembly by not printing out the disassembled result. by Johnny Chen · 13 years ago
  8. e65b17e Turn off printing of command sent to the pexpect-spawned child process to make the script more robotic. by Johnny Chen · 13 years ago
  9. 6a56f5f Make 'run-until-faulted.py' script more interesting by modifying the example main.c program by Johnny Chen · 13 years ago
  10. 234ebab Use built-in truth value testing. by Johnny Chen · 13 years ago
  11. 1a0062a Add a Python utility to help convert the Mail.app saved 'Raw Message Source' .eml file to a git-am friendly file. by Johnny Chen · 13 years ago
  12. a3cd947 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 13 years ago
  13. 64f000b Add a Python script which launches a program from within lldb and loop until the by Johnny Chen · 13 years ago
  14. 563ce6a Take advantage of the newly added SBSymbol.GetType() API to check whether we by Johnny Chen · 13 years ago
  15. 7df6fc4 Add a generator to iterate through the code symbols for a given target. by Johnny Chen · 13 years ago
  16. 337836b Add an option to specify the symbols to disassemble instead of the existing 'num of symbols to disassemble' by Johnny Chen · 13 years ago
  17. 9aaceb1 Add the ability to invoke lldb's disassemble command on the symbols digested from by Johnny Chen · 13 years ago
  18. 2efc7c6 Doc string change. by Johnny Chen · 13 years ago
  19. afd1904 Add an initial version of lldb-disasm.py script whose purpose is to iterate through by Johnny Chen · 13 years ago
  20. c4a2344 Add options to allow for specifying an option string when spawning gdb and for executing by Johnny Chen · 13 years ago
  21. 1cd3c80 Fix a typo in the message string. by Johnny Chen · 13 years ago
  22. ce1eefd Modify disasm.py to better deal with the objc method name which has ':' in them. by Johnny Chen · 13 years ago
  23. 0251bc7 Tidy up the input file given to 'llvm-mc -disassemble' and also append the gdb by Johnny Chen · 13 years ago
  24. 9c407f5 Add a Python script to take an executable, run gdb to disassemble a function, by Johnny Chen · 13 years ago
  25. 21d77c3 Initial check-in of a Python utility to run the lldb test suite and send the by Johnny Chen · 14 years ago