| commit | b0b8853a2ef6b32bb72a78d97e341b8e65e5eaa6 | [log] [tgz] |
|---|---|---|
| author | Johnny Chen <johnny.chen@apple.com> | Wed May 25 22:29:23 2011 +0000 |
| committer | Johnny Chen <johnny.chen@apple.com> | Wed May 25 22:29:23 2011 +0000 |
| tree | d6ffa2253f009399ea7c25a4d3efa4e62effad88 | |
| parent | 92a0adf05f029bc1efb126eb012980f44ed7de0e [diff] |
Add a little spice to the script to allow us to specify a function name to break at and to disassemble.
Usage: disasm.py [-n name] executable-image
By default, it breaks at and disassembles the 'main' function.
llvm-svn: 132090